Searched refs:rbus_space_alloc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/cardbus/ |
H A D | rbus_ppb.c | 293 if(rbus_space_alloc(caa->ca_rbus_iot, 0, in rbus_pci_addr_fixup() 312 if(rbus_space_alloc(caa->ca_rbus_memt, 0, in rbus_pci_addr_fixup() 349 if(rbus_space_alloc(rct.iobustags[busparent], in rbus_pci_addr_fixup() 386 if(rbus_space_alloc(rct.membustags[busparent], in rbus_pci_addr_fixup()
|
H A D | rbus.c | 60 rbus_space_alloc(rbus_tag_t rbt, bus_addr_t addr, bus_size_t size, bus_addr_t mask, bus_addr_t alig… in rbus_space_alloc() function 89 return rbus_space_alloc(rbt->rb_parent, addr, size, mask, in rbus_space_alloc_subregion()
|
H A D | rbus.h | 114 int rbus_space_alloc(rbus_tag_t, bus_addr_t, bus_size_t, bus_addr_t,
|
/netbsd-src/sys/dev/pci/ |
H A D | pccbb.c | 592 if (rbus_space_alloc(sc->sc_rbus_memt, 0, 0x1000, 0x0fff, in pccbb_pci_callback() 1972 if (rbus_space_alloc(rb, start, size, mask, align, 0, &ioaddr, &ioh)) { in pccbb_pcmcia_io_alloc() 2483 if (rbus_space_alloc(rb, 0, sizepg * PCIC_MEM_PAGESIZE, in pccbb_pcmcia_mem_alloc() 2845 if (rbus_space_alloc(rb, addr, size, mask, align, flags, addrp, bshp)) { in pccbb_rbus_cb_space_alloc()
|