File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -297,12 +297,6 @@ static int cxadc_char_open(struct inode *inode, struct file *file)
297
297
/* control gain also bit 16 */
298
298
cx_write (MO_AGC_GAIN_ADJ4 , (1 <<23 )|(0 <<22 )|(0 <<21 )|(level <<16 )|(0xff <<8 )|(0x0 <<0 ));
299
299
300
- /* set higher clock rate */
301
- if (tenxfsc )
302
- cx_write (MO_SCONV_REG , 131072 * 4 /5 ); /* set SRC to 1.25x/10fsc */
303
- else
304
- cx_write (MO_SCONV_REG , 131072 ); /* set SRC to 8xfsc */
305
-
306
300
if (tenxfsc ) {
307
301
cx_write (MO_SCONV_REG , 131072 * 4 /5 ); /* set SRC to 1.25x/10fsc */
308
302
cx_write (MO_PLL_REG , 0x01400000 ); /* set PLL to 1.25x/10fsc */
@@ -632,8 +626,6 @@ static int cxadc_probe(struct pci_dev *pci_dev,
632
626
}
633
627
cx_info ("char dev register ok\n" );
634
628
635
- cx_write (MO_PLL_REG , 0x01000000 ); /* set PLL to 8xfsc */
636
-
637
629
if (tenxfsc ) {
638
630
cx_write (MO_SCONV_REG , 131072 * 4 /5 ); /* set SRC to 1.25x/10fsc */
639
631
cx_write (MO_PLL_REG , 0x01400000 ); /* set PLL to 1.25x/10fsc */
You can’t perform that action at this time.
0 commit comments