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