Searched refs:whichbap (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wireless/cisco/ |
D | airo.c | 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) in bap_read() argument 1261 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read() 4027 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap) in bap_setup() argument 4032 OUT4500(ai, SELECT0+whichbap, rid); in bap_setup() 4033 OUT4500(ai, OFFSET0+whichbap, offset); in bap_setup() [all …]
|