Lines Matching refs:status_write
1533 u32 status_write = 0; in imx21_hc_hub_control() local
1557 status_write = USBH_PORTSTAT_CURCONST; in imx21_hc_hub_control()
1561 status_write = USBH_PORTSTAT_PRTOVRCURI; in imx21_hc_hub_control()
1565 status_write = USBH_PORTSTAT_LSDEVCON; in imx21_hc_hub_control()
1569 status_write = USBH_PORTSTAT_PRTENBLSC; in imx21_hc_hub_control()
1573 status_write = USBH_PORTSTAT_PRTSTATSC; in imx21_hc_hub_control()
1577 status_write = USBH_PORTSTAT_CONNECTSC; in imx21_hc_hub_control()
1581 status_write = USBH_PORTSTAT_OVRCURIC; in imx21_hc_hub_control()
1585 status_write = USBH_PORTSTAT_PRTRSTSC; in imx21_hc_hub_control()
1635 status_write = USBH_PORTSTAT_PRTSUSPST; in imx21_hc_hub_control()
1639 status_write = USBH_PORTSTAT_PRTPWRST; in imx21_hc_hub_control()
1643 status_write = USBH_PORTSTAT_PRTRSTST; in imx21_hc_hub_control()
1658 if (status_write) in imx21_hc_hub_control()
1659 writel(status_write, imx21->regs + USBH_PORTSTAT(wIndex - 1)); in imx21_hc_hub_control()