Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c857 #define RD_RH_PORTSTAT roothub_portstatus(&gohci,wIndex-1) macro
935 *(__u32 *) data_buf = m32_swap (RD_RH_PORTSTAT); OK (4); in ohci_submit_rh_msg()
978 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
984 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c1217 #define RD_RH_PORTSTAT roothub_portstatus(ohci, wIndex-1) macro
1301 *(u32 *)databuf = cpu_to_le32(RD_RH_PORTSTAT); in ohci_submit_rh_msg()
1339 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
1346 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()