Searched refs:pu16Dst (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 963 static int aux_bap_read(struct airo_info*, u16 *pu16Dst, int bytelen, 965 static int fast_bap_read(struct airo_info*, u16 *pu16Dst, int bytelen, 1042 int (*bap_read)(struct airo_info*, u16 *pu16Dst, int bytelen, 1078 static inline int bap_read(struct airo_info *ai, u16 *pu16Dst, int bytelen, in bap_read() argument 1080 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read() 3135 static int aux_bap_read(struct airo_info *ai, u16 *pu16Dst, argument 3157 pu16Dst+i,count ); 3160 pu16Dst+i, count << 1 ); 3172 static int fast_bap_read(struct airo_info *ai, u16 *pu16Dst, argument 3177 insw( ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1 ); [all …]
|