| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_state_monitor.c | 59 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_notifier_register() local 62 spin_lock_irqsave(&ctl->notifier_lock, flags); in t7xx_fsm_notifier_register() 63 list_add_tail(¬ifier->entry, &ctl->notifier_list); in t7xx_fsm_notifier_register() 64 spin_unlock_irqrestore(&ctl->notifier_lock, flags); in t7xx_fsm_notifier_register() 70 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_notifier_unregister() local 73 spin_lock_irqsave(&ctl->notifier_lock, flags); in t7xx_fsm_notifier_unregister() 74 list_for_each_entry_safe(notifier_cur, notifier_next, &ctl->notifier_list, entry) { in t7xx_fsm_notifier_unregister() 78 spin_unlock_irqrestore(&ctl->notifier_lock, flags); in t7xx_fsm_notifier_unregister() 83 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in fsm_state_notify() local 87 spin_lock_irqsave(&ctl->notifier_lock, flags); in fsm_state_notify() [all …]
|
| H A D | t7xx_modem_ops.c | 84 struct t7xx_fsm_ctl *ctl; in t7xx_pci_mhccif_isr() local 89 ctl = md->fsm_ctl; in t7xx_pci_mhccif_isr() 90 if (!ctl) { in t7xx_pci_mhccif_isr() 100 if (ctl->md_state == MD_STATE_INVALID || in t7xx_pci_mhccif_isr() 101 ctl->md_state == MD_STATE_WAITING_FOR_HS1 || in t7xx_pci_mhccif_isr() 102 ctl->md_state == MD_STATE_WAITING_FOR_HS2 || in t7xx_pci_mhccif_isr() 103 ctl->md_state == MD_STATE_READY) { in t7xx_pci_mhccif_isr() 105 ret = t7xx_fsm_recv_md_intr(ctl, MD_IRQ_CCIF_EX); in t7xx_pci_mhccif_isr() 110 if (ctl->curr_state == FSM_STATE_INIT || ctl->curr_state == FSM_STATE_PRE_START || in t7xx_pci_mhccif_isr() 111 ctl->curr_state == FSM_STATE_STOPPED) in t7xx_pci_mhccif_isr() [all …]
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 64 int card, ctl, err; in find_controls() local 133 for (ctl = 0; ctl < card_data->num_ctls; ctl++) { in find_controls() 140 ctl_data->elem = ctl; in find_controls() 142 ctl); in find_controls() 156 snd_ctl_elem_list_get_id(card_data->ctls, ctl, in find_controls() 208 static int wait_for_event(struct ctl_data *ctl, int timeout) in wait_for_event() argument 219 err = poll(&(ctl->card->pollfd), 1, timeout); in wait_for_event() 222 ctl->name, strerror(errno), errno); in wait_for_event() 229 err = snd_ctl_poll_descriptors_revents(ctl->card->handle, in wait_for_event() 230 &(ctl->card->pollfd), in wait_for_event() [all …]
|
| /linux/sound/pci/ice1712/ |
| H A D | wm8766.c | 147 memcpy(wm->ctl, snd_wm8766_default_ctl, sizeof(wm->ctl)); in snd_wm8766_init() 188 uinfo->count = (wm->ctl[n].flags & WM8766_FLAG_STEREO) ? 2 : 1; in snd_wm8766_volume_info() 189 uinfo->value.integer.min = wm->ctl[n].min; in snd_wm8766_volume_info() 190 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8766_volume_info() 201 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8766_enum_info() 202 wm->ctl[n].enum_names); in snd_wm8766_enum_info() 212 if (wm->ctl[n].get) in snd_wm8766_ctl_get() 213 wm->ctl[n].get(wm, &val1, &val2); in snd_wm8766_ctl_get() 215 val1 = wm->regs[wm->ctl[n].reg1] & wm->ctl[n].mask1; in snd_wm8766_ctl_get() 216 val1 >>= __ffs(wm->ctl[n].mask1); in snd_wm8766_ctl_get() [all …]
|
| H A D | wm8776.c | 72 if (wm->ctl[i].flags & flags_off) in snd_wm8776_update_agc_ctl() 73 snd_wm8776_activate_ctl(wm, wm->ctl[i].name, false); in snd_wm8776_update_agc_ctl() 74 else if (wm->ctl[i].flags & flags_on) in snd_wm8776_update_agc_ctl() 75 snd_wm8776_activate_ctl(wm, wm->ctl[i].name, true); in snd_wm8776_update_agc_ctl() 420 memcpy(wm->ctl, snd_wm8776_default_ctl, sizeof(wm->ctl)); in snd_wm8776_init() 458 uinfo->count = (wm->ctl[n].flags & WM8776_FLAG_STEREO) ? 2 : 1; in snd_wm8776_volume_info() 459 uinfo->value.integer.min = wm->ctl[n].min; in snd_wm8776_volume_info() 460 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8776_volume_info() 471 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8776_enum_info() 472 wm->ctl[n].enum_names); in snd_wm8776_enum_info() [all …]
|
| H A D | psc724.c | 195 spec->wm8776.ctl[WM8776_CTL_HP_SW].name); in psc724_set_jack_state() 305 struct snd_kcontrol *ctl; in psc724_add_controls() local 309 spec->wm8776.ctl[WM8776_CTL_DAC_VOL].name = front_volume; in psc724_add_controls() 310 spec->wm8776.ctl[WM8776_CTL_DAC_SW].name = front_switch; in psc724_add_controls() 311 spec->wm8776.ctl[WM8776_CTL_DAC_ZC_SW].name = front_zc; in psc724_add_controls() 312 spec->wm8776.ctl[WM8776_CTL_AUX_SW].name = NULL; in psc724_add_controls() 313 spec->wm8776.ctl[WM8776_CTL_DAC_IZD_SW].name = front_izd; in psc724_add_controls() 314 spec->wm8776.ctl[WM8776_CTL_PHASE_SW].name = front_phase; in psc724_add_controls() 315 spec->wm8776.ctl[WM8776_CTL_DEEMPH_SW].name = front_deemph; in psc724_add_controls() 316 spec->wm8776.ctl[WM8776_CTL_INPUT1_SW].name = ain1_switch; in psc724_add_controls() [all …]
|
| /linux/drivers/hwmon/ |
| H A D | axi-fan-control.c | 63 const struct axi_fan_control_data *ctl) in axi_iowrite() argument 65 iowrite32(val, ctl->base + reg); in axi_iowrite() 69 const struct axi_fan_control_data *ctl) in axi_ioread() argument 71 return ioread32(ctl->base + reg); in axi_ioread() 80 struct axi_fan_control_data *ctl = dev_get_drvdata(dev); in axi_fan_control_show() local 82 u32 temp = axi_ioread(attr->index, ctl); in axi_fan_control_show() 92 struct axi_fan_control_data *ctl = dev_get_drvdata(dev); in axi_fan_control_store() local 102 axi_iowrite(temp, attr->index, ctl); in axi_fan_control_store() 107 static long axi_fan_control_get_pwm_duty(const struct axi_fan_control_data *ctl) in axi_fan_control_get_pwm_duty() argument 109 u32 pwm_width = axi_ioread(ADI_REG_PWM_WIDTH, ctl); in axi_fan_control_get_pwm_duty() [all …]
|
| /linux/sound/pci/ctxfi/ |
| H A D | cthw20k1.c | 82 u16 ctl:1; member 95 unsigned int ctl; member 178 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local 180 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state() 181 ctl->dirty.bf.ctl = 1; in src_set_state() 187 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local 189 set_field(&ctl->ctl, SRCCTL_BM, bm); in src_set_bm() 190 ctl->dirty.bf.ctl = 1; in src_set_bm() 196 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local 198 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr() [all …]
|
| H A D | cthw20k2.c | 82 u16 ctl:1; member 95 unsigned int ctl; member 178 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local 180 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state() 181 ctl->dirty.bf.ctl = 1; in src_set_state() 187 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local 189 set_field(&ctl->ctl, SRCCTL_BM, bm); in src_set_bm() 190 ctl->dirty.bf.ctl = 1; in src_set_bm() 196 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local 198 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l35.h | 21 #define CS35L35_PWRCTL1 0x06 /* Power Ctl 1 */ 22 #define CS35L35_PWRCTL2 0x07 /* Power Ctl 2 */ 23 #define CS35L35_PWRCTL3 0x08 /* Power Ctl 3 */ 24 #define CS35L35_CLK_CTL1 0x0A /* Clocking Ctl 1 */ 25 #define CS35L35_CLK_CTL2 0x0B /* Clocking Ctl 2 */ 26 #define CS35L35_CLK_CTL3 0x0C /* Clocking Ctl 3 */ 30 #define CS35L35_MAG_COMP_CTL 0x13 /* Magnitude Comp CTL */ 31 #define CS35L35_AMP_INP_DRV_CTL 0x14 /* Amp Input Drive Ctl */ 32 #define CS35L35_AMP_DIG_VOL_CTL 0x15 /* Amplifier Dig Volume Ctl */ 35 #define CS35L35_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */ [all …]
|
| H A D | cs35l34.h | 19 #define CS35L34_PWRCTL1 0x06 /* Power Ctl 1 */ 20 #define CS35L34_PWRCTL2 0x07 /* Power Ctl 2 */ 21 #define CS35L34_PWRCTL3 0x08 /* Power Ctl 3 */ 22 #define CS35L34_ADSP_CLK_CTL 0x0A /* (ADSP) Clock Ctl */ 23 #define CS35L34_MCLK_CTL 0x0B /* Master Clocking Ctl */ 24 #define CS35L34_AMP_INP_DRV_CTL 0x14 /* Amp Input Drive Ctl */ 25 #define CS35L34_AMP_DIG_VOL_CTL 0x15 /* Amplifier Dig Volume Ctl */ 27 #define CS35L34_AMP_ANLG_GAIN_CTL 0x17 /* Amplifier Analog Gain Ctl */ 28 #define CS35L34_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */ 29 #define CS35L34_AMP_KEEP_ALIVE_CTL 0x1A /* Amplifier Keep Alive Ctl */ [all …]
|
| /linux/fs/btrfs/ |
| H A D | free-space-cache.c | 47 static int link_free_space(struct btrfs_free_space_ctl *ctl, 49 static void unlink_free_space(struct btrfs_free_space_ctl *ctl, 51 static int search_bitmap(struct btrfs_free_space_ctl *ctl, 54 static void free_bitmap(struct btrfs_free_space_ctl *ctl, 56 static void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, 65 static void __btrfs_remove_free_space_cache(struct btrfs_free_space_ctl *ctl) in __btrfs_remove_free_space_cache() argument 70 while ((node = rb_last(&ctl->free_space_offset)) != NULL) { in __btrfs_remove_free_space_cache() 73 unlink_free_space(ctl, info, true); in __btrfs_remove_free_space_cache() 76 free_bitmap(ctl, info); in __btrfs_remove_free_space_cache() 79 cond_resched_lock(&ctl->tree_lock); in __btrfs_remove_free_space_cache() [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_eeprom.c | 30 /* Local defines to distinguish between extension and control CTL's */ 39 #define CTL(_tpower, _flag) ((_tpower) | ((_flag) << 6)) macro 284 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, 285 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, 286 { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } }, 288 { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } }, 289 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, 290 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, 292 { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } }, 293 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } }, [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_ctl.h | 70 * @ctx : ctl path ctx pointer 75 * @is_started: check if the ctl is started 76 * @ctx : ctl path ctx pointer 85 * @ctx : ctl path ctx pointer 93 * @ctx : ctl path ctx pointer 100 * @ctx : ctl path ctx pointer 108 * @ctx : ctl path ctx pointer 118 * @ctx : ctl path ctx pointer 128 * @ctx : ctl path ctx pointer 138 * @ctx : ctl path ctx pointer [all …]
|
| /linux/drivers/accel/habanalabs/include/gaudi2/ |
| H A D | gaudi2_packets.h | 67 __le32 ctl; member 72 __le32 ctl; member 77 __le32 ctl; member 82 __le32 ctl; member 88 __le32 ctl; member 118 __le32 ctl; member 123 __le32 ctl; member 141 __le32 ctl; member 158 __le32 ctl; member 165 __le32 ctl; member [all …]
|
| /linux/drivers/accel/habanalabs/include/gaudi/ |
| H A D | gaudi_packets.h | 62 __le32 ctl; member 67 __le32 ctl; member 72 __le32 ctl; member 77 __le32 ctl; member 86 __le32 ctl; member 119 __le32 ctl; member 124 __le32 ctl; member 142 __le32 ctl; member 159 __le32 ctl; member 166 __le32 ctl; member [all …]
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-milbeaut.c | 89 u32 ctl; in sdhci_milbeaut_reset() local 118 ctl = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_milbeaut_reset() 119 ctl |= F_SDH30_CMD_DAT_DELAY; in sdhci_milbeaut_reset() 120 sdhci_writel(host, ctl, F_SDH30_ESD_CONTROL); in sdhci_milbeaut_reset() 179 u32 ctl; in sdhci_milbeaut_vendor_init() local 181 ctl = sdhci_readl(host, F_SDH30_IO_CONTROL2); in sdhci_milbeaut_vendor_init() 182 ctl |= F_SDH30_CRES_O_DN; in sdhci_milbeaut_vendor_init() 183 sdhci_writel(host, ctl, F_SDH30_IO_CONTROL2); in sdhci_milbeaut_vendor_init() 184 ctl &= ~F_SDH30_MSEL_O_1_8; in sdhci_milbeaut_vendor_init() 185 sdhci_writel(host, ctl, F_SDH30_IO_CONTROL2); in sdhci_milbeaut_vendor_init() [all …]
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | pio.c | 318 u16 ctl, in tx_write_2byte_queue() argument 326 ctl |= B43_PIO_TXCTL_WRITELO | B43_PIO_TXCTL_WRITEHI; in tx_write_2byte_queue() 327 b43_piotx_write16(q, B43_PIO_TXCTL, ctl); in tx_write_2byte_queue() 337 ctl &= ~B43_PIO_TXCTL_WRITEHI; in tx_write_2byte_queue() 338 b43_piotx_write16(q, B43_PIO_TXCTL, ctl); in tx_write_2byte_queue() 346 return ctl; in tx_write_2byte_queue() 355 u16 ctl; in pio_tx_frame_2byte_queue() local 357 ctl = b43_piotx_read16(q, B43_PIO_TXCTL); in pio_tx_frame_2byte_queue() 358 ctl |= B43_PIO_TXCTL_FREADY; in pio_tx_frame_2byte_queue() 359 ctl &= ~B43_PIO_TXCTL_EOF; in pio_tx_frame_2byte_queue() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | mv88e1xxx.c | 50 u32 ctl; in mv88e1xxx_reset() local 56 (void) simple_mdio_read(cphy, MII_BMCR, &ctl); in mv88e1xxx_reset() 57 ctl &= BMCR_RESET; in mv88e1xxx_reset() 58 if (ctl) in mv88e1xxx_reset() 60 } while (ctl && --time_out); in mv88e1xxx_reset() 62 return ctl ? -1 : 0; in mv88e1xxx_reset() 127 u32 ctl; in mv88e1xxx_set_speed_duplex() local 129 (void) simple_mdio_read(phy, MII_BMCR, &ctl); in mv88e1xxx_set_speed_duplex() 131 ctl &= ~(BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in mv88e1xxx_set_speed_duplex() 133 ctl |= BMCR_SPEED100; in mv88e1xxx_set_speed_duplex() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | ipu6-isys.rst | 90 media-ctl [#f1]_ and yavta [#f2]_ to transmit frames to IPU6 ISYS. 98 # Establish the link for the media devices using media-ctl 99 media-ctl -d $MDEV -l "\"ov01a10 3-0036\":0 -> \"Intel IPU6 CSI2 2\":0[1]" 102 media-ctl -d $MDEV -V "ov01a10:0 [fmt:SBGGR10/1280x800]" 103 media-ctl -d $MDEV -V "Intel IPU6 CSI2 2:0 [fmt:SBGGR10/1280x800]" 104 media-ctl -d $MDEV -V "Intel IPU6 CSI2 2:1 [fmt:SBGGR10/1280x800]" 114 export SDEV=$(media-ctl -d $MDEV -e "ov01a10 3-0036") 127 -f SBGGR10 $(media-ctl -d $MDEV -e "Intel IPU6 ISYS Capture 0") 137 media-ctl -l "\"ov2740 14-0036\":0 -> \"Intel IPU6 CSI2 1\":0[1]" 138 media-ctl -l "\"Intel IPU6 CSI2 1\":1 -> \"Intel IPU6 ISYS Capture 0\":0[1]" [all …]
|
| /linux/tools/testing/selftests/mm/ |
| H A D | folio_split_race_test.c | 102 struct shared_ctl *ctl; member 112 struct shared_ctl *ctl = ra->ctl; in reader_thread() local 118 pthread_barrier_wait(&ctl->barrier); in reader_thread() 120 while (atomic_load_explicit(&ctl->stop, memory_order_acquire) == 0) { in reader_thread() 144 unsigned char *base, struct shared_ctl *ctl) in create_readers() argument 150 args[i].ctl = ctl; in create_readers() 152 args[i].failures = &ctl->reader_failures; in create_readers() 153 args[i].verified = &ctl->reader_verified; in create_readers() 167 struct shared_ctl ctl; in run_iteration() local 170 memset(&ctl, 0, sizeof(struct shared_ctl)); in run_iteration() [all …]
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 478 static int cs_dsp_coeff_base_reg(struct cs_dsp_coeff_ctl *ctl, unsigned int *reg, 484 struct cs_dsp_coeff_ctl *ctl; in cs_dsp_debugfs_read_controls_show() local 489 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_debugfs_read_controls_show() 490 cs_dsp_coeff_base_reg(ctl, ®, 0); in cs_dsp_debugfs_read_controls_show() 492 ctl->subname_len, ctl->subname, ctl->len, in cs_dsp_debugfs_read_controls_show() 493 cs_dsp_mem_region_name(ctl->alg_region.type), in cs_dsp_debugfs_read_controls_show() 494 ctl->offset, reg, ctl->fw_name, ctl->alg_region.alg, ctl->type, in cs_dsp_debugfs_read_controls_show() 495 ctl->flags & WMFW_CTL_FLAG_VOLATILE ? 'V' : '-', in cs_dsp_debugfs_read_controls_show() 496 ctl->flags & WMFW_CTL_FLAG_SYS ? 'S' : '-', in cs_dsp_debugfs_read_controls_show() 497 ctl->flags & WMFW_CTL_FLAG_READABLE ? 'R' : '-', in cs_dsp_debugfs_read_controls_show() [all …]
|
| /linux/drivers/misc/ |
| H A D | vmw_balloon.c | 647 * @ctl: pointer for the %struct vmballoon_ctl, which defines the operation. 651 * @ctl.pages and updates @ctl.n_pages to reflect the number of pages. 656 struct vmballoon_ctl *ctl, in vmballoon_alloc_page_list() argument 668 if (!list_empty(&ctl->prealloc_pages)) { in vmballoon_alloc_page_list() 669 page = list_first_entry(&ctl->prealloc_pages, in vmballoon_alloc_page_list() 673 if (ctl->page_size == VMW_BALLOON_2M_PAGE) in vmballoon_alloc_page_list() 680 ctl->page_size); in vmballoon_alloc_page_list() 685 list_add(&page->lru, &ctl->pages); in vmballoon_alloc_page_list() 691 ctl->page_size); in vmballoon_alloc_page_list() 695 ctl->n_pages = i; in vmballoon_alloc_page_list() [all …]
|
| /linux/sound/soc/kirkwood/ |
| H A D | kirkwood-i2s.c | 338 static unsigned kirkwood_i2s_play_mute(unsigned ctl) in kirkwood_i2s_play_mute() argument 340 if (!(ctl & KIRKWOOD_PLAYCTL_I2S_EN)) in kirkwood_i2s_play_mute() 341 ctl |= KIRKWOOD_PLAYCTL_I2S_MUTE; in kirkwood_i2s_play_mute() 342 if (!(ctl & KIRKWOOD_PLAYCTL_SPDIF_EN)) in kirkwood_i2s_play_mute() 343 ctl |= KIRKWOOD_PLAYCTL_SPDIF_MUTE; in kirkwood_i2s_play_mute() 344 return ctl; in kirkwood_i2s_play_mute() 352 uint32_t ctl, value; in kirkwood_i2s_play_trigger() local 354 ctl = readl(priv->io + KIRKWOOD_PLAYCTL); in kirkwood_i2s_play_trigger() 355 if ((ctl & KIRKWOOD_PLAYCTL_ENABLE_MASK) == 0) { in kirkwood_i2s_play_trigger() 363 value = ctl; in kirkwood_i2s_play_trigger() [all …]
|
| /linux/sound/soc/samsung/ |
| H A D | pcm.c | 157 u32 ctl, clkctl; in s3c_pcm_snd_txctrl() local 160 ctl = readl(regs + S3C_PCM_CTL); in s3c_pcm_snd_txctrl() 161 ctl &= ~(S3C_PCM_CTL_TXDIPSTICK_MASK in s3c_pcm_snd_txctrl() 165 ctl |= S3C_PCM_CTL_TXDMA_EN; in s3c_pcm_snd_txctrl() 166 ctl |= S3C_PCM_CTL_TXFIFO_EN; in s3c_pcm_snd_txctrl() 167 ctl |= S3C_PCM_CTL_ENABLE; in s3c_pcm_snd_txctrl() 168 ctl |= (0x4<<S3C_PCM_CTL_TXDIPSTICK_SHIFT); in s3c_pcm_snd_txctrl() 171 ctl &= ~S3C_PCM_CTL_TXDMA_EN; in s3c_pcm_snd_txctrl() 172 ctl &= ~S3C_PCM_CTL_TXFIFO_EN; in s3c_pcm_snd_txctrl() 174 if (!(ctl in s3c_pcm_snd_txctrl() 188 u32 ctl, clkctl; s3c_pcm_snd_rxctrl() local 325 u32 ctl; s3c_pcm_set_fmt() local [all...] |