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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Datmel_usba_udc.c525 unsigned long flags, ept_cfg, maxpacket; local
545 ept_cfg = USBA_BF(EPT_SIZE, USBA_EPT_SIZE_8);
548 ept_cfg = USBA_BF(EPT_SIZE, fls(maxpacket - 1) - 3);
551 ep->ep.name, ept_cfg, maxpacket);
555 ept_cfg |= USBA_EPT_DIR_IN;
560 ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_CONTROL);
561 ept_cfg |= USBA_BF(BK_NUMBER, USBA_BK_NUMBER_ONE);
579 ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_ISO);
585 ept_cfg |= USBA_BF(BK_NUMBER, USBA_BK_NUMBER_TRIPLE);
587 ept_cfg |
[all...]

Completed in 55 milliseconds