Home
last modified time | relevance | path

Searched refs:USBH_PORTSTAT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dimx21-hcd.c1496 if (readl(imx21->regs + USBH_PORTSTAT(i)) & in imx21_hc_hub_status_data()
1594 wIndex, USBH_PORTSTAT(wIndex - 1)); in imx21_hc_hub_control()
1596 USBH_PORTSTAT(wIndex - 1)); in imx21_hc_hub_control()
1646 writel(status_write, imx21->regs + USBH_PORTSTAT(wIndex - 1)); in imx21_hc_hub_control()
1727 imx21->regs + USBH_PORTSTAT(0)); in imx21_hc_start()
1731 imx21->regs + USBH_PORTSTAT(1)); in imx21_hc_start()
1735 imx21->regs + USBH_PORTSTAT(2)); in imx21_hc_start()
Dimx21-hcd.h146 #define USBH_PORTSTAT(x) (0xf4 + ((x) * 4)) macro