Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h299 #define RH_PS_LSDA 0x00000200 /* low speed device attached */ macro
Dau1x00_usb_ohci.c341 (temp & RH_PS_LSDA) ? " LSDA" : "", in ohci_dump_roothub()
958 WR_RH_PORTSTAT (RH_PS_LSDA); OK (0); in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h315 #define RH_PS_LSDA 0x00000200 /* low speed device attached */ macro
Dr8a66597.h635 #define RH_PS_LSDA 0x00000200 /* low speed device attached */ macro
Dohci-hcd.c476 (temp & RH_PS_LSDA) ? " LSDA" : "", in ohci_dump_roothub()
1321 case (RH_PORT_POWER): WR_RH_PORTSTAT(RH_PS_LSDA); OK(0); in ohci_submit_rh_msg()