Lines Matching refs:clock

57  *	Bit 0	  = 0x001 = Use master clock for this S/T interface
62 * example: 0x0001,0x0000,0x0000,0x0000 one HFC-4S with master clock
74 * Bit 9 = 0x0200 = Force get clock from interface, even in NT mode.
75 * or Bit 10 = 0x0400 = Force put clock to interface, even in TE mode.
76 * Bit 11 = 0x0800 = Use direct RX clock for PCM sync rather than PLL.
127 * Give the value of the clock control register (A_ST_CLK_DLY)
133 * Give the value of the clock control register (A_ST_CLK_DLY)
137 * clock:
138 * NOTE: only one clock value must be given once
139 * Selects interface with clock source for mISDN and applications.
141 * By default, the first card is used as clock source.
211 static int clock;
228 module_param(clock, int, S_IRUGO | S_IWUSR);
573 /* slow down a PCI read access by 1 PCI clock cycle */
984 /* Use the crystal clock for the PCM
1242 hc->hw.r_pcm_md0 = V_F0_LEN; /* shift clock for DSP */
1246 hc->hw.r_pcm_md0 = V_F0_LEN; /* shift clock for DSP */
1337 /* set clock speed */
1341 "%s: setting double clock\n", __func__);
1397 "(ignoring missing PCM clock)\n");
1402 printk(KERN_ERR "HFC_multi ERROR, no clock "
1408 /* retry with master clock */
1526 /* set master clock */
1529 printk(KERN_DEBUG "%s: setting ST master clock "
2487 "in clock sync\n",
2502 "lost clock sync\n",
2523 "clock & frame sync\n",
3909 /* SLAVE (clock master) */
3912 "%s: E1 port is clock master "
3913 "(clock from PCM)\n", __func__);
3917 /* MASTER (clock slave) */
3920 "%s: E1 port is clock slave "
3921 "(clock to PCM)\n", __func__);
3924 /* MASTER (clock master) */
3927 "clock master "
3928 "(clock from QUARTZ)\n",
3975 /* clock delay */
3984 /* clock delay */
4335 "HFC-multi: card manufacturer: '%s' card name: '%s' clock: %s\n",
4621 /* unregister clock source */
4795 /* set forced clock */
4798 printk(KERN_DEBUG "%s: PORT force getting clock from "
4805 printk(KERN_DEBUG "%s: PORT force putting clock to "
4894 /* set master clock */
4898 "%s: PROTOCOL set master clock: "
4902 printk(KERN_ERR "Error: Master clock "
4910 printk(KERN_ERR "Error: Master clock "
5172 /* use as clock source */
5173 if (clock == HFC_cnt + 1)
5462 if (!clock)
5463 clock = 1;