Home
last modified time | relevance | path

Searched refs:test_mode_pin (Results 1 – 12 of 12) sorted by relevance

/arch/sh/kernel/cpu/sh2/
Dclock-sh7619.c67 if (test_mode_pin(MODE_PIN2 | MODE_PIN0) || in arch_init_clk_ops()
68 test_mode_pin(MODE_PIN2 | MODE_PIN1)) in arch_init_clk_ops()
70 else if (test_mode_pin(MODE_PIN0) || test_mode_pin(MODE_PIN1)) in arch_init_clk_ops()
/arch/sh/kernel/cpu/sh2a/
Dclock-sh7206.c74 if (test_mode_pin(MODE_PIN2 | MODE_PIN1 | MODE_PIN0)) in arch_init_clk_ops()
76 else if (test_mode_pin(MODE_PIN2 | MODE_PIN1)) in arch_init_clk_ops()
78 else if (test_mode_pin(MODE_PIN1)) in arch_init_clk_ops()
Dclock-sh7203.c72 if (test_mode_pin(MODE_PIN1)) in arch_init_clk_ops()
74 else if (test_mode_pin(MODE_PIN0)) in arch_init_clk_ops()
Dclock-sh7201.c76 if (test_mode_pin(MODE_PIN1 | MODE_PIN0)) in arch_init_clk_ops()
78 else if (test_mode_pin(MODE_PIN1)) in arch_init_clk_ops()
Dclock-sh7264.c133 if (test_mode_pin(MODE_PIN0)) { in arch_clk_init()
134 if (test_mode_pin(MODE_PIN1)) in arch_clk_init()
/arch/sh/boards/
Dboard-urquell.c190 if (test_mode_pin(MODE_PIN9)) in urquell_clk_init()
/arch/sh/include/asm/
Dprocessor.h157 int test_mode_pin(int pin);
/arch/sh/kernel/cpu/sh4a/
Dclock-sh7757.c31 multiplier = test_mode_pin(MODE_PIN0) ? 24 : 16; in pll_recalc()
Dclock-sh7785.c34 multiplier = test_mode_pin(MODE_PIN4) ? 36 : 72; in pll_recalc()
/arch/sh/boards/mach-sdk7786/
Dsetup.c201 if (test_mode_pin(MODE_PIN9)) in sdk7786_clk_init()
/arch/sh/drivers/pci/
Dpcie-sh7786.c478 return test_mode_pin(MODE_PIN12) ? 3 : 2; in sh7786_pcie_core_init()
490 port->endpoint = test_mode_pin(MODE_PIN11); in sh7786_pcie_init_hw()
/arch/sh/kernel/
Dsetup.c321 int test_mode_pin(int pin) in test_mode_pin() function