Searched refs:abs_unmap (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/arch/alpha/gbus/ |
H A D | gbus_io.c | 165 t->abs_unmap = gbus_io_unmap; in gbus_io_init()
|
/netbsd-src/sys/arch/alpha/jensenio/ |
H A D | jensenio_bus_intio.c | 111 t->abs_unmap = jensenio_intio_unmap; in jensenio_bus_intio_init()
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | bus_funcs.h | 109 (*(t)->abs_unmap)((t)->abs_cookie, (h), (s), 1) 111 (*(t)->abs_unmap)((t)->abs_cookie, (h), (s), 0)
|
H A D | bus_defs.h | 125 void (*abs_unmap)(void *, bus_space_handle_t, member
|
/netbsd-src/sys/arch/alpha/pci/ |
H A D | pci_bwx_bus_io_chipdep.c | 239 t->abs_unmap = __C(CHIP,_io_unmap); in __C()
|
H A D | pci_bwx_bus_mem_chipdep.c | 239 t->abs_unmap = __C(CHIP,_mem_unmap); in __C()
|
H A D | pci_swiz_bus_io_chipdep.c | 259 t->abs_unmap = __C(CHIP,_io_unmap); in __C()
|
H A D | pci_swiz_bus_mem_chipdep.c | 295 t->abs_unmap = __C(CHIP,_mem_unmap); in __C()
|