Lines Matching refs:byte
41 u8 byte = 0; in tea6415c_s_routing() local
54 byte = 0x00; in tea6415c_s_routing()
57 byte = 0x20; in tea6415c_s_routing()
60 byte = 0x10; in tea6415c_s_routing()
63 byte = 0x08; in tea6415c_s_routing()
66 byte = 0x18; in tea6415c_s_routing()
69 byte = 0x28; in tea6415c_s_routing()
75 byte |= 0x00; in tea6415c_s_routing()
78 byte |= 0x04; in tea6415c_s_routing()
81 byte |= 0x02; in tea6415c_s_routing()
84 byte |= 0x06; in tea6415c_s_routing()
87 byte |= 0x01; in tea6415c_s_routing()
90 byte |= 0x05; in tea6415c_s_routing()
93 byte |= 0x03; in tea6415c_s_routing()
96 byte |= 0x07; in tea6415c_s_routing()
100 ret = i2c_smbus_write_byte(client, byte); in tea6415c_s_routing()