Home
last modified time | relevance | path

Searched refs:USB2_PHY_CKEN (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/phy/hibvt/
Dphy-usb-hi3516dv300.c38 #define USB2_PHY_CKEN (0x1 << 2) macro
145 reg |= USB2_PHY_CKEN; in phy_hiusb_init_clk()
Dphy-usb-hi3556v200.c38 #define USB2_PHY_CKEN (0x1 << 2) macro
146 reg |= USB2_PHY_CKEN; in hisi_usb_init_clk()
Dphy-usb-hi3559v200.c38 #define USB2_PHY_CKEN (0x1 << 2) macro
146 reg |= USB2_PHY_CKEN; in phy_hiusb_init_clk()
Dphy-usb-hi3516cv500.c38 #define USB2_PHY_CKEN (0x1 << 2) macro
146 reg |= USB2_PHY_CKEN; in phy_hiusb_init_clk()
Dphy-usb-hi3559av100.c181 reg |= (USB2_PHY_CKEN << usb2_offset); in phy_hiusb_init_clk_ctrler()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3559av100/
Dplatform.h255 #define USB2_PHY_CKEN (0x1<<4) macro