Searched refs:USB_PHY_CONFIG_REFDIV_MASK (Results 1 – 1 of 1) sorted by relevance
1483 #define USB_PHY_CONFIG_REFDIV_MASK 0x00000008 macro1484 #define USB_PHY_CONFIG_REFDIV_GET(x) (((x) & USB_PHY_CONFIG_REFDIV_MASK) >> USB_PHY_CON…1485 …_CONFIG_REFDIV_SET(x) (((x) << USB_PHY_CONFIG_REFDIV_LSB) & USB_PHY_CONFIG_REFDIV_MASK)