PIR_MDI
return (ravb_read(priv->ndev, PIR) & PIR_MDI) != 0;
return (ioread32(bitbang->addr) & PIR_MDI) != 0;