Home
last modified time | relevance | path

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

/NextBSD/sys/dev/hptiop/
HDhptiop.c179 hba->bar2h, offsetof(struct hpt_iopmu_mv, offset), value)
181 hba->bar2h, offsetof(struct hpt_iopmu_mv, offset))
184 hba->bar2h, offsetof(struct hpt_iopmu_mvfrey, offset), value)
186 hba->bar2h, offsetof(struct hpt_iopmu_mvfrey, offset))
239 bus_space_read_region_4(hba->bar2t, hba->bar2h, in hptiop_mv_outbound_read()
263 bus_space_write_region_4(hba->bar2t, hba->bar2h, in hptiop_mv_inbound_write()
1477 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mv()
1526 hba->bar2h = rman_get_bushandle(hba->bar2_res); in hptiop_alloc_pci_res_mvfrey()
HDhptiop.h397 bus_space_handle_t bar2h; member