Home
last modified time | relevance | path

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

/u-boot/drivers/net/octeontx/
A Dsmi.c147 union smi_x_rd_dat smix_rd_dat; in octeontx_phy_read() local
181 smix_rd_dat.u = readq(priv->baseaddr + SMI_X_RD_DAT); in octeontx_phy_read()
184 } while (smix_rd_dat.s.pending && timeout); in octeontx_phy_read()
186 debug("SMIX_RD_DAT: %lx\n", (unsigned long)smix_rd_dat.u); in octeontx_phy_read()
188 return smix_rd_dat.s.dat; in octeontx_phy_read()

Completed in 5 milliseconds