Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dhw.h720 #define HCSPLT(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch)) macro
Dcore.c1011 writel(hcsplt, hsotg->regs + HCSPLT(hc_num)); in dwc2_hc_init()
1482 u32 hcsplt = readl(hsotg->regs + HCSPLT(chan->hc_num)); in dwc2_hc_start_transfer()
1485 writel(hcsplt, hsotg->regs + HCSPLT(chan->hc_num)); in dwc2_hc_start_transfer()
1841 addr = hsotg->regs + HCSPLT(i); in dwc2_dump_host_registers()
Dhcd_intr.c1473 hcsplt = readl(hsotg->regs + HCSPLT(chnum)); in dwc2_hc_ahberr_intr()
1691 hcsplt = readl(hsotg->regs + HCSPLT(chnum)); in dwc2_halt_status_ok()
Dhcd.c84 hcsplt = readl(hsotg->regs + HCSPLT(chan->hc_num)); in dwc2_dump_channel_info()