Searched refs:bsh1 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/pc98/pc98/
H A Dbusiosubr.c309 i386_memio_compare(bus_space_tag_t t1, bus_space_handle_t bsh1, argument
316 if (bsh1->bsh_base != bsh2->bsh_base)
318 if (bsh1->bsh_sz != bsh2->bsh_sz)
320 if (bsh1->bsh_bam.bs_read_1 != bsh2->bsh_bam.bs_read_1) /* XXX */
323 if (bsh1->bsh_iatsz != bsh2->bsh_iatsz)
325 for (i = 0; i < bsh1->bsh_iatsz; i++) {
326 if (bsh1->bsh_iat[i] != bsh2->bsh_iat[i])
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci_bus_space.c503 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
506 octopci_bs_c_1(void *t, bus_space_handle_t bsh1, argument
510 bus_addr_t addr1 = bsh1 + off1;
526 octopci_bs_c_2(void *t, bus_space_handle_t bsh1, argument
530 bus_addr_t addr1 = bsh1 + off1;
546 octopci_bs_c_4(void *t, bus_space_handle_t bsh1, argument
550 bus_addr_t addr1 = bsh1 + off1;
/freebsd-11-stable/sys/mips/mips/
H A Dbus_space_generic.c651 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
654 generic_bs_c_1(void *t, bus_space_handle_t bsh1, argument
658 bus_addr_t addr1 = bsh1 + off1;
674 generic_bs_c_2(void *t, bus_space_handle_t bsh1, argument
678 bus_addr_t addr1 = bsh1 + off1;
694 generic_bs_c_4(void *t, bus_space_handle_t bsh1, argument
698 bus_addr_t addr1 = bsh1 + off1;
714 generic_bs_c_8(void *t, bus_space_handle_t bsh1, bus_size_t off1, argument
718 bus_addr_t addr1 = bsh1 + off1;
/freebsd-11-stable/sys/x86/include/
H A Dbus.h867 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
871 bus_space_handle_t bsh1,
877 bus_space_handle_t bsh1,
883 bus_space_handle_t bsh1,
889 bus_space_copy_region_1(bus_space_tag_t tag, bus_space_handle_t bsh1, argument
893 bus_space_handle_t addr1 = bsh1 + off1;
924 bus_space_copy_region_2(bus_space_tag_t tag, bus_space_handle_t bsh1, argument
928 bus_space_handle_t addr1 = bsh1 + off1;
959 bus_space_copy_region_4(bus_space_tag_t tag, bus_space_handle_t bsh1, argument
963 bus_space_handle_t addr1 = bsh1
[all...]
/freebsd-11-stable/sys/mips/rmi/
H A Dbus_space_rmi.c181 bus_space_handle_t bsh1,
527 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
530 rmi_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, argument
H A Dbus_space_rmi_pci.c181 bus_space_handle_t bsh1,
554 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
557 rmi_pci_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, argument
/freebsd-11-stable/sys/mips/nlm/
H A Dbus_space_rmi.c183 bus_space_handle_t bsh1,
529 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
532 rmi_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, argument
H A Dbus_space_rmi_pci.c183 bus_space_handle_t bsh1,
564 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
567 rmi_pci_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, argument
/freebsd-11-stable/sys/arm/include/
H A Dbus.h673 void __bs_c(f,_bs_c_1) (bus_space_tag_t t, bus_space_handle_t bsh1, \
678 void __bs_c(f,_bs_c_2) (bus_space_tag_t t, bus_space_handle_t bsh1, \
683 void __bs_c(f,_bs_c_4) (bus_space_tag_t t, bus_space_handle_t bsh1, \
688 void __bs_c(f,_bs_c_8) (bus_space_tag_t t, bus_space_handle_t bsh1, \
/freebsd-11-stable/sys/mips/include/
H A Dbus.h631 void __bs_c(f,_bs_c_1) (void *t, bus_space_handle_t bsh1, \
636 void __bs_c(f,_bs_c_2) (void *t, bus_space_handle_t bsh1, \
641 void __bs_c(f,_bs_c_4) (void *t, bus_space_handle_t bsh1, \
646 void __bs_c(f,_bs_c_8) (void *t, bus_space_handle_t bsh1, \
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h278 * int bus_space_compare (bus_space_tag_t t1, bus_space_handle_t bsh1,
283 int i386_memio_compare(bus_space_tag_t t1, bus_space_handle_t bsh1,

Completed in 123 milliseconds