Searched refs:WUSBSTS (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/whci/ |
D | int.c | 38 sts = le_readl(whc->base + WUSBSTS); in whc_int_handler() 41 le_writel(sts & WUSBSTS_INT_MASK, whc->base + WUSBSTS); in whc_int_handler()
|
D | asl.c | 154 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, in asl_start() 162 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, in asl_stop()
|
D | pzl.c | 163 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, in pzl_start() 175 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, in pzl_stop()
|
D | whci-hc.h | 346 #define WUSBSTS 0x0c macro
|
D | hcd.c | 98 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, in whc_stop()
|