Symbol: test_mode_pin
arch/sh/boards/board-urquell.c
187
if (test_mode_pin(MODE_PIN9))
arch/sh/boards/mach-sdk7786/setup.c
198
if (test_mode_pin(MODE_PIN9))
arch/sh/drivers/pci/pcie-sh7786.c
496
return test_mode_pin(MODE_PIN12) ? 3 : 2;
arch/sh/drivers/pci/pcie-sh7786.c
508
port->endpoint = test_mode_pin(MODE_PIN11);
arch/sh/include/asm/processor.h
152
int test_mode_pin(int pin);
arch/sh/kernel/cpu/sh2/clock-sh7619.c
64
if (test_mode_pin(MODE_PIN2 | MODE_PIN0) ||
arch/sh/kernel/cpu/sh2/clock-sh7619.c
65
test_mode_pin(MODE_PIN2 | MODE_PIN1))
arch/sh/kernel/cpu/sh2/clock-sh7619.c
67
else if (test_mode_pin(MODE_PIN0) || test_mode_pin(MODE_PIN1))
arch/sh/kernel/cpu/sh2a/clock-sh7201.c
73
if (test_mode_pin(MODE_PIN1 | MODE_PIN0))
arch/sh/kernel/cpu/sh2a/clock-sh7201.c
75
else if (test_mode_pin(MODE_PIN1))
arch/sh/kernel/cpu/sh2a/clock-sh7203.c
69
if (test_mode_pin(MODE_PIN1))
arch/sh/kernel/cpu/sh2a/clock-sh7203.c
71
else if (test_mode_pin(MODE_PIN0))
arch/sh/kernel/cpu/sh2a/clock-sh7206.c
71
if (test_mode_pin(MODE_PIN2 | MODE_PIN1 | MODE_PIN0))
arch/sh/kernel/cpu/sh2a/clock-sh7206.c
73
else if (test_mode_pin(MODE_PIN2 | MODE_PIN1))
arch/sh/kernel/cpu/sh2a/clock-sh7206.c
75
else if (test_mode_pin(MODE_PIN1))
arch/sh/kernel/cpu/sh2a/clock-sh7264.c
137
if (test_mode_pin(MODE_PIN0)) {
arch/sh/kernel/cpu/sh2a/clock-sh7264.c
138
if (test_mode_pin(MODE_PIN1))
arch/sh/kernel/cpu/sh4a/clock-sh7757.c
28
multiplier = test_mode_pin(MODE_PIN0) ? 24 : 16;
arch/sh/kernel/cpu/sh4a/clock-sh7785.c
31
multiplier = test_mode_pin(MODE_PIN4) ? 36 : 72;