Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c78 #define SCH3_RXFIFO_DEPTH_MASK GENMASK(21, 20) macro
188 value &= ~SCH3_RXFIFO_DEPTH_MASK; in xhci_mtk_rxfifo_depth_set()
189 value |= FIELD_PREP(SCH3_RXFIFO_DEPTH_MASK, in xhci_mtk_rxfifo_depth_set()