Home
last modified time | relevance | path

Searched refs:daintmsk (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c483 readl(&reg->daint), readl(&reg->daintmsk)); in dwc2_udc_irq()
1085 u32 ep_ctrl = 0, daintmsk = 0; in dwc2_udc_ep_activate() local
1092 daintmsk = 1 << ep_num; in dwc2_udc_ep_activate()
1095 daintmsk = (1 << ep_num) << DAINT_OUT_BIT; in dwc2_udc_ep_activate()
1124 writel(readl(&reg->daintmsk)|daintmsk, &reg->daintmsk); in dwc2_udc_ep_activate()
1125 debug("%s: DAINTMSK = 0x%x\n", __func__, readl(&reg->daintmsk)); in dwc2_udc_ep_activate()
H A Ddwc2_udc_otg_regs.h74 u32 daintmsk; /* Device All Endpoints Interrupt Mask */ member
H A Ddwc2_udc_otg.c459 | (1 << EP0_CON), &reg->daintmsk); in reconfig_usbd()
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c3621 u32 daintmsk; in dwc2_gadget_handle_incomplete_isoc_in() local
3626 daintmsk = dwc2_readl(hsotg, DAINTMSK); in dwc2_gadget_handle_incomplete_isoc_in()
3631 if ((BIT(idx) & ~daintmsk) || !hs_ep->isochronous) in dwc2_gadget_handle_incomplete_isoc_in()
3664 u32 daintmsk; in dwc2_gadget_handle_incomplete_isoc_out() local
3671 daintmsk = dwc2_readl(hsotg, DAINTMSK); in dwc2_gadget_handle_incomplete_isoc_out()
3672 daintmsk >>= DAINT_OUTEP_SHIFT; in dwc2_gadget_handle_incomplete_isoc_out()
3677 if ((BIT(idx) & ~daintmsk) || !hs_ep->isochronous) in dwc2_gadget_handle_incomplete_isoc_out()
3771 u32 daintmsk = dwc2_readl(hsotg, DAINTMSK); in dwc2_hsotg_irq() local
3775 daint &= daintmsk; in dwc2_hsotg_irq()
3843 u32 daintmsk; in dwc2_hsotg_irq() local
[all …]
H A Dcore.h715 u32 daintmsk; member