Searched refs:EHCI_PS_LS (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dehcireg.h165 #define EHCI_PS_LS 0x00000c00 /* RO line status */ macro
166 #define EHCI_PS_IS_LOWSPEED(x) (((x) & EHCI_PS_LS) == 0x00000400)

Completed in 108 milliseconds