HomeSort by: relevance | last modified time | path
    Searched refs:bs_base (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcmips/hpcmips/
bus_space_through.c 46 return bus_space_map(t->bs_base, addr, size, cacheable, bshp);
52 bus_space_unmap(t->bs_base, bsh, size);
59 return bus_space_subregion(t->bs_base, bsh, offset, size, nbshp);
71 return bus_space_alloc(t->bs_base, rstart, rend, size, align, boundary,
78 bus_space_free(t->bs_base, bsh, size);
88 return bus_space_vaddr(t->bs_base, bsh);
99 return bus_space_mmap(t->bs_base, addr, offset, prot, flags);
110 bus_space_barrier(t->bs_base, bsh, offset, len, flags);
121 return bus_space_peek(t->bs_base, bsh, offset, size, ptr);
128 return bus_space_poke(t->bs_base, bsh, offset, size, val)
    [all...]
  /src/sys/arch/hpcmips/dev/
com_hpcio.c 310 com_hpcio_cniot->bs_base == haa->haa_iot) &&
314 if (com_hpcio_cniot->bs_base == haa->haa_iot)
351 iot->bs_base = base;
362 return bus_space_read_1(t->bs_base, bsh, offset * 2);
369 bus_space_write_1(t->bs_base, bsh, offset * 2, value);
376 bus_space_write_multi_1(t->bs_base, bsh, offset * 2, addr, count);
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 220 bus_addr_t bs_base[3]; member in struct:pq3pci_bst
431 if (pci_base < bs->bs_base[slot]) {
433 bs->bs_base[j+1] = bs->bs_base[j];
440 bs->bs_base[slot] = pci_base;
464 bs->bs_tag.pbs_base = bs->bs_base[0];
484 if (bs->bs_limit[slot - 1] < bs->bs_base[slot]) {
487 bs->bs_base[slot] - bs->bs_limit[slot - 1],
  /src/sys/arch/hpcmips/include/
bus.h 906 bus_space_tag_t bs_base; member in struct:bus_space_tag

Completed in 45 milliseconds