Searched refs:gintmsk (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/dwc2/ |
D | core_intr.c | 118 u32 gintmsk; in dwc2_handle_otg_intr() local 203 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr() 204 gintmsk &= ~GINTSTS_SOF; in dwc2_handle_otg_intr() 205 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr() 247 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr() 248 gintmsk &= ~GINTSTS_SOF; in dwc2_handle_otg_intr() 249 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr() 279 u32 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr() local 282 gintmsk &= ~GINTSTS_SOF; in dwc2_handle_conn_id_status_change_intr() 283 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr() [all …]
|
D | hcd.c | 1063 u32 gintmsk; in dwc2_process_periodic_channels() local 1170 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels() 1171 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels() 1172 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels() 1181 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels() 1182 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels() 1183 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels() 1204 u32 gintmsk; in dwc2_process_non_periodic_channels() local 1292 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels() 1293 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels() [all …]
|
D | hcd_intr.c | 794 u32 gintmsk; in dwc2_halt_channel() local 805 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_halt_channel() 806 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_halt_channel() 807 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel() 824 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_halt_channel() 825 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel() 826 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
|
D | gadget.c | 2437 u32 gintmsk; in s3c_hsotg_irq() local 2442 gintmsk = readl(hsotg->regs + GINTMSK); in s3c_hsotg_irq() 2445 __func__, gintsts, gintsts & gintmsk, gintmsk, retry_count); in s3c_hsotg_irq() 2447 gintsts &= gintmsk; in s3c_hsotg_irq()
|