Home
last modified time | relevance | path

Searched refs:bsh_bam (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/pc98/include/
HDbus.h190 struct bus_space_access_methods bsh_bam; member
334 :"o" (bsh->bsh_bam.bs_read_##BWN), \
357 :"o" (bsh->bsh_bam.bs_write_##BWN), \
381 :"o" (bsh->bsh_bam.bs_read_multi_##BWN), \
406 :"o" (bsh->bsh_bam.bs_write_multi_##BWN), \
431 :"o" (bsh->bsh_bam.bs_read_region_##BWN), \
456 :"o" (bsh->bsh_bam.bs_write_region_##BWN), \
480 :"o" (bsh->bsh_bam.bs_set_multi_##BWN), \
504 :"o" (bsh->bsh_bam.bs_set_region_##BWN), \
525 if (dbsh->bsh_bam.bs_copy_region_1 != sbsh->bsh_bam.bs_copy_region_1) \
[all …]
/freebsd-11-stable/sys/pc98/pc98/
HDbusiosubr.c183 bsh->bsh_bam = t->bs_da; /* default: direct access */ in i386_bus_space_handle_alloc()
243 bsh->bsh_bam = t->bs_ra; /* relocate access */ in i386_memio_map_load()
303 bsh->bsh_bam = t->bs_ra; /* relocate access */ in i386_memio_subregion()
320 if (bsh1->bsh_bam.bs_read_1 != bsh2->bsh_bam.bs_read_1) /* XXX */ in i386_memio_compare()