Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/
Datmel_usba_udc.c597 ep->ep.name, ep->ept_cfg, maxpacket); in usba_ep_enable()
601 ep->ept_cfg |= USBA_EPT_DIR_IN; in usba_ep_enable()
606 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_CONTROL); in usba_ep_enable()
624 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_ISO); in usba_ep_enable()
625 ep->ept_cfg |= USBA_BF(NB_TRANS, nr_trans); in usba_ep_enable()
629 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_BULK); in usba_ep_enable()
632 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_INT); in usba_ep_enable()
641 usba_ep_writel(ep, CFG, ep->ept_cfg); in usba_ep_enable()
1091 ep->ept_cfg = USBA_BF(EPT_SIZE, USBA_EPT_SIZE_8); in atmel_usba_match_ep()
1094 ep->ept_cfg = in atmel_usba_match_ep()
[all …]
Datmel_usba_udc.h286 unsigned long ept_cfg; member