Lines Matching refs:u8tmp
644 u8 u8tmp, buf[2];
670 ret = regmap_bulk_read(dev->regmap, 0x305, &u8tmp, 1);
674 dev_dbg(&client->dev, "digital agc=%02x", u8tmp);
676 u8tmp = ~u8tmp;
677 u16tmp = u8tmp << 8 | u8tmp << 0;
696 ret = regmap_bulk_read(dev->regmap, 0x33c, &u8tmp, 1);
700 constellation = (u8tmp >> 2) & 0x03; /* [3:2] */
705 hierarchy = (u8tmp >> 4) & 0x07; /* [6:4] */
951 u8 u8tmp;
957 u8tmp = 0x80;
959 u8tmp = 0x00;
962 ret = regmap_update_bits(dev->regmap, 0x021, 0xc0, u8tmp);
964 ret = regmap_update_bits(dev->regmap, 0x061, 0xc0, u8tmp);