Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Dmiim.c47 value = etsec->phy_status; in miim_read_cycle()
137 etsec->phy_status &= ~MII_BMSR_LINK_ST; in etsec_miim_link_status()
139 etsec->phy_status |= MII_BMSR_LINK_ST; in etsec_miim_link_status()
H A Detsec.c341 etsec->phy_status = in etsec_reset()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-mx6.c203 u32 phy_status; member
235 void __iomem *status = (void __iomem *)(&usbnc->phy_status); in usb_phy_mode()
439 void *__iomem phy_ctrl, *__iomem phy_status; in ehci_usb_phy_mode() local
468 phy_status = (void __iomem *)(addr + in ehci_usb_phy_mode()
470 val = readl(phy_status); in ehci_usb_phy_mode()
/openbmc/qemu/include/hw/net/
H A Dftgmac100.h65 uint32_t phy_status; member
/openbmc/qemu/hw/net/
H A Dftgmac100.c287 s->phy_status &= ~(MII_BMSR_LINK_ST | MII_BMSR_AN_COMP); in phy_update_link()
290 s->phy_status |= (MII_BMSR_LINK_ST | MII_BMSR_AN_COMP); in phy_update_link()
303 s->phy_status = (MII_BMSR_100TX_FD | MII_BMSR_100TX_HD | MII_BMSR_10T_FD | in phy_reset()
324 val = s->phy_status; in do_phy_read()
392 s->phy_status |= MII_BMSR_AN_COMP; in do_phy_write()
1242 VMSTATE_UINT32(phy_status, FTGMAC100State),
/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2600.c202 void __iomem *phy_status; member
275 u32 reg_base = (u32)info->phy_status; in ast2600_sdramphy_check_status()
1030 priv->phy_status = (void *)(uintptr_t)devfdt_get_addr_index(dev, 2); in ast2600_sdrammc_ofdata_to_platdata()
/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.c283 u32 phy_status; in wait_phy_ready() local
287 phy_status = get_reg(dev, REG_PHY_STATUS) & mask; in wait_phy_ready()
294 } while (phy_status != mask); in wait_phy_ready()