Searched refs:bsh2 (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/sys/cpu/x86_64/include/ |
| H A D | bus_dma.h | 755 bus_space_handle_t bsh2, 761 bus_space_handle_t bsh2, 767 bus_space_handle_t bsh2, 772 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_1() argument 776 bus_space_handle_t addr2 = bsh2 + off2; in bus_space_copy_region_1() 807 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_2() argument 811 bus_space_handle_t addr2 = bsh2 + off2; in bus_space_copy_region_2() 842 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_4() argument 846 bus_space_handle_t addr2 = bsh2 + off2; in bus_space_copy_region_4()
|
| /dflybsd-src/sys/dev/disk/ncr/ |
| H A D | ncr.c | 297 bus_space_read_4(np->bst2, np->bsh2, off)) 305 bus_space_write_4(np->bst2, np->bsh2, off, val); \ 1010 bus_space_handle_t bsh2; member 3586 np->bsh2 = rman_get_bushandle(np->sram_res);
|