Searched refs:hfa384x_t (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | prism2.c | 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() [all …]
|
D | hfa384x.h | 2687 } hfa384x_t; typedef 2695 hfa384x_t *hw, 2700 hfa384x_t *hw, 2706 void hfa384x_destroy(hfa384x_t *hw); 2711 hfa384x_corereset( hfa384x_t *hw, int holdtime, int settletime, int genesis); 2713 hfa384x_drvr_chinforesults( hfa384x_t *hw); 2715 hfa384x_drvr_commtallies( hfa384x_t *hw); 2717 hfa384x_drvr_disable(hfa384x_t *hw, UINT16 macport); 2719 hfa384x_drvr_enable(hfa384x_t *hw, UINT16 macport); 2721 hfa384x_drvr_flashdl_enable(hfa384x_t *hw); [all …]
|
D | prism2_plx.c | 36 static int prism2_find_plx ( hfa384x_t *hw, struct pci_device *p ) in prism2_find_plx() 83 hfa384x_t *hw = &hw_global; in prism2_plx_probe()
|
D | prism2_pci.c | 26 hfa384x_t *hw = &hw_global; in prism2_pci_probe()
|