Home
last modified time | relevance | path

Searched refs:pci_mem_handle (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1142 bus_space_read_4(_softs->pci_mem_handle.pqi_btag, \
1143 _softs->pci_mem_handle.pqi_bhandle, _offset)
1148 (uint64_t)bus_space_read_4(_softs->pci_mem_handle.pqi_btag, \
1149 _softs->pci_mem_handle.pqi_bhandle, _offset) + \
1150 ((uint64_t)bus_space_read_4(_softs->pci_mem_handle.pqi_btag, \
1151 _softs->pci_mem_handle.pqi_bhandle, _offset + 4) << 32); \
1155 bus_space_read_8(_softs->pci_mem_handle.pqi_btag, \
1156 _softs->pci_mem_handle.pqi_bhandle, _offset)
1160 bus_space_write_4(_softs->pci_mem_handle.pqi_btag, \
1161 _softs->pci_mem_handle.pqi_bhandle, _offset, _val)
[all …]
H A Dsmartpqi_main.c578 softs->pci_mem_handle.pqi_btag = rman_get_bustag(softs->os_specific.pqi_regs_res0); in smartpqi_attach()
579 softs->pci_mem_handle.pqi_bhandle = rman_get_bushandle(softs->os_specific.pqi_regs_res0); in smartpqi_attach()
H A Dsmartpqi_structures.h1299 PCI_ACC_HANDLE_T pci_mem_handle; member