Searched refs:whichbap (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ |
D | airo.c | 1112 static int bap_setup(struct airo_info*, u16 rid, u16 offset, int whichbap); 1114 int whichbap); 1116 int whichbap); 1118 int whichbap); 1200 int whichbap); 1251 int whichbap) in bap_read() argument 1253 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read() 3980 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap ) in bap_setup() argument 3985 OUT4500(ai, SELECT0+whichbap, rid); in bap_setup() 3986 OUT4500(ai, OFFSET0+whichbap, offset); in bap_setup() [all …]
|