Searched refs:hfa384x_t (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | prism2.c | 125 /* The hfa384x_t structure is used extensively in the Linux driver but is ifdef'd out in our include since __KERNEL__ is not defined. 139 } hfa384x_t; typedef in typeref:struct:hfa384x 142 static hfa384x_t hw_global = { 184 static inline UINT16 hfa384x_getreg( hfa384x_t *hw, UINT reg ) 194 static inline void hfa384x_setreg( hfa384x_t *hw, UINT16 val, UINT reg ) 208 static inline UINT16 hfa384x_getreg_noswap( hfa384x_t *hw, UINT reg ) 212 static inline void hfa384x_setreg_noswap( hfa384x_t *hw, UINT16 val, UINT reg ) 239 static int hfa384x_docmd_wait( hfa384x_t *hw, UINT16 cmd, UINT16 parm0, UINT16 parm1, UINT16 parm2) 301 static int hfa384x_prepare_bap(hfa384x_t *hw, UINT16 id, UINT16 offset) 345 static int hfa384x_copy_from_bap(hfa384x_t *h [all...] |
H A D | hfa384x.h | 2687 } hfa384x_t; typedef in typeref:struct:hfa384x 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 *h [all...] |
H A D | prism2_pci.c | 35 hfa384x_t *hw = &hw_global;
|
H A D | prism2_plx.c | 45 static int prism2_find_plx ( hfa384x_t *hw, struct pci_device *p ) 92 hfa384x_t *hw = &hw_global;
|
Completed in 198 milliseconds