Lines Matching refs:BIT
19 #define USBPHY_DATAPOL BIT(11) /* (dm355) switch D+/D- */
20 #define USBPHY_PHYCLKGD BIT(8)
21 #define USBPHY_SESNDEN BIT(7) /* v(sess_end) comparator */
22 #define USBPHY_VBDTCTEN BIT(6) /* v(bus) comparator */
23 #define USBPHY_VBUSSENS BIT(5) /* (dm355,ro) is vbus > 0.5V */
24 #define USBPHY_PHYPLLON BIT(4) /* override pll suspend */
25 #define USBPHY_CLKO1SEL BIT(3)
26 #define USBPHY_OSCPDWN BIT(2)
27 #define USBPHY_OTGPDWN BIT(1)
28 #define USBPHY_PHYPDWN BIT(0)
31 #define DRVVBUS_FORCE BIT(2)
32 #define DRVVBUS_OVERRIDE BIT(1)