Searched refs:whichbap (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 1113 static int bap_setup(struct airo_info*, u16 rid, u16 offset, int whichbap); 1115 int whichbap); 1117 int whichbap); 1119 int whichbap); 1201 int whichbap); 1253 int whichbap) in bap_read() argument 1255 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read() 3999 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap ) in bap_setup() argument 4004 OUT4500(ai, SELECT0+whichbap, rid); in bap_setup() 4005 OUT4500(ai, OFFSET0+whichbap, offset); in bap_setup() [all …]
|