Home
last modified time | relevance | path

Searched refs:TASDEVICE_REG (Results 1 – 4 of 4) sorted by relevance

/linux/include/sound/
H A Dtas2781.h42 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \ macro
46 #define TASDEVICE_REG_SWRESET TASDEVICE_REG(0x0, 0X0, 0x01)
50 #define TASDEVICE_I2CChecksum TASDEVICE_REG(0x0, 0x0, 0x7E)
53 #define TASDEVICE_XM_A1_REG TASDEVICE_REG(0x64, 0x63, 0x3c)
55 #define TASDEVICE_XM_A2_REG TASDEVICE_REG(0x64, 0x63, 0x38)
58 #define TAS2563_DVC_LVL TASDEVICE_REG(0x00, 0x02, 0x0C)
59 #define TAS2781_DVC_LVL TASDEVICE_REG(0x0, 0x0, 0x1A)
60 #define TAS2781_AMP_LEVEL TASDEVICE_REG(0x0, 0x0, 0x03)
63 #define TAS2563_IDLE TASDEVICE_REG(0x00, 0x00, 0x3e)
64 #define TAS2563_PRM_R0_REG TASDEVICE_REG(0x00, 0x0f, 0x34)
[all …]
/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c72 #define TAS2563_CAL_POWER TASDEVICE_REG(0, 0x0d, 0x3c)
73 #define TAS2563_CAL_R0 TASDEVICE_REG(0, 0x0f, 0x34)
74 #define TAS2563_CAL_INVR0 TASDEVICE_REG(0, 0x0f, 0x40)
75 #define TAS2563_CAL_R0_LOW TASDEVICE_REG(0, 0x0f, 0x48)
76 #define TAS2563_CAL_TLIM TASDEVICE_REG(0, 0x10, 0x14)
533 TASDEVICE_REG(0, page_array[j], rgno_array[j]), in tas2781_apply_calib()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c29 #define TAS2781_SA_COEFF_SWAP_REG TASDEVICE_REG(0, 0x35, 0x2c)
712 TASDEVICE_REG(data[subblk_offset], in tasdevice_process_block()
744 TASDEVICE_REG(data[subblk_offset], in tasdevice_process_block()
781 TASDEVICE_REG(data[subblk_offset + 2], in tasdevice_process_block()
1346 TASDEVICE_REG(book, page, crc_data.offset), in tasdev_multibytes_chksum()
1396 TASDEVICE_REG(book, page, reg), &nData1); in do_singlereg_checksum()
1467 TASDEVICE_REG(book, page, reg), data + 3, len); in tasdev_multibytes_wr()
1475 TASDEVICE_REG(book, page, reg), data[3]); in tasdev_multibytes_wr()
1565 TASDEVICE_REG(book, page, offset), in tasdev_load_blk()
H A Dtas2781-i2c.c438 reg[i] = TASDEVICE_REG(dat[j], dat[j + 1], dat[j + 2]); in tas2781_calib_start_put()
596 p->r0_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
598 p->r0_low_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
600 p->invr0_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
602 p->pow_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
604 p->tlimit_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()