Searched refs:TASDEVICE_REG (Results 1 – 7 of 7) sorted by relevance
| /linux/include/sound/ |
| H A D | tas2781.h | 49 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \ macro 53 #define TASDEVICE_REG_SWRESET TASDEVICE_REG(0x0, 0x0, 0x01) 59 #define TASDEVICE_CHECKSUM_REG TASDEVICE_REG(0x0, 0x0, 0x7e) 62 #define TASDEVICE_XM_A1_REG TASDEVICE_REG(0x64, 0x63, 0x3c) 64 #define TASDEVICE_XM_A2_REG TASDEVICE_REG(0x64, 0x63, 0x38) 67 #define TAS2563_DVC_LVL TASDEVICE_REG(0x00, 0x02, 0x0c) 68 #define TAS2781_DVC_LVL TASDEVICE_REG(0x0, 0x0, 0x1a) 69 #define TAS2781_AMP_LEVEL TASDEVICE_REG(0x0, 0x0, 0x03) 72 #define TAS2563_IDLE TASDEVICE_REG(0x00, 0x00, 0x3e) 73 #define TAS2563_PRM_R0_REG TASDEVICE_REG(0x00, 0x0f, 0x34) [all …]
|
| H A D | tas2770-tlv.h | 17 #define TAS2770_DVC_LEVEL TASDEVICE_REG(0x0, 0x0, 0x05) 18 #define TAS2770_AMP_LEVEL TASDEVICE_REG(0x0, 0x0, 0x03)
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.c | 60 TASDEVICE_REG(0, 0x17, 0x74), in tas2781_apply_calib() 61 TASDEVICE_REG(0, 0x18, 0x0c), in tas2781_apply_calib() 62 TASDEVICE_REG(0, 0x18, 0x14), in tas2781_apply_calib() 63 TASDEVICE_REG(0, 0x13, 0x70), in tas2781_apply_calib() 64 TASDEVICE_REG(0, 0x18, 0x7c), in tas2781_apply_calib() 109 cali_reg[i] = TASDEVICE_REG(buf[1], in tas2781_apply_calib()
|
| H A D | tas2781_hda_i2c.c | 44 #define TAS2563_CAL_R0_LOW TASDEVICE_REG(0, 0x0f, 0x48) 45 #define TAS2563_CAL_POWER TASDEVICE_REG(0, 0x0d, 0x3c) 46 #define TAS2563_CAL_INVR0 TASDEVICE_REG(0, 0x0f, 0x40) 47 #define TAS2563_CAL_TLIM TASDEVICE_REG(0, 0x10, 0x14) 48 #define TAS2563_CAL_R0 TASDEVICE_REG(0, 0x0f, 0x34)
|
| H A D | tas2781_hda_spi.c | 46 #define TAS2781_REG_CLK_CONFIG TASDEVICE_REG(0x0, 0x0, 0x5c)
|
| /linux/sound/soc/codecs/ |
| H A D | tas2781-fmwlib.c | 30 #define TAS2781_SA_COEFF_SWAP_REG TASDEVICE_REG(0, 0x35, 0x2c) 35 #define TAS2781_PG_REG TASDEVICE_REG(0x00, 0x00, 0x7c) 697 r->pow_reg = TASDEVICE_REG(dat[20], dat[21], dat[22]); in fct_param_address_parser() 700 r->r0_reg = TASDEVICE_REG(dat[20], dat[21], dat[22]); in fct_param_address_parser() 704 TASDEVICE_REG(dat[20], dat[21], dat[22]); in fct_param_address_parser() 708 TASDEVICE_REG(dat[20], dat[21], dat[22]); in fct_param_address_parser() 712 TASDEVICE_REG(dat[20], dat[21], dat[22]); in fct_param_address_parser() 920 TASDEVICE_REG(data[subblk_offset], in tasdevice_process_block() 952 TASDEVICE_REG(data[subblk_offset], in tasdevice_process_block() 989 TASDEVICE_REG(data[subblk_offset + 2], in tasdevice_process_block() [all …]
|
| H A D | tas2781-i2c.c | 497 reg[i] = TASDEVICE_REG(dat[j], dat[j + 1], dat[j + 2]); in tas2781_calib_start_put() 656 p->r0_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put() 658 p->r0_low_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put() 660 p->invr0_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put() 662 p->pow_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put() 664 p->tlimit_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put() 723 reg = TASDEVICE_REG(p->tf_reg[0], p->tf_reg[1], in tasdev_tf_data_get() 749 reg = TASDEVICE_REG(p->r0_reg[0], p->r0_reg[1], in tasdev_re_data_get() 796 reg = TASDEVICE_REG(p->a1_reg[0], p->a1_reg[1], p->a1_reg[2]); in tasdev_XMA1_data_get() 816 reg = TASDEVICE_REG(p->a2_reg[0], p->a2_reg[1], p->a2_reg[2]); in tasdev_XMA2_data_get() [all …]
|