Lines Matching refs:pu16Dst
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 );
3179 insb( ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen );