Home
last modified time | relevance | path

Searched refs:skip_phy_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/phy/xilinx/
H A Dphy-zynqmp.c218 bool skip_phy_init; member
541 if (gtr_phy->protocol == ICM_PROTOCOL_USB && gtr_phy->skip_phy_init) in xpsgtr_phy_init_required()
673 gtr_phy->skip_phy_init = false; in xpsgtr_phy_exit()
899 bool skip_phy_init; in xpsgtr_runtime_resume() local
913 skip_phy_init = true; in xpsgtr_runtime_resume()
915 skip_phy_init = false; in xpsgtr_runtime_resume()
919 gtr_dev->phys[i].skip_phy_init = skip_phy_init; in xpsgtr_runtime_resume()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c2146 if ((value & BIT(15)) && (0 == eng->arg.ctrl.b.skip_phy_init)) { in phy_find_addr()
2168 if (0 == eng->arg.ctrl.b.skip_phy_init) { in phy_find_addr()
2187 if (0 == eng->arg.ctrl.b.skip_phy_init) in phy_find_addr()
2251 if (eng->arg.ctrl.b.skip_phy_init) { in phy_select()
H A Dcomminf.h436 uint32_t skip_phy_init : 1; /* bit[0] */ member