Searched refs:USBPCR_USB_MODE (Results 1 – 3 of 3) sorted by relevance
25 #define USBPCR_USB_MODE BIT(31) macro163 u32p_replace_bits(®, 1, USBPCR_USB_MODE); in ingenic_usb_phy_set_mode()172 u32p_replace_bits(®, 0, USBPCR_USB_MODE); in ingenic_usb_phy_set_mode()181 u32p_replace_bits(®, 1, USBPCR_USB_MODE); in ingenic_usb_phy_set_mode()
24 #define USBPCR_USB_MODE BIT(31) macro137 reg &= ~USBPCR_USB_MODE; in ingenic_usb_phy_set_peripheral()151 reg |= USBPCR_USB_MODE; in ingenic_usb_phy_set_host()
57 #define USBPCR_USB_MODE BIT(31) macro