Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c1942 #define WR_RH_PORTSTAT(x) writel((x), &ohci->regs->roothub.portstatus[wIndex-1]) macro
2026 WR_RH_PORTSTAT (RH_PS_CCS ); OK (0); in rh_submit_urb()
2028 WR_RH_PORTSTAT (RH_PS_POCI); OK (0); in rh_submit_urb()
2030 WR_RH_PORTSTAT (RH_PS_LSDA); OK (0); in rh_submit_urb()
2032 WR_RH_PORTSTAT (RH_PS_CSC ); OK (0); in rh_submit_urb()
2034 WR_RH_PORTSTAT (RH_PS_PESC); OK (0); in rh_submit_urb()
2036 WR_RH_PORTSTAT (RH_PS_PSSC); OK (0); in rh_submit_urb()
2038 WR_RH_PORTSTAT (RH_PS_OCIC); OK (0); in rh_submit_urb()
2040 WR_RH_PORTSTAT (RH_PS_PRSC); OK (0); in rh_submit_urb()
2047 WR_RH_PORTSTAT (RH_PS_PSS ); OK (0); in rh_submit_urb()
[all …]