Lines Matching refs:hfa384x_getreg
175 static inline UINT16 hfa384x_getreg( hfa384x_t *hw, UINT reg ) in hfa384x_getreg() function
201 return hfa384x_getreg ( hw, reg ); in hfa384x_getreg_noswap()
237 reg = hfa384x_getreg(hw, HFA384x_CMD); in hfa384x_docmd_wait()
239 reg = hfa384x_getreg(hw, HFA384x_CMD); in hfa384x_docmd_wait()
257 reg = hfa384x_getreg(hw, HFA384x_EVSTAT); in hfa384x_docmd_wait()
263 reg = hfa384x_getreg(hw, HFA384x_EVSTAT); in hfa384x_docmd_wait()
273 hw->status = hfa384x_getreg(hw, HFA384x_STATUS); in hfa384x_docmd_wait()
274 hw->resp0 = hfa384x_getreg(hw, HFA384x_RESP0); in hfa384x_docmd_wait()
275 hw->resp1 = hfa384x_getreg(hw, HFA384x_RESP1); in hfa384x_docmd_wait()
276 hw->resp2 = hfa384x_getreg(hw, HFA384x_RESP2); in hfa384x_docmd_wait()
309 reg = hfa384x_getreg(hw, HFA384x_OFFSET0); in hfa384x_prepare_bap()
585 reg = hfa384x_getreg(hw, HFA384x_EVSTAT); in hfa384x_wait_for_event()
610 reg = hfa384x_getreg(hw, HFA384x_EVSTAT); in prism2_poll()
621 rxfid = hfa384x_getreg(hw, HFA384x_RXFID); in prism2_poll()
674 fid = hfa384x_getreg(hw, HFA384x_ALLOCFID); in prism2_transmit()
711 fid = hfa384x_getreg(hw, HFA384x_TXCOMPLFID); in prism2_transmit()
826 infofid = hfa384x_getreg(hw, HFA384x_INFOFID); in prism2_probe()