Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-faraday.c44 spd = OTGCSR_SPD(readl(&regs->otg.otgcsr)); in faraday_ehci_get_port_speed()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dfotg210.h81 #define OTGCSR_SPD(x) (((x) >> 22) & 0x03) macro