phy_enable
phy_enable(faa->fa_node, "sata-phy");
phy_enable(faa->fa_node, "usb2-phy0");
phy_enable(faa->fa_node, "usb2-phy1");
phy_enable(faa->fa_node, "usb3-phy0");
phy_enable(sc->sc_node, "pcie");
phy_enable(sc->sc_node, "pcie-phy");
if (phy_enable(sc->sc_node, "usb") == 0)
.phy_enable = { 0xe458, 0, 0x3, 0x2 },
.phy_enable = { 0xe464, 0, 0x3, 0x2 },
.phy_enable = { 0xe468, 0, 0x3, 0x2 },
.phy_enable = { 0x004c, 0, 0x3, 0x2 },
.phy_enable = { 0x005c, 0, 0x3, 0x2 },
.phy_enable = { 0x0000, 0, 0x1ff, 0x1d2 },
.phy_enable = { 0x0004, 0, 0x1ff, 0x1d2 },
.phy_enable = { 0x000c, 11, 0x1, 0x0 },
.phy_enable = { 0x0008, 2, 0x1, 0x0 },
rkusbphy_set(sc->sc_grf, &sc->sc_regs->otg.phy_enable);
rkusbphy_set(sc->sc_grf, &sc->sc_regs->host.phy_enable);
struct rkusbphy_reg phy_enable;
.phy_enable = { 0x017c, 0, 0x1ff, 0 },
.phy_enable = { 0x0194, 0, 0x1ff, 0 },
.phy_enable = { 0xe454, 0, 0x3, 0x2 },
phy_enable(faa->fa_node, "phy_arasan");
phy_enable(faa->fa_node, "ufsphy");
rv = phy_enable(sc->sc_node, "usb2-phy");
rv = phy_enable(sc->sc_node, "usb3-phy");
int phy_enable(int, const char *);