HomeSort by relevance Sort by last modified time
    Searched refs:hfa384x_t (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
prism2.c 116 /* The hfa384x_t structure is used extensively in the Linux driver but is ifdef'd out in our include since __KERNEL__ is not defined.
130 } hfa384x_t; typedef in typeref:struct:hfa384x
133 static hfa384x_t hw_global = {
175 static inline UINT16 hfa384x_getreg( hfa384x_t *hw, UINT reg )
185 static inline void hfa384x_setreg( hfa384x_t *hw, UINT16 val, UINT reg )
199 static inline UINT16 hfa384x_getreg_noswap( hfa384x_t *hw, UINT reg )
203 static inline void hfa384x_setreg_noswap( hfa384x_t *hw, UINT16 val, UINT reg )
230 static int hfa384x_docmd_wait( hfa384x_t *hw, UINT16 cmd, UINT16 parm0, UINT16 parm1, UINT16 parm2)
292 static int hfa384x_prepare_bap(hfa384x_t *hw, UINT16 id, UINT16 offset)
336 static int hfa384x_copy_from_bap(hfa384x_t *hw, UINT16 id, UINT16 offset
    [all...]
hfa384x.h 2687 } hfa384x_t; typedef in typeref:struct:hfa384x
    [all...]
prism2_pci.c 26 hfa384x_t *hw = &hw_global;
prism2_plx.c 36 static int prism2_find_plx ( hfa384x_t *hw, struct pci_device *p )
83 hfa384x_t *hw = &hw_global;

Completed in 172 milliseconds