Searched refs:pipecfg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dm66592-udc.c243 u16 pipecfg = 0; local
251 pipecfg |= M66592_DIR;
252 pipecfg |= info->type;
253 pipecfg |= info->epnum;
268 pipecfg |= M66592_DBLB;
270 pipecfg |= M66592_SHTNAK;
284 m66592_write(m66592, pipecfg, M66592_PIPECFG);
H A Dr8a66597-udc.c240 u16 pipecfg = 0; local
248 pipecfg |= R8A66597_DIR;
249 pipecfg |= info->type;
250 pipecfg |= info->epnum;
265 pipecfg |= R8A66597_DBLB;
267 pipecfg |= R8A66597_SHTNAK;
281 r8a66597_write(r8a66597, pipecfg, PIPECFG);

Completed in 40 milliseconds