Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c167 hba->bar0h, offsetof(struct hpt_iopmu_itl, offset), (value))
169 hba->bar0h, offsetof(struct hpt_iopmu_itl, offset))
172 hba->bar0h, offsetof(struct hpt_iopmv_regs, offset), value)
174 hba->bar0h, offsetof(struct hpt_iopmv_regs, offset))
353 temp = bus_space_read_4(hba->bar0t, hba->bar0h, index + in hptiop_request_callback_itl()
355 result = bus_space_read_4(hba->bar0t, hba->bar0h, index + in hptiop_request_callback_itl()
361 bus_space_write_region_4(hba->bar0t, hba->bar0h, index + in hptiop_request_callback_itl()
369 bus_space_read_region_4(hba->bar0t, hba->bar0h, index + in hptiop_request_callback_itl()
373 dxfer = bus_space_read_4(hba->bar0t, hba->bar0h, in hptiop_request_callback_itl()
430 bus_space_read_region_1(hba->bar0t, hba->bar0h, in hptiop_request_callback_itl()
[all …]
H A Dhptiop.h392 bus_space_handle_t bar0h; member