Lines Matching refs:ept_cfg
596 ep->ep.name, ep->ept_cfg, maxpacket); in usba_ep_enable()
600 ep->ept_cfg |= USBA_EPT_DIR_IN; in usba_ep_enable()
605 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_CONTROL); in usba_ep_enable()
623 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_ISO); in usba_ep_enable()
624 ep->ept_cfg |= USBA_BF(NB_TRANS, nr_trans); in usba_ep_enable()
628 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_BULK); in usba_ep_enable()
631 ep->ept_cfg |= USBA_BF(EPT_TYPE, USBA_EPT_TYPE_INT); in usba_ep_enable()
640 usba_ep_writel(ep, CFG, ep->ept_cfg); in usba_ep_enable()
1092 ep->ept_cfg = USBA_BF(EPT_SIZE, USBA_EPT_SIZE_8); in atmel_usba_match_ep()
1095 ep->ept_cfg = in atmel_usba_match_ep()
1098 ep->ept_cfg |= USBA_BF(BK_NUMBER, ep->nr_banks); in atmel_usba_match_ep()
1843 usba_ep_writel(ep, CFG, ep->ept_cfg); in usba_udc_irq()
2246 ep->ept_cfg = USBA_BF(EPT_SIZE, USBA_EPT_SIZE_8); in atmel_udc_of_init()
2249 ep->ept_cfg = in atmel_udc_of_init()
2252 ep->ept_cfg |= USBA_BF(BK_NUMBER, ep->nr_banks); in atmel_udc_of_init()