Lines Matching refs:status_write
1520 u32 status_write = 0; in imx21_hc_hub_control() local
1544 status_write = USBH_PORTSTAT_CURCONST; in imx21_hc_hub_control()
1548 status_write = USBH_PORTSTAT_PRTOVRCURI; in imx21_hc_hub_control()
1552 status_write = USBH_PORTSTAT_LSDEVCON; in imx21_hc_hub_control()
1556 status_write = USBH_PORTSTAT_PRTENBLSC; in imx21_hc_hub_control()
1560 status_write = USBH_PORTSTAT_PRTSTATSC; in imx21_hc_hub_control()
1564 status_write = USBH_PORTSTAT_CONNECTSC; in imx21_hc_hub_control()
1568 status_write = USBH_PORTSTAT_OVRCURIC; in imx21_hc_hub_control()
1572 status_write = USBH_PORTSTAT_PRTRSTSC; in imx21_hc_hub_control()
1622 status_write = USBH_PORTSTAT_PRTSUSPST; in imx21_hc_hub_control()
1626 status_write = USBH_PORTSTAT_PRTPWRST; in imx21_hc_hub_control()
1630 status_write = USBH_PORTSTAT_PRTRSTST; in imx21_hc_hub_control()
1645 if (status_write) in imx21_hc_hub_control()
1646 writel(status_write, imx21->regs + USBH_PORTSTAT(wIndex - 1)); in imx21_hc_hub_control()