Lines Matching refs:status
2496 uint32_t status; in dwc2_handle_iepint() local
2501 status = diepint & diepmsk; in dwc2_handle_iepint()
2502 sys_write32(status, diepint_reg); in dwc2_handle_iepint()
2505 n | USB_EP_DIR_IN, status); in dwc2_handle_iepint()
2507 if (status & USB_DWC2_DIEPINT_XFERCOMPL) { in dwc2_handle_iepint()
2604 uint32_t status; in dwc2_handle_oepint() local
2612 status = doepint & doepmsk; in dwc2_handle_oepint()
2613 sys_write32(status, doepint_reg); in dwc2_handle_oepint()
2615 LOG_DBG("ep 0x%02x interrupt status: 0x%x", n, status); in dwc2_handle_oepint()
2621 (status & USB_DWC2_DOEPINT_XFERCOMPL) && in dwc2_handle_oepint()
2626 status &= ~USB_DWC2_DOEPINT_XFERCOMPL; in dwc2_handle_oepint()
2638 if (status & USB_DWC2_DOEPINT_SETUP) { in dwc2_handle_oepint()
2642 if (status & USB_DWC2_DOEPINT_STSPHSERCVD) { in dwc2_handle_oepint()
2652 if (status & USB_DWC2_DOEPINT_XFERCOMPL) { in dwc2_handle_oepint()