Lines Matching refs:bytes

72 	unsigned char   bytes[MAXREGS+1];  /* addr, data, data, ... */  member
164 chip->shadow.bytes[1] = val; in chip_write()
171 if (subaddr + 1 >= ARRAY_SIZE(chip->shadow.bytes)) { in chip_write()
180 chip->shadow.bytes[subaddr+1] = val; in chip_write()
199 val = (chip->shadow.bytes[1] & ~mask) | (val & mask); in chip_write_masked()
201 if (subaddr + 1 >= ARRAY_SIZE(chip->shadow.bytes)) { in chip_write_masked()
208 val = (chip->shadow.bytes[subaddr+1] & ~mask) | (val & mask); in chip_write_masked()
268 if (cmd->count + cmd->bytes[0] - 1 >= ARRAY_SIZE(chip->shadow.bytes)) { in chip_cmd()
271 cmd->bytes[0] + 1, cmd->bytes[0] + cmd->count - 1); in chip_cmd()
279 name, cmd->bytes[0]); in chip_cmd()
282 printk(KERN_CONT " 0x%x", cmd->bytes[i]); in chip_cmd()
283 chip->shadow.bytes[i+cmd->bytes[0]] = cmd->bytes[i]; in chip_cmd()
289 if (cmd->count != i2c_master_send(c, cmd->bytes, cmd->count)) { in chip_cmd()
421 int t = chip->shadow.bytes[TDA9840_SW + 1] & ~0x7e; in tda9840_setaudmode()
578 int c6 = chip->shadow.bytes[TDA985x_C6+1] & 0x3f; in tda985x_setaudmode()
740 int sw_data = chip->shadow.bytes[TDA9873_SW+1] & ~ TDA9873_TR_MASK; in tda9873_setaudmode()
751 TDA9873_SW+1, chip->shadow.bytes[TDA9873_SW+1]); in tda9873_setaudmode()
939 chip->shadow.bytes[MAXREGS-2] = dsr; in tda9874a_getrxsubchans()
940 chip->shadow.bytes[MAXREGS-1] = nsr; in tda9874a_getrxsubchans()
975 if(chip->shadow.bytes[MAXREGS-2] & 0x20) /* DSR.RSSF=1 */ in tda9874a_setaudmode()
1301 int s1 = chip->shadow.bytes[TDA8425_S1+1] & 0xe1; in tda8425_setaudmode()