PS_TO_REG         436 drivers/net/phy/micrel.c 		newval = ((newval & 0xfff0) | ((val1 / PS_TO_REG) & 0xf) << 0);
PS_TO_REG         439 drivers/net/phy/micrel.c 		newval = ((newval & 0xff0f) | ((val2 / PS_TO_REG) & 0xf) << 4);
PS_TO_REG         442 drivers/net/phy/micrel.c 		newval = ((newval & 0xf0ff) | ((val3 / PS_TO_REG) & 0xf) << 8);
PS_TO_REG         445 drivers/net/phy/micrel.c 		newval = ((newval & 0x0fff) | ((val4 / PS_TO_REG) & 0xf) << 12);