Lines Matching refs:l3
82 int l3; member
149 static inline u32 b1prot(int l2, int l3) in b1prot() argument
172 static inline u32 b2prot(int l2, int l3) in b2prot() argument
192 static inline u32 b3prot(int l2, int l3) in b3prot() argument
224 static _cstruct b1config(int l2, int l3) in b1config() argument
1858 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
1859 b2prot(bchan->l2, bchan->l3), /* B2protocol */ in capidrv_command()
1860 b3prot(bchan->l2, bchan->l3), /* B3protocol */ in capidrv_command()
1861 b1config(bchan->l2, bchan->l3), /* B1configuration */ in capidrv_command()
1893 c->arg, bchan->l2, bchan->l3); in capidrv_command()
1900 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
1901 b2prot(bchan->l2, bchan->l3), /* B2protocol */ in capidrv_command()
1902 b3prot(bchan->l2, bchan->l3), /* B3protocol */ in capidrv_command()
1903 b1config(bchan->l2, bchan->l3), /* B1configuration */ in capidrv_command()
2007 bchan->l3 = (c->arg >> 8); in capidrv_command()