Home
last modified time | relevance | path

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

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