Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_ehci_reg.h213 #define QH_EPCAPS_MULT_SHIFT (30) /* Bit 30-31: High-Bandwidth Pipe Multiplier */ macro
214 #define QH_EPCAPS_MULT_MASK (3 << QH_EPCAPS_MULT_SHIFT)
215 #define QH_EPCAPS_MULT(n) ((n) << QH_EPCAPS_MULT_SHIFT)

Completed in 7 milliseconds