Searched refs:hw_read_20kx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/pci/ctxfi/ |
D | cthw20k2.c | 39 static u32 hw_read_20kx(struct hw *hw, u32 reg); 424 ctl->ca = hw_read_20kx(hw, SRC_CA+idx*0x100); in src_get_ca() 470 ret = hw_read_20kx(hw, SRC_ENBSTAT); in src_mgr_commit_write() 1095 blk->txctl[i] = hw_read_20kx(hw, AUDIO_IO_TX_CTL+(0x40*i)); in daio_mgr_get_ctrl_blk() 1096 blk->rxctl[i] = hw_read_20kx(hw, AUDIO_IO_RX_CTL+(0x40*i)); in daio_mgr_get_ctrl_blk() 1128 return hw_read_20kx(hw, WC); in get_wc() 1265 data = hw_read_20kx(hw, TRANSPORT_ENB); in hw_trn_init() 1321 pllctl = hw_read_20kx(hw, PLL_CTL); in hw_pll_init() 1327 pllstat = hw_read_20kx(hw, PLL_STAT); in hw_pll_init() 1363 gctl = hw_read_20kx(hw, GLOBAL_CNTL_GCTL); in hw_auto_init() [all …]
|
D | cthw20k1.c | 36 static u32 hw_read_20kx(struct hw *hw, u32 reg); 424 ctl->ca = hw_read_20kx(hw, SRCCA+idx*0x100); in src_get_ca() 470 ret = hw_read_20kx(hw, SRCENBSTAT); in src_mgr_commit_write() 1152 blk->i2sctl = hw_read_20kx(hw, I2SCTL); in daio_mgr_get_ctrl_blk() 1153 blk->spoctl = hw_read_20kx(hw, SPOCTL); in daio_mgr_get_ctrl_blk() 1154 blk->spictl = hw_read_20kx(hw, SPICTL); in daio_mgr_get_ctrl_blk() 1185 return hw_read_20kx(hw, WC); in get_wc() 1318 if (hw_read_20kx(hw, PLLCTL) == pllctl) in hw_pll_init() 1337 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 1344 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() [all …]
|