Lines Matching refs:SMI
46 #define SMI 0x0010
1291 /* wait for the SMI register to become available */
1292 for (i = 0; rdl(pep, SMI) & SMI_BUSY; i++) {
1308 netdev_warn(pep->dev, "pxa168_eth: SMI bus busy timeout\n");
1311 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) | SMI_OP_R);
1313 for (i = 0; !((val = rdl(pep, SMI)) & SMI_R_VALID); i++) {
1316 "pxa168_eth: SMI bus read not valid\n");
1331 netdev_warn(pep->dev, "pxa168_eth: SMI bus busy timeout\n");
1335 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) |
1339 netdev_err(pep->dev, "pxa168_eth: SMI bus busy timeout\n");