Home
last modified time | relevance | path

Searched refs:HCS_PORTROUTED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dehci_def.h31 #define HCS_PORTROUTED(p) ((p)&(1 << 7)) /* true: port routing */ macro
/openbmc/linux/drivers/usb/host/
H A Dehci-dbg.c26 HCS_PORTROUTED(params) ? "" : " ordered", in dbg_hcs_params()
30 if (HCS_PORTROUTED(params)) { in dbg_hcs_params()
H A Doxu210hp-hcd.c106 #define HCS_PORTROUTED(p) ((p)&(1 << 7)) /* true: port routing */ macro