Home
last modified time | relevance | path

Searched refs:phy_status (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-mx6.c233 u32 phy_status; member
257 void __iomem *status = (void __iomem *)(&usbnc->phy_status); in usb_phy_mode()
468 void *__iomem phy_ctrl, *__iomem phy_status; in ehci_usb_phy_mode() local
497 phy_status = (void __iomem *)(addr + in ehci_usb_phy_mode()
499 val = readl(phy_status); in ehci_usb_phy_mode()
/rk3399_rockchip-uboot/drivers/net/
H A Dtsi108_eth.c602 unsigned int phy_status; in marvell_88e_phy_config() local
621 while ((phy_status = in marvell_88e_phy_config()
637 phy_status = read_phy (ETH_BASE, phy_addr, PHY_STATUS_REG); in marvell_88e_phy_config()
642 } while ((phy_status & PHY_STAT_LINK_UP) == 0); in marvell_88e_phy_config()
644 if ((phy_status & PHY_STAT_LINK_UP) == 0) in marvell_88e_phy_config()