Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00.h31 #define LOW_SPEED_PORT(x) ((x) ? 0x0800 : 0x0400) macro
H A Dc67x00-hcd.c97 if (usb_status & LOW_SPEED_PORT(port)) { in c67x00_hub_control()