Searched refs:DEPCTL_EPEN (Results 1 – 2 of 2) sorted by relevance
110 if (udev->regs.er_in[i]->DIEPCTL & DEPCTL_EPEN) { in usb_devcore_init()122 if (udev->regs.er_out[i]->DOEPCTL & DEPCTL_EPEN) { in usb_devcore_init()346 epctl |= DEPCTL_CNAK | DEPCTL_EPEN; in usb_transc_inxfer()417 epctl |= DEPCTL_EPEN | DEPCTL_CNAK; in usb_transc_outxfer()441 if (*reg_addr & DEPCTL_EPEN) { in usb_transc_stall()522 udev->regs.er_out[0]->DOEPCTL |= DEPCTL_EPACT | DEPCTL_EPEN; in usb_ctlep_startout()
524 #define DEPCTL_EPEN BIT(31) /*!< endpoint enable */ macro
Completed in 8 milliseconds