• Home
  • Raw
  • Download

Lines Matching refs:hfa384x_t

130 } hfa384x_t;  typedef
133 static hfa384x_t hw_global = {
175 static inline UINT16 hfa384x_getreg( hfa384x_t *hw, UINT reg ) in hfa384x_getreg()
185 static inline void hfa384x_setreg( hfa384x_t *hw, UINT16 val, UINT reg ) in hfa384x_setreg()
199 static inline UINT16 hfa384x_getreg_noswap( hfa384x_t *hw, UINT reg ) in hfa384x_getreg_noswap()
203 static inline void hfa384x_setreg_noswap( hfa384x_t *hw, UINT16 val, UINT reg ) in hfa384x_setreg_noswap()
230 static int hfa384x_docmd_wait( hfa384x_t *hw, UINT16 cmd, UINT16 parm0, UINT16 parm1, UINT16 parm2) in hfa384x_docmd_wait()
292 static int hfa384x_prepare_bap(hfa384x_t *hw, UINT16 id, UINT16 offset) in hfa384x_prepare_bap()
336 static int hfa384x_copy_from_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, in hfa384x_copy_from_bap()
375 static int hfa384x_copy_to_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, in hfa384x_copy_to_bap()
418 static inline int hfa384x_cmd_access(hfa384x_t *hw, UINT16 write, UINT16 rid) in hfa384x_cmd_access()
437 static int hfa384x_drvr_getconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len) in hfa384x_drvr_getconfig()
476 static int hfa384x_drvr_getconfig16(hfa384x_t *hw, UINT16 rid, void *val)
487 static int hfa384x_drvr_getconfig32(hfa384x_t *hw, UINT16 rid, void *val)
510 static int hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len) in hfa384x_drvr_setconfig()
547 static int hfa384x_drvr_setconfig16(hfa384x_t *hw, UINT16 rid, UINT16 *val) in hfa384x_drvr_setconfig16()
554 static int hfa384x_drvr_setconfig32(hfa384x_t *hw, UINT16 rid, UINT32 *val)
579 static int hfa384x_wait_for_event(hfa384x_t *hw, UINT16 event_mask, UINT16 event_ack, int wait, int… in hfa384x_wait_for_event()
607 hfa384x_t *hw = &hw_global; in prism2_poll()
660 hfa384x_t *hw = &hw_global; in prism2_transmit()
761 static int prism2_probe ( struct nic *nic, hfa384x_t *hw ) { in prism2_probe()