Searched refs:ept_cfg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.c | 598 ep->ep.name, ep->ept_cfg, maxpacket); in usba_ep_enable() 602 ep->ept_cfg |= USBA_EPT_DIR_IN; in usba_ep_enable() 607 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_CONTROL); in usba_ep_enable() 625 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_ISO); in usba_ep_enable() 626 ep->ept_cfg |= USBA_BF(NB_TRANS, nr_trans); in usba_ep_enable() 630 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_BULK); in usba_ep_enable() 633 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_INT); in usba_ep_enable() 642 usba_ep_writel(ep, CFG, ep->ept_cfg); in usba_ep_enable() 1089 /* Generate ept_cfg basd on FIFO size and number of banks */ in atmel_usba_match_ep() 1091 ep->ept_cfg in atmel_usba_match_ep() [all...] |
H A D | atmel_usba_udc.h | 286 unsigned long ept_cfg; member
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.c | 598 ep->ep.name, ep->ept_cfg, maxpacket); in usba_ep_enable() 602 ep->ept_cfg |= USBA_EPT_DIR_IN; in usba_ep_enable() 607 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_CONTROL); in usba_ep_enable() 625 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_ISO); in usba_ep_enable() 626 ep->ept_cfg |= USBA_BF(NB_TRANS, nr_trans); in usba_ep_enable() 630 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_BULK); in usba_ep_enable() 633 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_INT); in usba_ep_enable() 642 usba_ep_writel(ep, CFG, ep->ept_cfg); in usba_ep_enable() 1092 /* Generate ept_cfg basd on FIFO size and number of banks */ in atmel_usba_match_ep() 1094 ep->ept_cfg in atmel_usba_match_ep() [all...] |
H A D | atmel_usba_udc.h | 286 unsigned long ept_cfg; member
|
Completed in 6 milliseconds