Searched refs:BUS_SPACE_WRT4_MVFREY2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.c | 180 #define BUS_SPACE_WRT4_MVFREY2(offset, value) bus_space_write_4(hba->bar2t,\ macro 279 BUS_SPACE_WRT4_MVFREY2(f0_to_cpu_msg_a, msg); in hptiop_post_msg_mvfrey() 761 BUS_SPACE_WRT4_MVFREY2(pcie_f0_int_enable, 0); in hptiop_intr_mvfrey() 766 BUS_SPACE_WRT4_MVFREY2(f0_doorbell, status); in hptiop_intr_mvfrey() 776 BUS_SPACE_WRT4_MVFREY2(isr_cause, status); in hptiop_intr_mvfrey() 793 BUS_SPACE_WRT4_MVFREY2(pcie_f0_int_enable, 0x1010); in hptiop_intr_mvfrey() 875 BUS_SPACE_WRT4_MVFREY2(inbound_write_ptr, hba->u.mvfrey.inlist_wptr); in hptiop_send_sync_request_mvfrey() 1332 BUS_SPACE_WRT4_MVFREY2(inbound_write_ptr, hba->u.mvfrey.inlist_wptr); in hptiop_post_ioctl_command_mvfrey() 1698 BUS_SPACE_WRT4_MVFREY2(inbound_base, in hptiop_reset_comm_mvfrey() 1700 BUS_SPACE_WRT4_MVFREY2(inbound_base_high, in hptiop_reset_comm_mvfrey() [all …]
|