Lines Matching refs:l2
81 int l2; member
149 static inline u32 b1prot(int l2, int l3) in b1prot() argument
151 switch (l2) { in b1prot()
172 static inline u32 b2prot(int l2, int l3) in b2prot() argument
174 switch (l2) { in b2prot()
192 static inline u32 b3prot(int l2, int l3) in b3prot() argument
194 switch (l2) { in b3prot()
224 static _cstruct b1config(int l2, int l3) in b1config() argument
226 switch (l2) { in b1config()
1649 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
1650 b2prot(bchan->l2, bchan->l3), /* B2protocol */ in capidrv_command()
1651 b3prot(bchan->l2, bchan->l3), /* B3protocol */ in capidrv_command()
1652 b1config(bchan->l2, bchan->l3), /* B1configuration */ in capidrv_command()
1684 c->arg, bchan->l2, bchan->l3); in capidrv_command()
1691 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
1692 b2prot(bchan->l2, bchan->l3), /* B2protocol */ in capidrv_command()
1693 b3prot(bchan->l2, bchan->l3), /* B3protocol */ in capidrv_command()
1694 b1config(bchan->l2, bchan->l3), /* B1configuration */ in capidrv_command()
1785 bchan->l2 = (c->arg >> 8); in capidrv_command()