Lines Matching refs:whichbap
1119 static int bap_setup(struct airo_info*, u16 rid, u16 offset, int whichbap);
1121 int whichbap);
1123 int whichbap);
1125 int whichbap);
1207 int whichbap);
1259 int whichbap)
1261 return ai->bap_read(ai, pu16Dst, bytelen, whichbap);
4032 /* Sets up the bap to start exchange data. whichbap should
4035 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap)
4040 OUT4500(ai, SELECT0+whichbap, rid);
4041 OUT4500(ai, OFFSET0+whichbap, offset);
4043 int status = IN4500(ai, OFFSET0+whichbap);
4053 status, whichbap);
4064 OUT4500(ai, SELECT0+whichbap, rid);
4065 OUT4500(ai, OFFSET0+whichbap, offset);
4088 int bytelen, int whichbap)
4099 page = IN4500(ai, SWS0+whichbap);
4100 offset = IN4500(ai, SWS2+whichbap);
4108 insw(ai->dev->base_addr+DATA0+whichbap,
4111 insb(ai->dev->base_addr+DATA0+whichbap,
4125 int bytelen, int whichbap)
4129 insw(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1);
4131 insb(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen);
4137 int bytelen, int whichbap)
4141 outsw(ai->dev->base_addr+DATA0+whichbap,
4144 outsb(ai->dev->base_addr+DATA0+whichbap, pu16Src, bytelen);