Searched refs:pu16Dst (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ |
D | airo.c | 1113 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen, 1115 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen, 1199 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen, 1250 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, in bap_read() argument 1253 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read() 4032 static int aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, in aux_bap_read() argument 4054 pu16Dst+i,count ); in aux_bap_read() 4057 pu16Dst+i, count << 1 ); in aux_bap_read() 4069 static int fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, in fast_bap_read() argument 4074 insw( ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1 ); in fast_bap_read() [all …]
|