Searched refs:pci_mem_handle (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_main.c271 softs->pci_mem_handle.pqi_btag = rman_get_bustag(softs->os_specific.pqi_regs_res0);
272 softs->pci_mem_handle.pqi_bhandle = rman_get_bushandle(softs->os_specific.pqi_regs_res0);
H A Dsmartpqi_structures.h939 PCI_ACC_HANDLE_T pci_mem_handle; member in struct:pqisrc_softstate
H A Dsmartpqi_defines.h870 bus_space_read_4(_softs->pci_mem_handle.pqi_btag, \
871 _softs->pci_mem_handle.pqi_bhandle, _offset)
874 bus_space_read_8(_softs->pci_mem_handle.pqi_btag, \
875 _softs->pci_mem_handle.pqi_bhandle, _offset)
878 bus_space_write_4(_softs->pci_mem_handle.pqi_btag, \
879 _softs->pci_mem_handle.pqi_bhandle, _offset, _val)
882 bus_space_write_8(_softs->pci_mem_handle.pqi_btag, \
883 _softs->pci_mem_handle.pqi_bhandle, _offset, _val)
886 bus_space_read_region_1(_softs->pci_mem_handle.pqi_btag,\
887 _softs->pci_mem_handle
[all...]

Completed in 230 milliseconds