Searched refs:sc_irq_mask (Results 1 – 2 of 2) sorted by relevance
370 sc->sc_irq_mask |= GINTMSK_HCHINTMSK; in dwc_otg_init_fifo()371 sc->sc_irq_mask &= ~GINTMSK_IEPINTMSK; in dwc_otg_init_fifo()372 DWC_OTG_WRITE_4(sc, DOTG_GINTMSK, sc->sc_irq_mask); in dwc_otg_init_fifo()435 sc->sc_irq_mask &= ~GINTMSK_HCHINTMSK; in dwc_otg_init_fifo()436 sc->sc_irq_mask |= GINTMSK_IEPINTMSK; in dwc_otg_init_fifo()437 DWC_OTG_WRITE_4(sc, DOTG_GINTMSK, sc->sc_irq_mask); in dwc_otg_init_fifo()576 if ((sc->sc_irq_mask & GINTMSK_SOFMSK) != 0) in dwc_otg_enable_sof_irq()578 sc->sc_irq_mask |= GINTMSK_SOFMSK; in dwc_otg_enable_sof_irq()579 DWC_OTG_WRITE_4(sc, DOTG_GINTMSK, sc->sc_irq_mask); in dwc_otg_enable_sof_irq()595 sc->sc_irq_mask &= ~GINTMSK_WKUPINTMSK; in dwc_otg_resume_irq()[all …]
179 uint32_t sc_irq_mask; member