Searched refs:USB_PHY_CONFIG_REFCLK_SEL_LSB (Results 1 – 1 of 1) sorted by relevance
1477 #define USB_PHY_CONFIG_REFCLK_SEL_LSB 4 macro1479 …REFCLK_SEL_GET(x) (((x) & USB_PHY_CONFIG_REFCLK_SEL_MASK) >> USB_PHY_CONFIG_REFCLK_SEL_LSB)1480 #define USB_PHY_CONFIG_REFCLK_SEL_SET(x) (((x) << USB_PHY_CONFIG_REFCLK_SEL_LSB) & USB_PHY_…