Lines Matching defs:smi_rd
64 union cvmx_smix_rd_dat smi_rd;
80 smi_rd.u64 = oct_mdio_readq(p->register_base + SMI_RD_DAT);
81 } while (smi_rd.s.pending && --timeout);
83 if (smi_rd.s.val)
84 return smi_rd.s.dat;
95 union cvmx_smix_rd_dat smi_rd;
114 smi_rd.u64 = oct_mdio_readq(p->register_base + SMI_RD_DAT);
115 } while (smi_rd.s.pending && --timeout);
117 if (smi_rd.s.val)
118 return smi_rd.s.dat;