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);
4024 /* Sets up the bap to start exchange data. whichbap should
4027 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap)
4032 OUT4500(ai, SELECT0+whichbap, rid);
4033 OUT4500(ai, OFFSET0+whichbap, offset);
4035 int status = IN4500(ai, OFFSET0+whichbap);
4045 status, whichbap);
4056 OUT4500(ai, SELECT0+whichbap, rid);
4057 OUT4500(ai, OFFSET0+whichbap, offset);
4080 int bytelen, int whichbap)
4091 page = IN4500(ai, SWS0+whichbap);
4092 offset = IN4500(ai, SWS2+whichbap);
4100 insw(ai->dev->base_addr+DATA0+whichbap,
4103 insb(ai->dev->base_addr+DATA0+whichbap,
4117 int bytelen, int whichbap)
4121 insw(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1);
4123 insb(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen);
4129 int bytelen, int whichbap)
4133 outsw(ai->dev->base_addr+DATA0+whichbap,
4136 outsb(ai->dev->base_addr+DATA0+whichbap, pu16Src, bytelen);