Lines Matching refs:l3
83 int l3; member
150 static inline u32 b1prot(int l2, int l3) in b1prot() argument
173 static inline u32 b2prot(int l2, int l3) in b2prot() argument
193 static inline u32 b3prot(int l2, int l3) in b3prot() argument
225 static _cstruct b1config(int l2, int l3) in b1config() argument
1859 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
1860 b2prot(bchan->l2, bchan->l3), /* B2protocol */ in capidrv_command()
1861 b3prot(bchan->l2, bchan->l3), /* B3protocol */ in capidrv_command()
1862 b1config(bchan->l2, bchan->l3), /* B1configuration */ in capidrv_command()
1894 c->arg, bchan->l2, bchan->l3); in capidrv_command()
1901 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
1902 b2prot(bchan->l2, bchan->l3), /* B2protocol */ in capidrv_command()
1903 b3prot(bchan->l2, bchan->l3), /* B3protocol */ in capidrv_command()
1904 b1config(bchan->l2, bchan->l3), /* B1configuration */ in capidrv_command()
2008 bchan->l3 = (c->arg >> 8); in capidrv_command()