Searched refs:TASDEVICE_REG (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | tas2781.h | 41 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \ macro 45 #define TAS2781_REG_SWRESET TASDEVICE_REG(0x0, 0X0, 0x01) 49 #define TASDEVICE_I2CChecksum TASDEVICE_REG(0x0, 0x0, 0x7E) 52 #define TAS2781_DVC_LVL TASDEVICE_REG(0x0, 0x0, 0x1A) 53 #define TAS2781_AMP_LEVEL TASDEVICE_REG(0x0, 0x0, 0x03)
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tas2781-fmwlib.c | 29 #define TAS2781_SA_COEFF_SWAP_REG TASDEVICE_REG(0, 0x35, 0x2c) 611 TASDEVICE_REG(data[subblk_offset], in tasdevice_process_block() 643 TASDEVICE_REG(data[subblk_offset], in tasdevice_process_block() 680 TASDEVICE_REG(data[subblk_offset + 2], in tasdevice_process_block() 1376 TASDEVICE_REG(book, page, crc_data.offset), in tasdev_multibytes_chksum() 1426 TASDEVICE_REG(book, page, reg), &nData1); in do_singlereg_checksum() 1497 TASDEVICE_REG(book, page, reg), data + 3, len); in tasdev_multibytes_wr() 1505 TASDEVICE_REG(book, page, reg), data[3]); in tasdev_multibytes_wr() 1595 TASDEVICE_REG(book, page, offset), in tasdev_load_blk()
|
/openbmc/linux/sound/pci/hda/ |
H A D | tas2781_hda_i2c.c | 427 TASDEVICE_REG(0, page_array[j], rgno_array[j]), in tas2781_apply_calib()
|