Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]

Diff markup

Differences between /linux/drivers/net/wireless/bcm43xx/bcm43xx_ilt.h (Version 2.6.25) and /linux/drivers/net/wireless/bcm43xx/bcm43xx_ilt.h (Version 2.6.25.8)


  1 #ifndef BCM43xx_ILT_H_                              1 #ifndef BCM43xx_ILT_H_
  2 #define BCM43xx_ILT_H_                              2 #define BCM43xx_ILT_H_
  3                                                     3 
  4 #define BCM43xx_ILT_ROTOR_SIZE          53          4 #define BCM43xx_ILT_ROTOR_SIZE          53
  5 extern const u32 bcm43xx_ilt_rotor[BCM43xx_ILT      5 extern const u32 bcm43xx_ilt_rotor[BCM43xx_ILT_ROTOR_SIZE];
  6 #define BCM43xx_ILT_RETARD_SIZE         53          6 #define BCM43xx_ILT_RETARD_SIZE         53
  7 extern const u32 bcm43xx_ilt_retard[BCM43xx_IL      7 extern const u32 bcm43xx_ilt_retard[BCM43xx_ILT_RETARD_SIZE];
  8 #define BCM43xx_ILT_FINEFREQA_SIZE      256         8 #define BCM43xx_ILT_FINEFREQA_SIZE      256
  9 extern const u16 bcm43xx_ilt_finefreqa[BCM43xx      9 extern const u16 bcm43xx_ilt_finefreqa[BCM43xx_ILT_FINEFREQA_SIZE];
 10 #define BCM43xx_ILT_FINEFREQG_SIZE      256        10 #define BCM43xx_ILT_FINEFREQG_SIZE      256
 11 extern const u16 bcm43xx_ilt_finefreqg[BCM43xx     11 extern const u16 bcm43xx_ilt_finefreqg[BCM43xx_ILT_FINEFREQG_SIZE];
 12 #define BCM43xx_ILT_NOISEA2_SIZE        8          12 #define BCM43xx_ILT_NOISEA2_SIZE        8
 13 extern const u16 bcm43xx_ilt_noisea2[BCM43xx_I     13 extern const u16 bcm43xx_ilt_noisea2[BCM43xx_ILT_NOISEA2_SIZE];
 14 #define BCM43xx_ILT_NOISEA3_SIZE        8          14 #define BCM43xx_ILT_NOISEA3_SIZE        8
 15 extern const u16 bcm43xx_ilt_noisea3[BCM43xx_I     15 extern const u16 bcm43xx_ilt_noisea3[BCM43xx_ILT_NOISEA3_SIZE];
 16 #define BCM43xx_ILT_NOISEG1_SIZE        8          16 #define BCM43xx_ILT_NOISEG1_SIZE        8
 17 extern const u16 bcm43xx_ilt_noiseg1[BCM43xx_I     17 extern const u16 bcm43xx_ilt_noiseg1[BCM43xx_ILT_NOISEG1_SIZE];
 18 #define BCM43xx_ILT_NOISEG2_SIZE        8          18 #define BCM43xx_ILT_NOISEG2_SIZE        8
 19 extern const u16 bcm43xx_ilt_noiseg2[BCM43xx_I     19 extern const u16 bcm43xx_ilt_noiseg2[BCM43xx_ILT_NOISEG2_SIZE];
 20 #define BCM43xx_ILT_NOISESCALEG_SIZE    27         20 #define BCM43xx_ILT_NOISESCALEG_SIZE    27
 21 extern const u16 bcm43xx_ilt_noisescaleg1[BCM4     21 extern const u16 bcm43xx_ilt_noisescaleg1[BCM43xx_ILT_NOISESCALEG_SIZE];
 22 extern const u16 bcm43xx_ilt_noisescaleg2[BCM4     22 extern const u16 bcm43xx_ilt_noisescaleg2[BCM43xx_ILT_NOISESCALEG_SIZE];
 23 extern const u16 bcm43xx_ilt_noisescaleg3[BCM4     23 extern const u16 bcm43xx_ilt_noisescaleg3[BCM43xx_ILT_NOISESCALEG_SIZE];
 24 #define BCM43xx_ILT_SIGMASQR_SIZE       53         24 #define BCM43xx_ILT_SIGMASQR_SIZE       53
 25 extern const u16 bcm43xx_ilt_sigmasqr1[BCM43xx     25 extern const u16 bcm43xx_ilt_sigmasqr1[BCM43xx_ILT_SIGMASQR_SIZE];
 26 extern const u16 bcm43xx_ilt_sigmasqr2[BCM43xx     26 extern const u16 bcm43xx_ilt_sigmasqr2[BCM43xx_ILT_SIGMASQR_SIZE];
 27                                                    27 
 28                                                    28 
 29 void bcm43xx_ilt_write(struct bcm43xx_private      29 void bcm43xx_ilt_write(struct bcm43xx_private *bcm, u16 offset, u16 val);
 30 void bcm43xx_ilt_write32(struct bcm43xx_privat     30 void bcm43xx_ilt_write32(struct bcm43xx_private *bcm, u16 offset, u32 val);
 31 u16 bcm43xx_ilt_read(struct bcm43xx_private *b     31 u16 bcm43xx_ilt_read(struct bcm43xx_private *bcm, u16 offset);
 32                                                    32 
 33 #endif /* BCM43xx_ILT_H_ */                        33 #endif /* BCM43xx_ILT_H_ */
 34                                                    34 
  This page was automatically generated by the LXR engine.