Searched refs:phy_status (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-board.c674 int phy_status; local
681 phy_status = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, 17);
687 if ((phy_status & (1 << 11)) == 0) {
691 phy_status |= 1 << 11;
695 if ((phy_status & 0x0c08) == 0x0c08) {
697 result.s.full_duplex = ((phy_status >> 13) & 1);
698 switch ((phy_status >> 14) & 3) {
727 int phy_status; local
733 phy_status = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, 0x19);
734 switch ((phy_status >>
795 int phy_status; /* Register 0xA */ local
849 int phy_status; local
897 int phy_status; local
[all...]
/u-boot/drivers/usb/host/
H A Dehci-mx6.c88 u32 phy_status; member in struct:usbnc_regs
257 void __iomem *status = (void __iomem *)(&usbnc->phy_status);
513 void *__iomem phy_ctrl, *__iomem phy_status; local
542 phy_status = (void __iomem *)(addr +
544 val = readl(phy_status);
/u-boot/drivers/net/
H A Dmcffec.c367 u16 phy_status; local
369 miiphy_read(dev->name, info->phy_addr, MII_BMSR, &phy_status);
/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2600.c550 void __iomem *phy_status; member in struct:dram_info
616 u32 reg_base = (u32)info->phy_status;
1141 priv->phy_status = (void *)(uintptr_t)devfdt_get_addr_index(dev, 2);
/u-boot/drivers/video/
H A Dlogicore_dp_tx.c284 u32 phy_status; local
288 phy_status = get_reg(dev, REG_PHY_STATUS) & mask;
295 } while (phy_status != mask);
/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.c118 u32 timeout = 100, phy_status; local
125 phy_status = readl(dp_sub->base_addr + DP_PHY_STATUS);
126 phy_status &= phy_ready_mask;
130 } while (phy_status != phy_ready_mask);

Completed in 124 milliseconds