Home
last modified time | relevance | path

Searched refs:clock_source (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_tio.c254 unsigned clock_source = 0; in ni_m_series_clock_src_select() local
263 clock_source = NI_GPCT_TIMEBASE_1_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
266 clock_source = NI_GPCT_TIMEBASE_2_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
270 clock_source = in ni_m_series_clock_src_select()
273 clock_source = NI_GPCT_TIMEBASE_3_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
276 clock_source = NI_GPCT_LOGIC_LOW_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
280 clock_source = NI_GPCT_PXI_STAR_TRIGGER_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
282 clock_source = NI_GPCT_NEXT_GATE_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
285 clock_source = NI_GPCT_PXI10_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
288 clock_source = NI_GPCT_NEXT_TC_CLOCK_SRC_BITS; in ni_m_series_clock_src_select()
[all …]
Dni_stc.h1029 unsigned clock_source; member
Dni_mio_common.c4715 devpriv->clock_source = source; in ni_mseries_set_pll_master_clock()
4749 devpriv->clock_source = source; in ni_set_master_clock()
4767 devpriv->clock_source = source; in ni_set_master_clock()
4899 data[1] = devpriv->clock_source; in ni_rtsi_insn_config()
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_media.c197 sc->lmc_media->set_clock_source (sc, sc->ictl.clock_source); in lmc_hssi_set_status()
206 if (ctl->clock_source && !sc->ictl.clock_source) in lmc_hssi_set_status()
211 else if (!ctl->clock_source && sc->ictl.clock_source) in lmc_hssi_set_status()
227 old = sc->ictl.clock_source; in lmc_hssi_set_clock()
232 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_EXT; in lmc_hssi_set_clock()
240 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_INT; in lmc_hssi_set_clock()
579 sc->lmc_media->set_clock_source (sc, sc->ictl.clock_source); in lmc_ssi_set_status()
589 if (ctl->clock_source == LMC_CTL_CLOCK_SOURCE_INT in lmc_ssi_set_status()
590 && sc->ictl.clock_source == LMC_CTL_CLOCK_SOURCE_EXT) in lmc_ssi_set_status()
595 else if (ctl->clock_source == LMC_CTL_CLOCK_SOURCE_EXT in lmc_ssi_set_status()
[all …]
Dlmc_var.h167 u32 clock_source; /* HSSI, T1 */ member
/linux-4.4.14/drivers/net/can/mscan/
Dmpc5xxx_can.c112 const char *clock_source, int *mscan_clksrc) in mpc512x_can_get_clock() argument
134 clock_source ? clock_source : "<NULL>", clockdiv); in mpc512x_can_get_clock()
150 if (clock_source) { in mpc512x_can_get_clock()
152 if (!strcmp(clock_source, "ip")) in mpc512x_can_get_clock()
154 else if (!strcmp(clock_source, "sys")) in mpc512x_can_get_clock()
156 else if (!strcmp(clock_source, "ref")) in mpc512x_can_get_clock()
/linux-4.4.14/sound/drivers/vx/
Dvx_uer.c196 chip->clock_source = source; in vx_change_clock_source()
257 if (chip->clock_source != UER_SYNC) { in vx_set_clock()
265 if (chip->clock_source != INTERNAL_QUARTZ) { in vx_set_clock()
293 if (chip->clock_source == INTERNAL_QUARTZ) in vx_change_frequency()
Dvx_core.c570 chip->clock_source = INTERNAL_QUARTZ; in vx_reset_board()
635 snd_iprintf(buffer, "Clock Source: %s\n", clock_src[chip->clock_source]); in vx_proc_read()
/linux-4.4.14/sound/pci/echoaudio/
Dlayla20_dsp.c186 static int set_input_clock(struct echoaudio *chip, u16 clock_source) in set_input_clock() argument
192 switch (clock_source) { in set_input_clock()
209 clock_source); in set_input_clock()
212 chip->input_clock = clock_source; in set_input_clock()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_proc.c109 enum snd_efw_clock_source clock_source; in proc_read_clock() local
112 if (snd_efw_command_get_clock_source(efw, &clock_source) < 0) in proc_read_clock()
118 snd_iprintf(buffer, "Clock Source: %d\n", clock_source); in proc_read_clock()
Dfireworks_stream.c126 enum snd_efw_clock_source clock_source; in get_sync_mode() local
129 err = snd_efw_command_get_clock_source(efw, &clock_source); in get_sync_mode()
133 if (clock_source == SND_EFW_CLOCK_SOURCE_SYTMATCH) in get_sync_mode()
Dfireworks_pcm.c199 enum snd_efw_clock_source clock_source; in pcm_open() local
210 err = snd_efw_command_get_clock_source(efw, &clock_source); in pcm_open()
218 if ((clock_source != SND_EFW_CLOCK_SOURCE_INTERNAL) || in pcm_open()
/linux-4.4.14/drivers/staging/board/
Darmadillo800eva.c45 .clock_source = LCDC_CLK_BUS,
/linux-4.4.14/include/uapi/sound/
Dhdsp.h62 unsigned char clock_source; member
Dhdspm.h69 unsigned char clock_source; member
/linux-4.4.14/sound/firewire/dice/
Ddice-proc.c110 u32 clock_source; in dice_proc_read() member
232 buf.ext_sync.clock_source)); in dice_proc_read()
/linux-4.4.14/include/video/
Dsh_mobile_lcdc.h192 int clock_source; member
/linux-4.4.14/arch/sh/boards/mach-migor/
Dsetup.c246 .clock_source = LCDC_CLK_BUS,
260 .clock_source = LCDC_CLK_PERIPHERAL,
/linux-4.4.14/sound/pci/rme9652/
Dhdsp.c3345 char *clock_source; in snd_hdsp_proc_read() local
3411 clock_source = "AutoSync"; in snd_hdsp_proc_read()
3414 clock_source = "Internal 32 kHz"; in snd_hdsp_proc_read()
3417 clock_source = "Internal 44.1 kHz"; in snd_hdsp_proc_read()
3420 clock_source = "Internal 48 kHz"; in snd_hdsp_proc_read()
3423 clock_source = "Internal 64 kHz"; in snd_hdsp_proc_read()
3426 clock_source = "Internal 88.2 kHz"; in snd_hdsp_proc_read()
3429 clock_source = "Internal 96 kHz"; in snd_hdsp_proc_read()
3432 clock_source = "Internal 128 kHz"; in snd_hdsp_proc_read()
3435 clock_source = "Internal 176.4 kHz"; in snd_hdsp_proc_read()
[all …]
Dhdspm.c6283 info.clock_source = hdspm_clock_source(hdspm); in snd_hdspm_hwdep_ioctl()
/linux-4.4.14/include/sound/
Dvx_core.h186 unsigned int clock_source; /* current clock source (INTERNAL_QUARTZ or UER_SYNC) */ member
/linux-4.4.14/arch/sh/boards/mach-ecovec24/
Dsetup.c1193 lcdc_info.clock_source = LCDC_CLK_EXTERNAL; in arch_setup()
1205 lcdc_info.clock_source = LCDC_CLK_PERIPHERAL; in arch_setup()
/linux-4.4.14/arch/sh/boards/mach-ap325rxa/
Dsetup.c213 .clock_source = LCDC_CLK_EXTERNAL,
/linux-4.4.14/arch/sh/boards/mach-kfr2r09/
Dsetup.c148 .clock_source = LCDC_CLK_BUS,
/linux-4.4.14/arch/sh/boards/mach-se/7724/
Dsetup.c185 .clock_source = LCDC_CLK_EXTERNAL,
/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c366 int clock_source) in sh_mobile_lcdc_setup_clocks() argument
371 switch (clock_source) { in sh_mobile_lcdc_setup_clocks()
2788 error = sh_mobile_lcdc_setup_clocks(priv, pdata->clock_source); in sh_mobile_lcdc_probe()