Lines Matching refs:hfa384x_setreg
185 static inline void hfa384x_setreg( hfa384x_t *hw, UINT16 val, UINT reg ) in hfa384x_setreg() function
205 hfa384x_setreg ( hw, val, reg ); in hfa384x_setreg_noswap()
249 hfa384x_setreg(hw, parm0, HFA384x_PARAM0); in hfa384x_docmd_wait()
250 hfa384x_setreg(hw, parm1, HFA384x_PARAM1); in hfa384x_docmd_wait()
251 hfa384x_setreg(hw, parm2, HFA384x_PARAM2); in hfa384x_docmd_wait()
253 hfa384x_setreg(hw, cmd, HFA384x_CMD); in hfa384x_docmd_wait()
277 hfa384x_setreg(hw, HFA384x_EVACK_CMD, HFA384x_EVACK); in hfa384x_docmd_wait()
303 hfa384x_setreg(hw, id, HFA384x_SELECT0); in hfa384x_prepare_bap()
305 hfa384x_setreg(hw, offset, HFA384x_OFFSET0); in hfa384x_prepare_bap()
594 hfa384x_setreg(hw, reg & ( event_mask | event_ack ), HFA384x_EVACK); in hfa384x_wait_for_event()
619 hfa384x_setreg(hw, HFA384x_EVACK_RX_SET(1), HFA384x_EVACK); in prism2_poll()
774 hfa384x_setreg(hw, 0, HFA384x_INTEN); /* Disable interrupts */ in prism2_probe()
775 hfa384x_setreg(hw, 0xffff, HFA384x_EVACK); /* Acknowledge any spurious events */ in prism2_probe()