Lines Matching defs:tmp
1734 u32 tmp;
1740 tmp = read_reg(state, 0x00fc); /* NBERVALUE[24-31] */
1741 tmp = (tmp << 8) | read_reg(state, 0x00fd); /* NBERVALUE[16-23] */
1742 tmp = (tmp << 8) | read_reg(state, 0x00fe); /* NBERVALUE[8-15] */
1743 tmp = (tmp << 8) | read_reg(state, 0x00ff); /* NBERVALUE[0-7] */
1744 *ber = tmp;
1745 dbg_info("ber=%u\n", tmp);