Lines Matching defs:clock
43 * Bit 0 = 0x001 = Use master clock for this S/T interface
48 * example: 0x0001,0x0000,0x0000,0x0000 one HFC-4S with master clock
60 * Bit 9 = 0x0200 = Force get clock from interface, even in NT mode.
61 * or Bit 10 = 0x0400 = Force put clock to interface, even in TE mode.
62 * Bit 11 = 0x0800 = Use direct RX clock for PCM sync rather than PLL.
125 * Give the value of the clock control register (A_ST_CLK_DLY)
131 * Give the value of the clock control register (A_ST_CLK_DLY)
135 * clock:
136 * NOTE: only one clock value must be given once
137 * Selects interface with clock source for mISDN and applications.
139 * By default, the first card is used as clock source.
211 static int clock;
228 module_param(clock, int, S_IRUGO | S_IWUSR);
574 /* slow down a PCI read access by 1 PCI clock cycle */
954 /* Use the crystal clock for the PCM
1212 hc->hw.r_pcm_md0 = V_F0_LEN; /* shift clock for DSP */
1216 hc->hw.r_pcm_md0 = V_F0_LEN; /* shift clock for DSP */
1307 /* set clock speed */
1311 "%s: setting double clock\n", __func__);
1367 "(ignoring missing PCM clock)\n");
1372 printk(KERN_ERR "HFC_multi ERROR, no clock "
1378 /* retry with master clock */
1496 /* set master clock */
1499 printk(KERN_DEBUG "%s: setting ST master clock "
2469 "in clock sync\n",
2484 "lost clock sync\n",
2505 "clock & frame sync\n",
3901 /* SLAVE (clock master) */
3904 "%s: E1 port is clock master "
3905 "(clock from PCM)\n", __func__);
3909 /* MASTER (clock slave) */
3912 "%s: E1 port is clock slave "
3913 "(clock to PCM)\n", __func__);
3916 /* MASTER (clock master) */
3919 "clock master "
3920 "(clock from QUARTZ)\n",
3964 /* clock delay */
3973 /* clock delay */
4321 "HFC-multi: card manufacturer: '%s' card name: '%s' clock: %s\n",
4611 /* unregister clock source */
4733 /* set forced clock */
4736 printk(KERN_DEBUG "%s: PORT force getting clock from "
4743 printk(KERN_DEBUG "%s: PORT force putting clock to "
4897 /* set master clock */
4901 "%s: PROTOCOL set master clock: "
4905 printk(KERN_ERR "Error: Master clock "
4913 printk(KERN_ERR "Error: Master clock "
5206 /* use as clock source */
5207 if (clock == HFC_cnt + 1)
5493 if (!clock)
5494 clock = 1;