Searched refs:USB_PHY_CONFIG_REFDIV_LSB (Results 1 – 1 of 1) sorted by relevance
1482 #define USB_PHY_CONFIG_REFDIV_LSB 3 macro1484 …_CONFIG_REFDIV_GET(x) (((x) & USB_PHY_CONFIG_REFDIV_MASK) >> USB_PHY_CONFIG_REFDIV_LSB)1485 #define USB_PHY_CONFIG_REFDIV_SET(x) (((x) << USB_PHY_CONFIG_REFDIV_LSB) & USB_PHY_CONF…