Searched refs:hw_read_20kx (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/ctxfi/ |
H A D | cthw20k2.c | 35 static u32 hw_read_20kx(struct hw *hw, u32 reg); 420 ctl->ca = hw_read_20kx(hw, SRC_CA+idx*0x100); in src_get_ca() 466 ret = hw_read_20kx(hw, SRC_ENBSTAT); in src_mgr_commit_write() 1091 blk->txctl[i] = hw_read_20kx(hw, AUDIO_IO_TX_CTL+(0x40*i)); in daio_mgr_get_ctrl_blk() 1092 blk->rxctl[i] = hw_read_20kx(hw, AUDIO_IO_RX_CTL+(0x40*i)); in daio_mgr_get_ctrl_blk() 1124 return hw_read_20kx(hw, WC); in get_wc() 1261 data = hw_read_20kx(hw, TRANSPORT_ENB); in hw_trn_init() 1317 pllctl = hw_read_20kx(hw, PLL_CTL); in hw_pll_init() 1323 pllstat = hw_read_20kx(hw, PLL_STAT); in hw_pll_init() 1359 gctl = hw_read_20kx(hw, GLOBAL_CNTL_GCTL); in hw_auto_init() [all …]
|
H A D | cthw20k1.c | 32 static u32 hw_read_20kx(struct hw *hw, u32 reg); 420 ctl->ca = hw_read_20kx(hw, SRCCA+idx*0x100); in src_get_ca() 466 ret = hw_read_20kx(hw, SRCENBSTAT); in src_mgr_commit_write() 1148 blk->i2sctl = hw_read_20kx(hw, I2SCTL); in daio_mgr_get_ctrl_blk() 1149 blk->spoctl = hw_read_20kx(hw, SPOCTL); in daio_mgr_get_ctrl_blk() 1150 blk->spictl = hw_read_20kx(hw, SPICTL); in daio_mgr_get_ctrl_blk() 1181 return hw_read_20kx(hw, WC); in get_wc() 1314 if (hw_read_20kx(hw, PLLCTL) == pllctl) in hw_pll_init() 1333 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 1340 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() [all …]
|