Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c176 hba->bar2h, offsetof(struct hpt_iopmu_mv, offset), value)
178 hba->bar2h, offsetof(struct hpt_iopmu_mv, offset))
181 hba->bar2h, offsetof(struct hpt_iopmu_mvfrey, offset), value)
183 hba->bar2h, offsetof(struct hpt_iopmu_mvfrey, offset))
231 bus_space_read_region_4(hba->bar2t, hba->bar2h, in hptiop_mv_outbound_read()
255 bus_space_write_region_4(hba->bar2t, hba->bar2h, in hptiop_mv_inbound_write()
1465 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mv()
1514 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mvfrey()
H A Dhptiop.h397 bus_space_handle_t bar2h; member