HomeSort by relevance Sort by last modified time
    Searched refs:RH_PS_CCS (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 293 #define RH_PS_CCS 0x00000001 /* current connect status */
au1x00_usb_ohci.c 348 (temp & RH_PS_CCS) ? " CCS" : ""
873 ((temp & RH_PS_CCS) == 0)) {
954 WR_RH_PORTSTAT (RH_PS_CCS ); OK (0);
977 if (RD_RH_PORTSTAT & RH_PS_CCS)
983 if (RD_RH_PORTSTAT & RH_PS_CCS)
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 309 #define RH_PS_CCS 0x00000001 /* current connect status */
ohci-hcd.c 483 (temp & RH_PS_CCS) ? " CCS" : ""
    [all...]
r8a66597.h 629 #define RH_PS_CCS 0x00000001 /* current connect status */

Completed in 65 milliseconds