Home
last modified time | relevance | path

Searched refs:HCINT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dhw.h734 #define HCINT(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch)) macro
Dhcd_intr.c1925 hcint = readl(hsotg->regs + HCINT(chnum)); in dwc2_hc_n_intr()
1929 writel(hcint, hsotg->regs + HCINT(chnum)); in dwc2_hc_n_intr()
1941 writel(hcint, hsotg->regs + HCINT(chnum)); in dwc2_hc_n_intr()
Dcore.c940 writel(hcintmsk, hsotg->regs + HCINT(hc_num)); in dwc2_hc_init()
1070 writel(~hcintmsk, hsotg->regs + HCINT(chan->hc_num)); in dwc2_hc_halt()
1201 writel(hcintmsk, hsotg->regs + HCINT(chan->hc_num)); in dwc2_hc_cleanup()
1844 addr = hsotg->regs + HCINT(i); in dwc2_dump_host_registers()
Dhcd.c1937 hcint = readl(hsotg->regs + HCINT(i)); in dwc2_hcd_dump_state()