Lines Matching defs:pu16Dst
1120 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1122 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1206 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen,
1258 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen,
1261 return ai->bap_read(ai, pu16Dst, bytelen, whichbap);
4087 static int aux_bap_read(struct airo_info *ai, __le16 *pu16Dst,
4109 pu16Dst+i, count);
4112 pu16Dst+i, count << 1);
4124 static int fast_bap_read(struct airo_info *ai, __le16 *pu16Dst,
4129 insw(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1);
4131 insb(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen);