pt2258_channel_code   23 sound/i2c/other/pt2258.c static const unsigned char pt2258_channel_code[12] = {
pt2258_channel_code  108 sound/i2c/other/pt2258.c 	bytes[0] = pt2258_channel_code[2 * base] | (val0 / 10);
pt2258_channel_code  109 sound/i2c/other/pt2258.c 	bytes[1] = pt2258_channel_code[2 * base + 1] | (val0 % 10);
pt2258_channel_code  116 sound/i2c/other/pt2258.c 	bytes[0] = pt2258_channel_code[2 * base + 2] | (val1 / 10);
pt2258_channel_code  117 sound/i2c/other/pt2258.c 	bytes[1] = pt2258_channel_code[2 * base + 3] | (val1 % 10);