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