Lines Matching refs:tmp
330 unsigned long tmp; in store_received_ref_clk3a() local
334 sscanf(buf, "%lX", &tmp); in store_received_ref_clk3a()
335 dev_dbg(d, ": tmp = 0x%lX\n", tmp); in store_received_ref_clk3a()
337 val = (unsigned char)tmp; in store_received_ref_clk3a()
352 unsigned long tmp; in store_received_ref_clk3b() local
356 sscanf(buf, "%lX", &tmp); in store_received_ref_clk3b()
357 dev_dbg(d, ": tmp = 0x%lX\n", tmp); in store_received_ref_clk3b()
359 val = (unsigned char)tmp; in store_received_ref_clk3b()
374 unsigned long tmp; in store_enable_clk3b_output() local
378 sscanf(buf, "%lX", &tmp); in store_enable_clk3b_output()
379 dev_dbg(d, ": tmp = 0x%lX\n", tmp); in store_enable_clk3b_output()
381 val = (unsigned char)tmp; in store_enable_clk3b_output()
396 unsigned long tmp; in store_enable_clk3a_output() local
399 sscanf(buf, "%lX", &tmp); in store_enable_clk3a_output()
400 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_enable_clk3a_output()
402 val = (unsigned char)tmp; in store_enable_clk3a_output()
417 unsigned long tmp; in store_enable_clkb1_output() local
420 sscanf(buf, "%lX", &tmp); in store_enable_clkb1_output()
421 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_enable_clkb1_output()
423 val = (unsigned char)tmp; in store_enable_clkb1_output()
439 unsigned long tmp; in store_enable_clka1_output() local
442 sscanf(buf, "%lX", &tmp); in store_enable_clka1_output()
443 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_enable_clka1_output()
445 val = (unsigned char)tmp; in store_enable_clka1_output()
460 unsigned long tmp; in store_enable_clkb0_output() local
463 sscanf(buf, "%lX", &tmp); in store_enable_clkb0_output()
464 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_enable_clkb0_output()
466 val = (unsigned char)tmp; in store_enable_clkb0_output()
481 unsigned long tmp; in store_enable_clka0_output() local
484 sscanf(buf, "%lX", &tmp); in store_enable_clka0_output()
485 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_enable_clka0_output()
487 val = (unsigned char)tmp; in store_enable_clka0_output()
502 unsigned long tmp; in store_select_amcb2_transmit_clock() local
505 sscanf(buf, "%lX", &tmp); in store_select_amcb2_transmit_clock()
506 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_select_amcb2_transmit_clock()
508 val = (unsigned char)tmp; in store_select_amcb2_transmit_clock()
543 unsigned long tmp; in store_select_amcb1_transmit_clock() local
547 sscanf(buf, "%lX", &tmp); in store_select_amcb1_transmit_clock()
548 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_select_amcb1_transmit_clock()
550 val = (unsigned char)tmp; in store_select_amcb1_transmit_clock()
584 unsigned long tmp; in store_select_redundant_clock() local
588 sscanf(buf, "%lX", &tmp); in store_select_redundant_clock()
589 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_select_redundant_clock()
591 val = (unsigned char)tmp; in store_select_redundant_clock()
605 unsigned long tmp; in store_select_ref_frequency() local
609 sscanf(buf, "%lX", &tmp); in store_select_ref_frequency()
610 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_select_ref_frequency()
612 val = (unsigned char)tmp; in store_select_ref_frequency()
626 unsigned long tmp; in store_filter_select() local
630 sscanf(buf, "%lX", &tmp); in store_filter_select()
631 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_filter_select()
633 val = (unsigned char)tmp; in store_filter_select()
646 unsigned long tmp; in store_hardware_switching_mode() local
650 sscanf(buf, "%lX", &tmp); in store_hardware_switching_mode()
651 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_hardware_switching_mode()
653 val = (unsigned char)tmp; in store_hardware_switching_mode()
667 unsigned long tmp; in store_hardware_switching() local
671 sscanf(buf, "%lX", &tmp); in store_hardware_switching()
672 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_hardware_switching()
674 val = (unsigned char)tmp; in store_hardware_switching()
688 unsigned long tmp; in store_refalign() local
691 sscanf(buf, "%lX", &tmp); in store_refalign()
692 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_refalign()
707 unsigned long tmp; in store_mode_select() local
711 sscanf(buf, "%lX", &tmp); in store_mode_select()
712 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_mode_select()
714 val = (unsigned char)tmp; in store_mode_select()
727 unsigned long tmp; in store_reset() local
731 sscanf(buf, "%lX", &tmp); in store_reset()
732 dev_dbg(d, "tmp = 0x%lX\n", tmp); in store_reset()
734 val = (unsigned char)tmp; in store_reset()