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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 300 #define RH_PS_CSC 0x00010000 /* connect status change */
au1x00_usb_ohci.c 339 (temp & RH_PS_CSC) ? " CSC" : "",
871 if (((temp & (RH_PS_PESC | RH_PS_CSC)) ==
872 (RH_PS_PESC | RH_PS_CSC)) &&
960 WR_RH_PORTSTAT (RH_PS_CSC ); OK (0);
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 316 #define RH_PS_CSC 0x00010000 /* connect status change */
ohci-hcd.c 474 (temp & RH_PS_CSC) ? " CSC" : "",
    [all...]
r8a66597.h 636 #define RH_PS_CSC 0x00010000 /* connect status change */

Completed in 72 milliseconds