Lines Matching refs:byte
53 u8 byte = 0; in tea6415c_s_routing() local
66 byte = 0x00; in tea6415c_s_routing()
69 byte = 0x20; in tea6415c_s_routing()
72 byte = 0x10; in tea6415c_s_routing()
75 byte = 0x08; in tea6415c_s_routing()
78 byte = 0x18; in tea6415c_s_routing()
81 byte = 0x28; in tea6415c_s_routing()
87 byte |= 0x00; in tea6415c_s_routing()
90 byte |= 0x04; in tea6415c_s_routing()
93 byte |= 0x02; in tea6415c_s_routing()
96 byte |= 0x06; in tea6415c_s_routing()
99 byte |= 0x01; in tea6415c_s_routing()
102 byte |= 0x05; in tea6415c_s_routing()
105 byte |= 0x03; in tea6415c_s_routing()
108 byte |= 0x07; in tea6415c_s_routing()
112 ret = i2c_smbus_write_byte(client, byte); in tea6415c_s_routing()