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

/freebsd-12-stable/sys/mips/cavium/
H A Doctopci_bus_space.c505 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
508 octopci_bs_c_1(void *t, bus_space_handle_t bsh1, argument
512 bus_addr_t addr1 = bsh1 + off1;
528 octopci_bs_c_2(void *t, bus_space_handle_t bsh1, argument
532 bus_addr_t addr1 = bsh1 + off1;
548 octopci_bs_c_4(void *t, bus_space_handle_t bsh1, argument
552 bus_addr_t addr1 = bsh1 + off1;
/freebsd-12-stable/sys/mips/mips/
H A Dbus_space_generic.c653 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
656 generic_bs_c_1(void *t, bus_space_handle_t bsh1, argument
660 bus_addr_t addr1 = bsh1 + off1;
676 generic_bs_c_2(void *t, bus_space_handle_t bsh1, argument
680 bus_addr_t addr1 = bsh1 + off1;
696 generic_bs_c_4(void *t, bus_space_handle_t bsh1, argument
700 bus_addr_t addr1 = bsh1 + off1;
716 generic_bs_c_8(void *t, bus_space_handle_t bsh1, bus_size_t off1, argument
720 bus_addr_t addr1 = bsh1 + off1;
/freebsd-12-stable/sys/x86/include/
H A Dbus.h872 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
876 bus_space_handle_t bsh1,
882 bus_space_handle_t bsh1,
888 bus_space_handle_t bsh1,
894 bus_space_copy_region_1(bus_space_tag_t tag, bus_space_handle_t bsh1, argument
898 bus_space_handle_t addr1 = bsh1 + off1;
929 bus_space_copy_region_2(bus_space_tag_t tag, bus_space_handle_t bsh1, argument
933 bus_space_handle_t addr1 = bsh1 + off1;
964 bus_space_copy_region_4(bus_space_tag_t tag, bus_space_handle_t bsh1, argument
968 bus_space_handle_t addr1 = bsh1
[all...]
/freebsd-12-stable/sys/mips/nlm/
H A Dbus_space_rmi.c185 bus_space_handle_t bsh1,
531 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
534 rmi_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, argument
H A Dbus_space_rmi_pci.c185 bus_space_handle_t bsh1,
566 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
569 rmi_pci_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, argument
/freebsd-12-stable/sys/mips/include/
H A Dbus.h633 void __bs_c(f,_bs_c_1) (void *t, bus_space_handle_t bsh1, \
638 void __bs_c(f,_bs_c_2) (void *t, bus_space_handle_t bsh1, \
643 void __bs_c(f,_bs_c_4) (void *t, bus_space_handle_t bsh1, \
648 void __bs_c(f,_bs_c_8) (void *t, bus_space_handle_t bsh1, \
/freebsd-12-stable/sys/arm/include/
H A Dbus.h675 void __bs_c(f,_bs_c_1) (bus_space_tag_t t, bus_space_handle_t bsh1, \
680 void __bs_c(f,_bs_c_2) (bus_space_tag_t t, bus_space_handle_t bsh1, \
685 void __bs_c(f,_bs_c_4) (bus_space_tag_t t, bus_space_handle_t bsh1, \
690 void __bs_c(f,_bs_c_8) (bus_space_tag_t t, bus_space_handle_t bsh1, \

Completed in 187 milliseconds