Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1001 bus_space_handle_t pqi_bhandle; member
1143 _softs->pci_mem_handle.pqi_bhandle, _offset)
1149 _softs->pci_mem_handle.pqi_bhandle, _offset) + \
1151 _softs->pci_mem_handle.pqi_bhandle, _offset + 4) << 32); \
1156 _softs->pci_mem_handle.pqi_bhandle, _offset)
1161 _softs->pci_mem_handle.pqi_bhandle, _offset, _val)
1166 _softs->pci_mem_handle.pqi_bhandle, _offset, _val); \
1168 _softs->pci_mem_handle.pqi_bhandle, _offset + 4, _val >> 32);
1172 _softs->pci_mem_handle.pqi_bhandle, _offset, _val)
1178 _softs->pci_mem_handle.pqi_bhandle, _offset, buf, size)
H A Dsmartpqi_main.c579 softs->pci_mem_handle.pqi_bhandle = rman_get_bushandle(softs->os_specific.pqi_regs_res0); in smartpqi_attach()