Lines Matching refs:dev
302 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, in atl1c_read_phy_core() argument
317 val = FIELDX(MDIO_EXTN_DEVAD, dev) | FIELDX(MDIO_EXTN_REG, reg); in atl1c_read_phy_core()
351 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, in atl1c_write_phy_core() argument
366 val = FIELDX(MDIO_EXTN_DEVAD, dev) | FIELDX(MDIO_EXTN_REG, reg); in atl1c_write_phy_core()
583 dev_err(&pdev->dev, in atl1c_phy_reset()
604 dev_err(&pdev->dev, "Error get phy ID\n"); in atl1c_phy_init()
612 dev_err(&pdev->dev, in atl1c_phy_init()
631 dev_err(&pdev->dev, "Wrong Media type %d\n", in atl1c_phy_init()
740 dev_dbg(&pdev->dev, "phy autoneg failed\n"); in atl1c_phy_to_ps_link()
751 dev_dbg(&pdev->dev, in atl1c_phy_to_ps_link()
824 dev_dbg(&pdev->dev, "%s: write phy MII_IER failed.\n", in atl1c_power_saving()
831 dev_dbg(&pdev->dev, "%s: suspend MAC=%x,MASTER=%x,PHY=0x%x,WOL=%x\n", in atl1c_power_saving()