18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ 28c2ecf20Sopenharmony_ci * 38c2ecf20Sopenharmony_ci * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 48c2ecf20Sopenharmony_ci * Universal interface for Audio Codec '97 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * For more details look to AC '97 component specification revision 2.1 78c2ecf20Sopenharmony_ci * by Intel Corporation (http://developer.intel.com). 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci/* 108c2ecf20Sopenharmony_ci * AC'97 codec registers 118c2ecf20Sopenharmony_ci */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define AC97_RESET 0x00 /* Reset */ 148c2ecf20Sopenharmony_ci#define AC97_MASTER 0x02 /* Master Volume */ 158c2ecf20Sopenharmony_ci#define AC97_HEADPHONE 0x04 /* Headphone Volume (optional) */ 168c2ecf20Sopenharmony_ci#define AC97_MASTER_MONO 0x06 /* Master Volume Mono (optional) */ 178c2ecf20Sopenharmony_ci#define AC97_MASTER_TONE 0x08 /* Master Tone (Bass & Treble) (optional) */ 188c2ecf20Sopenharmony_ci#define AC97_PC_BEEP 0x0a /* PC Beep Volume (optional) */ 198c2ecf20Sopenharmony_ci#define AC97_PHONE 0x0c /* Phone Volume (optional) */ 208c2ecf20Sopenharmony_ci#define AC97_MIC 0x0e /* MIC Volume */ 218c2ecf20Sopenharmony_ci#define AC97_LINE 0x10 /* Line In Volume */ 228c2ecf20Sopenharmony_ci#define AC97_CD 0x12 /* CD Volume */ 238c2ecf20Sopenharmony_ci#define AC97_VIDEO 0x14 /* Video Volume (optional) */ 248c2ecf20Sopenharmony_ci#define AC97_AUX 0x16 /* AUX Volume (optional) */ 258c2ecf20Sopenharmony_ci#define AC97_PCM 0x18 /* PCM Volume */ 268c2ecf20Sopenharmony_ci#define AC97_REC_SEL 0x1a /* Record Select */ 278c2ecf20Sopenharmony_ci#define AC97_REC_GAIN 0x1c /* Record Gain */ 288c2ecf20Sopenharmony_ci#define AC97_REC_GAIN_MIC 0x1e /* Record Gain MIC (optional) */ 298c2ecf20Sopenharmony_ci#define AC97_GENERAL_PURPOSE 0x20 /* General Purpose (optional) */ 308c2ecf20Sopenharmony_ci#define AC97_3D_CONTROL 0x22 /* 3D Control (optional) */ 318c2ecf20Sopenharmony_ci#define AC97_INT_PAGING 0x24 /* Audio Interrupt & Paging (AC'97 2.3) */ 328c2ecf20Sopenharmony_ci#define AC97_POWERDOWN 0x26 /* Powerdown control / status */ 338c2ecf20Sopenharmony_ci/* range 0x28-0x3a - AUDIO AC'97 2.0 extensions */ 348c2ecf20Sopenharmony_ci#define AC97_EXTENDED_ID 0x28 /* Extended Audio ID */ 358c2ecf20Sopenharmony_ci#define AC97_EXTENDED_STATUS 0x2a /* Extended Audio Status and Control */ 368c2ecf20Sopenharmony_ci#define AC97_PCM_FRONT_DAC_RATE 0x2c /* PCM Front DAC Rate */ 378c2ecf20Sopenharmony_ci#define AC97_PCM_SURR_DAC_RATE 0x2e /* PCM Surround DAC Rate */ 388c2ecf20Sopenharmony_ci#define AC97_PCM_LFE_DAC_RATE 0x30 /* PCM LFE DAC Rate */ 398c2ecf20Sopenharmony_ci#define AC97_PCM_LR_ADC_RATE 0x32 /* PCM LR ADC Rate */ 408c2ecf20Sopenharmony_ci#define AC97_PCM_MIC_ADC_RATE 0x34 /* PCM MIC ADC Rate */ 418c2ecf20Sopenharmony_ci#define AC97_CENTER_LFE_MASTER 0x36 /* Center + LFE Master Volume */ 428c2ecf20Sopenharmony_ci#define AC97_SURROUND_MASTER 0x38 /* Surround (Rear) Master Volume */ 438c2ecf20Sopenharmony_ci#define AC97_SPDIF 0x3a /* S/PDIF control */ 448c2ecf20Sopenharmony_ci/* range 0x3c-0x58 - MODEM */ 458c2ecf20Sopenharmony_ci#define AC97_EXTENDED_MID 0x3c /* Extended Modem ID */ 468c2ecf20Sopenharmony_ci#define AC97_EXTENDED_MSTATUS 0x3e /* Extended Modem Status and Control */ 478c2ecf20Sopenharmony_ci#define AC97_LINE1_RATE 0x40 /* Line1 DAC/ADC Rate */ 488c2ecf20Sopenharmony_ci#define AC97_LINE2_RATE 0x42 /* Line2 DAC/ADC Rate */ 498c2ecf20Sopenharmony_ci#define AC97_HANDSET_RATE 0x44 /* Handset DAC/ADC Rate */ 508c2ecf20Sopenharmony_ci#define AC97_LINE1_LEVEL 0x46 /* Line1 DAC/ADC Level */ 518c2ecf20Sopenharmony_ci#define AC97_LINE2_LEVEL 0x48 /* Line2 DAC/ADC Level */ 528c2ecf20Sopenharmony_ci#define AC97_HANDSET_LEVEL 0x4a /* Handset DAC/ADC Level */ 538c2ecf20Sopenharmony_ci#define AC97_GPIO_CFG 0x4c /* GPIO Configuration */ 548c2ecf20Sopenharmony_ci#define AC97_GPIO_POLARITY 0x4e /* GPIO Pin Polarity/Type, 0=low, 1=high active */ 558c2ecf20Sopenharmony_ci#define AC97_GPIO_STICKY 0x50 /* GPIO Pin Sticky, 0=not, 1=sticky */ 568c2ecf20Sopenharmony_ci#define AC97_GPIO_WAKEUP 0x52 /* GPIO Pin Wakeup, 0=no int, 1=yes int */ 578c2ecf20Sopenharmony_ci#define AC97_GPIO_STATUS 0x54 /* GPIO Pin Status, slot 12 */ 588c2ecf20Sopenharmony_ci#define AC97_MISC_AFE 0x56 /* Miscellaneous Modem AFE Status and Control */ 598c2ecf20Sopenharmony_ci/* range 0x5a-0x7b - Vendor Specific */ 608c2ecf20Sopenharmony_ci#define AC97_VENDOR_ID1 0x7c /* Vendor ID1 */ 618c2ecf20Sopenharmony_ci#define AC97_VENDOR_ID2 0x7e /* Vendor ID2 / revision */ 628c2ecf20Sopenharmony_ci/* range 0x60-0x6f (page 1) - extended codec registers */ 638c2ecf20Sopenharmony_ci#define AC97_CODEC_CLASS_REV 0x60 /* Codec Class/Revision */ 648c2ecf20Sopenharmony_ci#define AC97_PCI_SVID 0x62 /* PCI Subsystem Vendor ID */ 658c2ecf20Sopenharmony_ci#define AC97_PCI_SID 0x64 /* PCI Subsystem ID */ 668c2ecf20Sopenharmony_ci#define AC97_FUNC_SELECT 0x66 /* Function Select */ 678c2ecf20Sopenharmony_ci#define AC97_FUNC_INFO 0x68 /* Function Information */ 688c2ecf20Sopenharmony_ci#define AC97_SENSE_INFO 0x6a /* Sense Details */ 698c2ecf20Sopenharmony_ci 708c2ecf20Sopenharmony_ci/* volume controls */ 718c2ecf20Sopenharmony_ci#define AC97_MUTE_MASK_MONO 0x8000 728c2ecf20Sopenharmony_ci#define AC97_MUTE_MASK_STEREO 0x8080 738c2ecf20Sopenharmony_ci 748c2ecf20Sopenharmony_ci/* slot allocation */ 758c2ecf20Sopenharmony_ci#define AC97_SLOT_TAG 0 768c2ecf20Sopenharmony_ci#define AC97_SLOT_CMD_ADDR 1 778c2ecf20Sopenharmony_ci#define AC97_SLOT_CMD_DATA 2 788c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_LEFT 3 798c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_RIGHT 4 808c2ecf20Sopenharmony_ci#define AC97_SLOT_MODEM_LINE1 5 818c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_CENTER 6 828c2ecf20Sopenharmony_ci#define AC97_SLOT_MIC 6 /* input */ 838c2ecf20Sopenharmony_ci#define AC97_SLOT_SPDIF_LEFT1 6 848c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_SLEFT 7 /* surround left */ 858c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_LEFT_0 7 /* double rate operation */ 868c2ecf20Sopenharmony_ci#define AC97_SLOT_SPDIF_LEFT 7 878c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_SRIGHT 8 /* surround right */ 888c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_RIGHT_0 8 /* double rate operation */ 898c2ecf20Sopenharmony_ci#define AC97_SLOT_SPDIF_RIGHT 8 908c2ecf20Sopenharmony_ci#define AC97_SLOT_LFE 9 918c2ecf20Sopenharmony_ci#define AC97_SLOT_SPDIF_RIGHT1 9 928c2ecf20Sopenharmony_ci#define AC97_SLOT_MODEM_LINE2 10 938c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_LEFT_1 10 /* double rate operation */ 948c2ecf20Sopenharmony_ci#define AC97_SLOT_SPDIF_LEFT2 10 958c2ecf20Sopenharmony_ci#define AC97_SLOT_HANDSET 11 /* output */ 968c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_RIGHT_1 11 /* double rate operation */ 978c2ecf20Sopenharmony_ci#define AC97_SLOT_SPDIF_RIGHT2 11 988c2ecf20Sopenharmony_ci#define AC97_SLOT_MODEM_GPIO 12 /* modem GPIO */ 998c2ecf20Sopenharmony_ci#define AC97_SLOT_PCM_CENTER_1 12 /* double rate operation */ 1008c2ecf20Sopenharmony_ci 1018c2ecf20Sopenharmony_ci/* basic capabilities (reset register) */ 1028c2ecf20Sopenharmony_ci#define AC97_BC_DEDICATED_MIC 0x0001 /* Dedicated Mic PCM In Channel */ 1038c2ecf20Sopenharmony_ci#define AC97_BC_RESERVED1 0x0002 /* Reserved (was Modem Line Codec support) */ 1048c2ecf20Sopenharmony_ci#define AC97_BC_BASS_TREBLE 0x0004 /* Bass & Treble Control */ 1058c2ecf20Sopenharmony_ci#define AC97_BC_SIM_STEREO 0x0008 /* Simulated stereo */ 1068c2ecf20Sopenharmony_ci#define AC97_BC_HEADPHONE 0x0010 /* Headphone Out Support */ 1078c2ecf20Sopenharmony_ci#define AC97_BC_LOUDNESS 0x0020 /* Loudness (bass boost) Support */ 1088c2ecf20Sopenharmony_ci#define AC97_BC_16BIT_DAC 0x0000 /* 16-bit DAC resolution */ 1098c2ecf20Sopenharmony_ci#define AC97_BC_18BIT_DAC 0x0040 /* 18-bit DAC resolution */ 1108c2ecf20Sopenharmony_ci#define AC97_BC_20BIT_DAC 0x0080 /* 20-bit DAC resolution */ 1118c2ecf20Sopenharmony_ci#define AC97_BC_DAC_MASK 0x00c0 1128c2ecf20Sopenharmony_ci#define AC97_BC_16BIT_ADC 0x0000 /* 16-bit ADC resolution */ 1138c2ecf20Sopenharmony_ci#define AC97_BC_18BIT_ADC 0x0100 /* 18-bit ADC resolution */ 1148c2ecf20Sopenharmony_ci#define AC97_BC_20BIT_ADC 0x0200 /* 20-bit ADC resolution */ 1158c2ecf20Sopenharmony_ci#define AC97_BC_ADC_MASK 0x0300 1168c2ecf20Sopenharmony_ci#define AC97_BC_3D_TECH_ID_MASK 0x7c00 /* Per-vendor ID of 3D enhancement */ 1178c2ecf20Sopenharmony_ci 1188c2ecf20Sopenharmony_ci/* general purpose */ 1198c2ecf20Sopenharmony_ci#define AC97_GP_DRSS_MASK 0x0c00 /* double rate slot select */ 1208c2ecf20Sopenharmony_ci#define AC97_GP_DRSS_1011 0x0000 /* LR(C) 10+11(+12) */ 1218c2ecf20Sopenharmony_ci#define AC97_GP_DRSS_78 0x0400 /* LR 7+8 */ 1228c2ecf20Sopenharmony_ci 1238c2ecf20Sopenharmony_ci/* powerdown bits */ 1248c2ecf20Sopenharmony_ci#define AC97_PD_ADC_STATUS 0x0001 /* ADC status (RO) */ 1258c2ecf20Sopenharmony_ci#define AC97_PD_DAC_STATUS 0x0002 /* DAC status (RO) */ 1268c2ecf20Sopenharmony_ci#define AC97_PD_MIXER_STATUS 0x0004 /* Analog mixer status (RO) */ 1278c2ecf20Sopenharmony_ci#define AC97_PD_VREF_STATUS 0x0008 /* Vref status (RO) */ 1288c2ecf20Sopenharmony_ci#define AC97_PD_PR0 0x0100 /* Power down PCM ADCs and input MUX */ 1298c2ecf20Sopenharmony_ci#define AC97_PD_PR1 0x0200 /* Power down PCM front DAC */ 1308c2ecf20Sopenharmony_ci#define AC97_PD_PR2 0x0400 /* Power down Mixer (Vref still on) */ 1318c2ecf20Sopenharmony_ci#define AC97_PD_PR3 0x0800 /* Power down Mixer (Vref off) */ 1328c2ecf20Sopenharmony_ci#define AC97_PD_PR4 0x1000 /* Power down AC-Link */ 1338c2ecf20Sopenharmony_ci#define AC97_PD_PR5 0x2000 /* Disable internal clock usage */ 1348c2ecf20Sopenharmony_ci#define AC97_PD_PR6 0x4000 /* Headphone amplifier */ 1358c2ecf20Sopenharmony_ci#define AC97_PD_EAPD 0x8000 /* External Amplifer Power Down (EAPD) */ 1368c2ecf20Sopenharmony_ci 1378c2ecf20Sopenharmony_ci/* extended audio ID bit defines */ 1388c2ecf20Sopenharmony_ci#define AC97_EI_VRA 0x0001 /* Variable bit rate supported */ 1398c2ecf20Sopenharmony_ci#define AC97_EI_DRA 0x0002 /* Double rate supported */ 1408c2ecf20Sopenharmony_ci#define AC97_EI_SPDIF 0x0004 /* S/PDIF out supported */ 1418c2ecf20Sopenharmony_ci#define AC97_EI_VRM 0x0008 /* Variable bit rate supported for MIC */ 1428c2ecf20Sopenharmony_ci#define AC97_EI_DACS_SLOT_MASK 0x0030 /* DACs slot assignment */ 1438c2ecf20Sopenharmony_ci#define AC97_EI_DACS_SLOT_SHIFT 4 1448c2ecf20Sopenharmony_ci#define AC97_EI_CDAC 0x0040 /* PCM Center DAC available */ 1458c2ecf20Sopenharmony_ci#define AC97_EI_SDAC 0x0080 /* PCM Surround DACs available */ 1468c2ecf20Sopenharmony_ci#define AC97_EI_LDAC 0x0100 /* PCM LFE DAC available */ 1478c2ecf20Sopenharmony_ci#define AC97_EI_AMAP 0x0200 /* indicates optional slot/DAC mapping based on codec ID */ 1488c2ecf20Sopenharmony_ci#define AC97_EI_REV_MASK 0x0c00 /* AC'97 revision mask */ 1498c2ecf20Sopenharmony_ci#define AC97_EI_REV_22 0x0400 /* AC'97 revision 2.2 */ 1508c2ecf20Sopenharmony_ci#define AC97_EI_REV_23 0x0800 /* AC'97 revision 2.3 */ 1518c2ecf20Sopenharmony_ci#define AC97_EI_REV_SHIFT 10 1528c2ecf20Sopenharmony_ci#define AC97_EI_ADDR_MASK 0xc000 /* physical codec ID (address) */ 1538c2ecf20Sopenharmony_ci#define AC97_EI_ADDR_SHIFT 14 1548c2ecf20Sopenharmony_ci 1558c2ecf20Sopenharmony_ci/* extended audio status and control bit defines */ 1568c2ecf20Sopenharmony_ci#define AC97_EA_VRA 0x0001 /* Variable bit rate enable bit */ 1578c2ecf20Sopenharmony_ci#define AC97_EA_DRA 0x0002 /* Double-rate audio enable bit */ 1588c2ecf20Sopenharmony_ci#define AC97_EA_SPDIF 0x0004 /* S/PDIF out enable bit */ 1598c2ecf20Sopenharmony_ci#define AC97_EA_VRM 0x0008 /* Variable bit rate for MIC enable bit */ 1608c2ecf20Sopenharmony_ci#define AC97_EA_SPSA_SLOT_MASK 0x0030 /* Mask for slot assignment bits */ 1618c2ecf20Sopenharmony_ci#define AC97_EA_SPSA_SLOT_SHIFT 4 1628c2ecf20Sopenharmony_ci#define AC97_EA_SPSA_3_4 0x0000 /* Slot assigned to 3 & 4 */ 1638c2ecf20Sopenharmony_ci#define AC97_EA_SPSA_7_8 0x0010 /* Slot assigned to 7 & 8 */ 1648c2ecf20Sopenharmony_ci#define AC97_EA_SPSA_6_9 0x0020 /* Slot assigned to 6 & 9 */ 1658c2ecf20Sopenharmony_ci#define AC97_EA_SPSA_10_11 0x0030 /* Slot assigned to 10 & 11 */ 1668c2ecf20Sopenharmony_ci#define AC97_EA_CDAC 0x0040 /* PCM Center DAC is ready (Read only) */ 1678c2ecf20Sopenharmony_ci#define AC97_EA_SDAC 0x0080 /* PCM Surround DACs are ready (Read only) */ 1688c2ecf20Sopenharmony_ci#define AC97_EA_LDAC 0x0100 /* PCM LFE DAC is ready (Read only) */ 1698c2ecf20Sopenharmony_ci#define AC97_EA_MDAC 0x0200 /* MIC ADC is ready (Read only) */ 1708c2ecf20Sopenharmony_ci#define AC97_EA_SPCV 0x0400 /* S/PDIF configuration valid (Read only) */ 1718c2ecf20Sopenharmony_ci#define AC97_EA_PRI 0x0800 /* Turns the PCM Center DAC off */ 1728c2ecf20Sopenharmony_ci#define AC97_EA_PRJ 0x1000 /* Turns the PCM Surround DACs off */ 1738c2ecf20Sopenharmony_ci#define AC97_EA_PRK 0x2000 /* Turns the PCM LFE DAC off */ 1748c2ecf20Sopenharmony_ci#define AC97_EA_PRL 0x4000 /* Turns the MIC ADC off */ 1758c2ecf20Sopenharmony_ci 1768c2ecf20Sopenharmony_ci/* S/PDIF control bit defines */ 1778c2ecf20Sopenharmony_ci#define AC97_SC_PRO 0x0001 /* Professional status */ 1788c2ecf20Sopenharmony_ci#define AC97_SC_NAUDIO 0x0002 /* Non audio stream */ 1798c2ecf20Sopenharmony_ci#define AC97_SC_COPY 0x0004 /* Copyright status */ 1808c2ecf20Sopenharmony_ci#define AC97_SC_PRE 0x0008 /* Preemphasis status */ 1818c2ecf20Sopenharmony_ci#define AC97_SC_CC_MASK 0x07f0 /* Category Code mask */ 1828c2ecf20Sopenharmony_ci#define AC97_SC_CC_SHIFT 4 1838c2ecf20Sopenharmony_ci#define AC97_SC_L 0x0800 /* Generation Level status */ 1848c2ecf20Sopenharmony_ci#define AC97_SC_SPSR_MASK 0x3000 /* S/PDIF Sample Rate bits */ 1858c2ecf20Sopenharmony_ci#define AC97_SC_SPSR_SHIFT 12 1868c2ecf20Sopenharmony_ci#define AC97_SC_SPSR_44K 0x0000 /* Use 44.1kHz Sample rate */ 1878c2ecf20Sopenharmony_ci#define AC97_SC_SPSR_48K 0x2000 /* Use 48kHz Sample rate */ 1888c2ecf20Sopenharmony_ci#define AC97_SC_SPSR_32K 0x3000 /* Use 32kHz Sample rate */ 1898c2ecf20Sopenharmony_ci#define AC97_SC_DRS 0x4000 /* Double Rate S/PDIF */ 1908c2ecf20Sopenharmony_ci#define AC97_SC_V 0x8000 /* Validity status */ 1918c2ecf20Sopenharmony_ci 1928c2ecf20Sopenharmony_ci/* Interrupt and Paging bit defines (AC'97 2.3) */ 1938c2ecf20Sopenharmony_ci#define AC97_PAGE_MASK 0x000f /* Page Selector */ 1948c2ecf20Sopenharmony_ci#define AC97_PAGE_VENDOR 0 /* Vendor-specific registers */ 1958c2ecf20Sopenharmony_ci#define AC97_PAGE_1 1 /* Extended Codec Registers page 1 */ 1968c2ecf20Sopenharmony_ci#define AC97_INT_ENABLE 0x0800 /* Interrupt Enable */ 1978c2ecf20Sopenharmony_ci#define AC97_INT_SENSE 0x1000 /* Sense Cycle */ 1988c2ecf20Sopenharmony_ci#define AC97_INT_CAUSE_SENSE 0x2000 /* Sense Cycle Completed (RO) */ 1998c2ecf20Sopenharmony_ci#define AC97_INT_CAUSE_GPIO 0x4000 /* GPIO bits changed (RO) */ 2008c2ecf20Sopenharmony_ci#define AC97_INT_STATUS 0x8000 /* Interrupt Status */ 2018c2ecf20Sopenharmony_ci 2028c2ecf20Sopenharmony_ci/* extended modem ID bit defines */ 2038c2ecf20Sopenharmony_ci#define AC97_MEI_LINE1 0x0001 /* Line1 present */ 2048c2ecf20Sopenharmony_ci#define AC97_MEI_LINE2 0x0002 /* Line2 present */ 2058c2ecf20Sopenharmony_ci#define AC97_MEI_HANDSET 0x0004 /* Handset present */ 2068c2ecf20Sopenharmony_ci#define AC97_MEI_CID1 0x0008 /* caller ID decode for Line1 is supported */ 2078c2ecf20Sopenharmony_ci#define AC97_MEI_CID2 0x0010 /* caller ID decode for Line2 is supported */ 2088c2ecf20Sopenharmony_ci#define AC97_MEI_ADDR_MASK 0xc000 /* physical codec ID (address) */ 2098c2ecf20Sopenharmony_ci#define AC97_MEI_ADDR_SHIFT 14 2108c2ecf20Sopenharmony_ci 2118c2ecf20Sopenharmony_ci/* extended modem status and control bit defines */ 2128c2ecf20Sopenharmony_ci#define AC97_MEA_GPIO 0x0001 /* GPIO is ready (ro) */ 2138c2ecf20Sopenharmony_ci#define AC97_MEA_MREF 0x0002 /* Vref is up to nominal level (ro) */ 2148c2ecf20Sopenharmony_ci#define AC97_MEA_ADC1 0x0004 /* ADC1 operational (ro) */ 2158c2ecf20Sopenharmony_ci#define AC97_MEA_DAC1 0x0008 /* DAC1 operational (ro) */ 2168c2ecf20Sopenharmony_ci#define AC97_MEA_ADC2 0x0010 /* ADC2 operational (ro) */ 2178c2ecf20Sopenharmony_ci#define AC97_MEA_DAC2 0x0020 /* DAC2 operational (ro) */ 2188c2ecf20Sopenharmony_ci#define AC97_MEA_HADC 0x0040 /* HADC operational (ro) */ 2198c2ecf20Sopenharmony_ci#define AC97_MEA_HDAC 0x0080 /* HDAC operational (ro) */ 2208c2ecf20Sopenharmony_ci#define AC97_MEA_PRA 0x0100 /* GPIO power down (high) */ 2218c2ecf20Sopenharmony_ci#define AC97_MEA_PRB 0x0200 /* reserved */ 2228c2ecf20Sopenharmony_ci#define AC97_MEA_PRC 0x0400 /* ADC1 power down (high) */ 2238c2ecf20Sopenharmony_ci#define AC97_MEA_PRD 0x0800 /* DAC1 power down (high) */ 2248c2ecf20Sopenharmony_ci#define AC97_MEA_PRE 0x1000 /* ADC2 power down (high) */ 2258c2ecf20Sopenharmony_ci#define AC97_MEA_PRF 0x2000 /* DAC2 power down (high) */ 2268c2ecf20Sopenharmony_ci#define AC97_MEA_PRG 0x4000 /* HADC power down (high) */ 2278c2ecf20Sopenharmony_ci#define AC97_MEA_PRH 0x8000 /* HDAC power down (high) */ 2288c2ecf20Sopenharmony_ci 2298c2ecf20Sopenharmony_ci/* modem gpio status defines */ 2308c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE1_OH 0x0001 /* Off Hook Line1 */ 2318c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE1_RI 0x0002 /* Ring Detect Line1 */ 2328c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE1_CID 0x0004 /* Caller ID path enable Line1 */ 2338c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE1_LCS 0x0008 /* Loop Current Sense Line1 */ 2348c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE1_PULSE 0x0010 /* Opt./ Pulse Dial Line1 (out) */ 2358c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE1_HL1R 0x0020 /* Opt./ Handset to Line1 relay control (out) */ 2368c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE1_HOHD 0x0040 /* Opt./ Handset off hook detect Line1 (in) */ 2378c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE12_AC 0x0080 /* Opt./ Int.bit 1 / Line1/2 AC (out) */ 2388c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE12_DC 0x0100 /* Opt./ Int.bit 2 / Line1/2 DC (out) */ 2398c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE12_RS 0x0200 /* Opt./ Int.bit 3 / Line1/2 RS (out) */ 2408c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE2_OH 0x0400 /* Off Hook Line2 */ 2418c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE2_RI 0x0800 /* Ring Detect Line2 */ 2428c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE2_CID 0x1000 /* Caller ID path enable Line2 */ 2438c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE2_LCS 0x2000 /* Loop Current Sense Line2 */ 2448c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE2_PULSE 0x4000 /* Opt./ Pulse Dial Line2 (out) */ 2458c2ecf20Sopenharmony_ci#define AC97_GPIO_LINE2_HL1R 0x8000 /* Opt./ Handset to Line2 relay control (out) */ 2468c2ecf20Sopenharmony_ci 247