sound/pci/ctxfi/cthw20k1.c
1111
hw_write_20kx(hw, I2SCTL, ctl->i2sctl);
sound/pci/ctxfi/cthw20k1.c
1119
hw_write_20kx(hw, SPOCTL, ctl->spoctl);
sound/pci/ctxfi/cthw20k1.c
1127
hw_write_20kx(hw, SPICTL, ctl->spictl);
sound/pci/ctxfi/cthw20k1.c
1131
hw_write_20kx(hw, DAOIMAP+ctl->daoimap.idx*4,
sound/pci/ctxfi/cthw20k1.c
1167
hw_write_20kx(hw, GIE, enable ? IT_INT : 0);
sound/pci/ctxfi/cthw20k1.c
1175
hw_write_20kx(hw, TIMR, ticks);
sound/pci/ctxfi/cthw20k1.c
1218
hw_write_20kx(hw, SPOCTL, 0x0);
sound/pci/ctxfi/cthw20k1.c
1239
hw_write_20kx(hw, I2SCTL, i2sorg);
sound/pci/ctxfi/cthw20k1.c
1240
hw_write_20kx(hw, SPOCTL, spdorg);
sound/pci/ctxfi/cthw20k1.c
1244
hw_write_20kx(hw, SPICTL, 0x0);
sound/pci/ctxfi/cthw20k1.c
1247
hw_write_20kx(hw, SPICTL, spdorg);
sound/pci/ctxfi/cthw20k1.c
1276
hw_write_20kx(hw, PTPALX, ptp_phys_low);
sound/pci/ctxfi/cthw20k1.c
1277
hw_write_20kx(hw, PTPAHX, ptp_phys_high);
sound/pci/ctxfi/cthw20k1.c
1278
hw_write_20kx(hw, TRNCTL, trnctl);
sound/pci/ctxfi/cthw20k1.c
1279
hw_write_20kx(hw, TRNIS, 0x200c01); /* really needed? */
sound/pci/ctxfi/cthw20k1.c
1317
hw_write_20kx(hw, PLLCTL, pllctl);
sound/pci/ctxfi/cthw20k1.c
1335
hw_write_20kx(hw, GCTL, gctl);
sound/pci/ctxfi/cthw20k1.c
1337
hw_write_20kx(hw, GCTL, gctl);
sound/pci/ctxfi/cthw20k1.c
1409
hw_write_20kx(hw, GPIO, gpioorg);
sound/pci/ctxfi/cthw20k1.c
1411
hw_write_20kx(hw, GPIO, gpioorg | 0x2);
sound/pci/ctxfi/cthw20k1.c
1433
hw_write_20kx(hw, GPIO, gpioorg);
sound/pci/ctxfi/cthw20k1.c
1440
hw_write_20kx(hw, GPIO, gpioorg);
sound/pci/ctxfi/cthw20k1.c
1477
hw_write_20kx(hw, GPIO, gpioorg);
sound/pci/ctxfi/cthw20k1.c
1576
hw_write_20kx(hw, GPIO, data);
sound/pci/ctxfi/cthw20k1.c
1617
hw_write_20kx(hw, GPIO, data);
sound/pci/ctxfi/cthw20k1.c
1662
hw_write_20kx(hw, GPIO, data);
sound/pci/ctxfi/cthw20k1.c
1758
hw_write_20kx(hw, GPIO, gpioorg);
sound/pci/ctxfi/cthw20k1.c
1890
hw_write_20kx(hw, GIP, status);
sound/pci/ctxfi/cthw20k1.c
1957
hw_write_20kx(hw, TRNCTL, 0x00);
sound/pci/ctxfi/cthw20k1.c
1961
hw_write_20kx(hw, PLLCTL, (data & (~(0x0F<<12))));
sound/pci/ctxfi/cthw20k1.c
2017
hw_write_20kx(hw, GCTL, gctl);
sound/pci/ctxfi/cthw20k1.c
2021
hw_write_20kx(hw, GIE, 0);
sound/pci/ctxfi/cthw20k1.c
2023
hw_write_20kx(hw, SRCIP, 0);
sound/pci/ctxfi/cthw20k1.c
2029
hw_write_20kx(hw, GPIOCTL, 0x13fe);
sound/pci/ctxfi/cthw20k1.c
2032
hw_write_20kx(hw, GPIOCTL, 0x00e6);
sound/pci/ctxfi/cthw20k1.c
2035
hw_write_20kx(hw, GPIOCTL, 0x00c2);
sound/pci/ctxfi/cthw20k1.c
2038
hw_write_20kx(hw, GPIOCTL, 0x01e6);
sound/pci/ctxfi/cthw20k1.c
2066
hw_write_20kx(hw, SRCMCTL, data);
sound/pci/ctxfi/cthw20k1.c
33
static void hw_write_20kx(struct hw *hw, u32 reg, u32 data);
sound/pci/ctxfi/cthw20k1.c
367
hw_write_20kx(hw, SRCUPZ+idx*0x100+i*0x4, 0);
sound/pci/ctxfi/cthw20k1.c
370
hw_write_20kx(hw, SRCDN0Z+idx*0x100+i*0x4, 0);
sound/pci/ctxfi/cthw20k1.c
373
hw_write_20kx(hw, SRCDN1Z+idx*0x100+i*0x4, 0);
sound/pci/ctxfi/cthw20k1.c
383
hw_write_20kx(hw, PRING_LO_HI+4*pm_idx, ctl->mpr);
sound/pci/ctxfi/cthw20k1.c
384
hw_write_20kx(hw, PMOPLO+8*pm_idx, 0x3);
sound/pci/ctxfi/cthw20k1.c
385
hw_write_20kx(hw, PMOPHI+8*pm_idx, 0x0);
sound/pci/ctxfi/cthw20k1.c
389
hw_write_20kx(hw, SRCSA+idx*0x100, ctl->sa);
sound/pci/ctxfi/cthw20k1.c
393
hw_write_20kx(hw, SRCLA+idx*0x100, ctl->la);
sound/pci/ctxfi/cthw20k1.c
397
hw_write_20kx(hw, SRCCA+idx*0x100, ctl->ca);
sound/pci/ctxfi/cthw20k1.c
402
hw_write_20kx(hw, SRCCF+idx*0x100, 0x0);
sound/pci/ctxfi/cthw20k1.c
405
hw_write_20kx(hw, SRCCCR+idx*0x100, ctl->ccr);
sound/pci/ctxfi/cthw20k1.c
409
hw_write_20kx(hw, SRCCTL+idx*0x100, ctl->ctl);
sound/pci/ctxfi/cthw20k1.c
468
hw_write_20kx(hw, SRCENBS, ctl->enbsa);
sound/pci/ctxfi/cthw20k1.c
473
hw_write_20kx(hw, SRCENB+(i*0x100), ctl->enb[i]);
sound/pci/ctxfi/cthw20k1.c
564
hw_write_20kx(hw, SRCIMAP+ctl->srcimap.idx*0x100,
sound/pci/ctxfi/cthw20k1.c
668
hw_write_20kx(hw, AMOPLO+idx*8, ctl->amoplo);
sound/pci/ctxfi/cthw20k1.c
670
hw_write_20kx(hw, AMOPHI+idx*8, ctl->amophi);
sound/pci/ctxfi/cthw20k1.c
885
hw_write_20kx(hw, SRTSCTL+0x4*idx, ctl->srtctl);
sound/pci/ctxfi/cthw20k1.c
888
hw_write_20kx(hw, SRTICTL, ctl->srtctl);
sound/pci/ctxfi/cthw20k1.c
931
hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos);
sound/pci/ctxfi/cthw20k2.c
1061
hw_write_20kx(hw, (AUDIO_IO_TX_CTL+(0x40*i)), data);
sound/pci/ctxfi/cthw20k2.c
1067
hw_write_20kx(hw, (AUDIO_IO_RX_CTL+(0x40*i)), data);
sound/pci/ctxfi/cthw20k2.c
1073
hw_write_20kx(hw, AUDIO_IO_AIM+ctl->daoimap.idx*4,
sound/pci/ctxfi/cthw20k2.c
1111
hw_write_20kx(hw, GIE, enable ? IT_INT : 0);
sound/pci/ctxfi/cthw20k2.c
1119
hw_write_20kx(hw, TIMR, ticks);
sound/pci/ctxfi/cthw20k2.c
1155
hw_write_20kx(hw, AUDIO_IO_MCLK, 0x01010101);
sound/pci/ctxfi/cthw20k2.c
1156
hw_write_20kx(hw, AUDIO_IO_TX_BLRCLK, 0x01010101);
sound/pci/ctxfi/cthw20k2.c
1157
hw_write_20kx(hw, AUDIO_IO_RX_BLRCLK, 0);
sound/pci/ctxfi/cthw20k2.c
1160
hw_write_20kx(hw, AUDIO_IO_MCLK, 0x11111111);
sound/pci/ctxfi/cthw20k2.c
1163
hw_write_20kx(hw, AUDIO_IO_MCLK, 0x11011111);
sound/pci/ctxfi/cthw20k2.c
1174
hw_write_20kx(hw, AUDIO_IO_TX_BLRCLK, 0x11111111);
sound/pci/ctxfi/cthw20k2.c
1175
hw_write_20kx(hw, AUDIO_IO_RX_BLRCLK, 0);
sound/pci/ctxfi/cthw20k2.c
1177
hw_write_20kx(hw, AUDIO_IO_MCLK, 0x21011111);
sound/pci/ctxfi/cthw20k2.c
1178
hw_write_20kx(hw, AUDIO_IO_TX_BLRCLK, 0x21212121);
sound/pci/ctxfi/cthw20k2.c
1179
hw_write_20kx(hw, AUDIO_IO_RX_BLRCLK, 0);
sound/pci/ctxfi/cthw20k2.c
1181
hw_write_20kx(hw, AUDIO_IO_MCLK, 0x21212121);
sound/pci/ctxfi/cthw20k2.c
1182
hw_write_20kx(hw, AUDIO_IO_TX_BLRCLK, 0x21212121);
sound/pci/ctxfi/cthw20k2.c
1183
hw_write_20kx(hw, AUDIO_IO_RX_BLRCLK, 0);
sound/pci/ctxfi/cthw20k2.c
1201
hw_write_20kx(hw, (AUDIO_IO_TX_CTL+(0x40*i)), data);
sound/pci/ctxfi/cthw20k2.c
1202
hw_write_20kx(hw, (AUDIO_IO_RX_CTL+(0x40*i)), data);
sound/pci/ctxfi/cthw20k2.c
1214
hw_write_20kx(hw, AUDIO_IO_TX_CSTAT_L+(0x40*i),
sound/pci/ctxfi/cthw20k2.c
1217
hw_write_20kx(hw, AUDIO_IO_TX_CSTAT_H+(0x40*i), 0x0B);
sound/pci/ctxfi/cthw20k2.c
1222
hw_write_20kx(hw, AUDIO_IO_RX_CTL+(0x40*i), data);
sound/pci/ctxfi/cthw20k2.c
1230
hw_write_20kx(hw, AUDIO_IO_TX_CTL+(0x40*i), data);
sound/pci/ctxfi/cthw20k2.c
1258
hw_write_20kx(hw, VMEM_PTPAL+(16*i), ptp_phys_low);
sound/pci/ctxfi/cthw20k2.c
1259
hw_write_20kx(hw, VMEM_PTPAH+(16*i), ptp_phys_high);
sound/pci/ctxfi/cthw20k2.c
1262
hw_write_20kx(hw, VMEM_CTL, vmctl);
sound/pci/ctxfi/cthw20k2.c
1264
hw_write_20kx(hw, TRANSPORT_CTL, 0x03);
sound/pci/ctxfi/cthw20k2.c
1265
hw_write_20kx(hw, TRANSPORT_INT, 0x200c01);
sound/pci/ctxfi/cthw20k2.c
1268
hw_write_20kx(hw, TRANSPORT_ENB, (data | 0x03));
sound/pci/ctxfi/cthw20k2.c
1315
hw_write_20kx(hw, PLL_ENB, pllenb);
sound/pci/ctxfi/cthw20k2.c
1320
hw_write_20kx(hw, PLL_CTL, pllctl);
sound/pci/ctxfi/cthw20k2.c
1325
hw_write_20kx(hw, PLL_CTL, pllctl);
sound/pci/ctxfi/cthw20k2.c
1367
hw_write_20kx(hw, GLOBAL_CNTL_GCTL, gctl);
sound/pci/ctxfi/cthw20k2.c
1369
hw_write_20kx(hw, GLOBAL_CNTL_GCTL, gctl);
sound/pci/ctxfi/cthw20k2.c
1450
hw_write_20kx(hw, I2C_IF_WLOCK,
sound/pci/ctxfi/cthw20k2.c
1452
hw_write_20kx(hw, I2C_IF_WLOCK,
sound/pci/ctxfi/cthw20k2.c
1464
hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED);
sound/pci/ctxfi/cthw20k2.c
1465
hw_write_20kx(hw, I2C_IF_WLOCK, STATE_LOCKED);
sound/pci/ctxfi/cthw20k2.c
1490
hw_write_20kx(hw, I2C_IF_ADDRESS, i2c_addr);
sound/pci/ctxfi/cthw20k2.c
1496
hw_write_20kx(hw, I2C_IF_STATUS, i2c_status);
sound/pci/ctxfi/cthw20k2.c
1509
hw_write_20kx(hw, I2C_IF_ADDRESS, i2c_addr);
sound/pci/ctxfi/cthw20k2.c
1515
hw_write_20kx(hw, I2C_IF_STATUS, i2c_status);
sound/pci/ctxfi/cthw20k2.c
1540
hw_write_20kx(hw, I2C_IF_STATUS, i2c_status);
sound/pci/ctxfi/cthw20k2.c
1544
hw_write_20kx(hw, I2C_IF_WDATA, addr);
sound/pci/ctxfi/cthw20k2.c
1549
hw_write_20kx(hw, I2C_IF_RDATA, 0);
sound/pci/ctxfi/cthw20k2.c
1570
hw_write_20kx(hw, I2C_IF_STATUS, i2c_status);
sound/pci/ctxfi/cthw20k2.c
1573
hw_write_20kx(hw, I2C_IF_WDATA, 0);
sound/pci/ctxfi/cthw20k2.c
1577
hw_write_20kx(hw, I2C_IF_WDATA, i2c_data);
sound/pci/ctxfi/cthw20k2.c
1588
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1597
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1643
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1650
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1658
hw_write_20kx(hw, GPIO_CTRL, data);
sound/pci/ctxfi/cthw20k2.c
1829
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1834
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1850
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1860
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1878
hw_write_20kx(hw, GPIO_CTRL, data);
sound/pci/ctxfi/cthw20k2.c
1904
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1936
hw_write_20kx(hw, GPIO_CTRL, ctl);
sound/pci/ctxfi/cthw20k2.c
1987
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
1999
hw_write_20kx(hw, GPIO_EXT_DATA, data);
sound/pci/ctxfi/cthw20k2.c
2004
hw_write_20kx(hw, GPIO_DATA, data);
sound/pci/ctxfi/cthw20k2.c
2054
hw_write_20kx(hw, GIP, status);
sound/pci/ctxfi/cthw20k2.c
2090
hw_write_20kx(hw, GLOBAL_CNTL_GCTL, gctl);
sound/pci/ctxfi/cthw20k2.c
2124
hw_write_20kx(hw, TRANSPORT_CTL, 0x00);
sound/pci/ctxfi/cthw20k2.c
2128
hw_write_20kx(hw, PLL_ENB, (data & (~0x07)));
sound/pci/ctxfi/cthw20k2.c
2184
hw_write_20kx(hw, GLOBAL_CNTL_GCTL, gctl);
sound/pci/ctxfi/cthw20k2.c
2187
hw_write_20kx(hw, GIE, 0);
sound/pci/ctxfi/cthw20k2.c
2189
hw_write_20kx(hw, SRC_IP, 0);
sound/pci/ctxfi/cthw20k2.c
2192
hw_write_20kx(hw, GPIO_CTRL, 0x9E5F);
sound/pci/ctxfi/cthw20k2.c
2194
hw_write_20kx(hw, GPIO_CTRL, 0x9902);
sound/pci/ctxfi/cthw20k2.c
2201
hw_write_20kx(hw, GPIO_CTRL, 0xD802);
sound/pci/ctxfi/cthw20k2.c
2204
hw_write_20kx(hw, MIXER_AR_ENABLE, 0x01);
sound/pci/ctxfi/cthw20k2.c
2230
hw_write_20kx(hw, SRC_MCTL, data);
sound/pci/ctxfi/cthw20k2.c
36
static void hw_write_20kx(struct hw *hw, u32 reg, u32 data);
sound/pci/ctxfi/cthw20k2.c
367
hw_write_20kx(hw, SRC_UPZ+idx*0x100+i*0x4, 0);
sound/pci/ctxfi/cthw20k2.c
370
hw_write_20kx(hw, SRC_DN0Z+idx*0x100+i*0x4, 0);
sound/pci/ctxfi/cthw20k2.c
373
hw_write_20kx(hw, SRC_DN1Z+idx*0x100+i*0x4, 0);
sound/pci/ctxfi/cthw20k2.c
383
hw_write_20kx(hw, MIXER_PRING_LO_HI+4*pm_idx, ctl->mpr);
sound/pci/ctxfi/cthw20k2.c
384
hw_write_20kx(hw, MIXER_PMOPLO+8*pm_idx, 0x3);
sound/pci/ctxfi/cthw20k2.c
385
hw_write_20kx(hw, MIXER_PMOPHI+8*pm_idx, 0x0);
sound/pci/ctxfi/cthw20k2.c
389
hw_write_20kx(hw, SRC_SA+idx*0x100, ctl->sa);
sound/pci/ctxfi/cthw20k2.c
393
hw_write_20kx(hw, SRC_LA+idx*0x100, ctl->la);
sound/pci/ctxfi/cthw20k2.c
397
hw_write_20kx(hw, SRC_CA+idx*0x100, ctl->ca);
sound/pci/ctxfi/cthw20k2.c
402
hw_write_20kx(hw, SRC_CF+idx*0x100, 0x0);
sound/pci/ctxfi/cthw20k2.c
405
hw_write_20kx(hw, SRC_CCR+idx*0x100, ctl->ccr);
sound/pci/ctxfi/cthw20k2.c
409
hw_write_20kx(hw, SRC_CTL+idx*0x100, ctl->ctl);
sound/pci/ctxfi/cthw20k2.c
468
hw_write_20kx(hw, SRC_ENBSA, ctl->enbsa);
sound/pci/ctxfi/cthw20k2.c
473
hw_write_20kx(hw, SRC_ENB+(i*0x100), ctl->enb[i]);
sound/pci/ctxfi/cthw20k2.c
562
hw_write_20kx(hw, SRC_IMAP+ctl->srcimap.idx*0x100,
sound/pci/ctxfi/cthw20k2.c
670
hw_write_20kx(hw, MIXER_AMOPLO+idx*8, ctl->amoplo);
sound/pci/ctxfi/cthw20k2.c
672
hw_write_20kx(hw, MIXER_AMOPHI+idx*8, ctl->amophi);
sound/pci/ctxfi/cthw20k2.c
873
hw_write_20kx(hw, AUDIO_IO_RX_SRT_CTL+0x40*idx, ctl->srt);
sound/pci/ctxfi/cthw20k2.c
915
hw_write_20kx(hw, AUDIO_IO_TX_CSTAT_L+0x40*idx,