Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dehcireg.h105 #define EHCI_CMD_FLS(x) (((x) >> 2) & 3) /* RW/RO frame list size */ macro
H A Dehci.c344 switch (EHCI_CMD_FLS(EOREAD4(sc, EHCI_USBCMD))) { in ehci_init()