Searched refs:bs_unmap (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | bus_space_base.c | 54 .bs_unmap = generic_bs_unmap,
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | uart_cpu_octeonusart.c | 116 .bs_unmap = generic_bs_unmap,
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | bus_machdep.c | 177 .bs_unmap = generic_bs_unmap,
|
| /f-stack/freebsd/mips/malta/ |
| H A D | gt_pci_bus_space.c | 119 .bs_unmap = generic_bs_unmap,
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 105 void (*bs_unmap) (void *, bus_space_handle_t, bus_size_t); member 317 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 109 void (*bs_unmap) (bus_space_tag_t, bus_space_handle_t, bus_size_t); member 306 (*(t)->bs_unmap)((t), (h), (s))
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 80 void (*bs_unmap) (void *, bus_space_handle_t, bus_size_t); member 270 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
|
| /f-stack/freebsd/mips/mips/ |
| H A D | bus_space_generic.c | 93 .bs_unmap = generic_bs_unmap,
|