Searched refs:test_mode_pin (Results 1 - 12 of 12) sorted by last modified time

/linux-master/arch/sh/kernel/
H A Dsetup.c349 int test_mode_pin(int pin) function
/linux-master/arch/sh/include/asm/
H A Dprocessor.h152 int test_mode_pin(int pin);
/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c496 return test_mode_pin(MODE_PIN12) ? 3 : 2;
508 port->endpoint = test_mode_pin(MODE_PIN11);
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsetup.c198 if (test_mode_pin(MODE_PIN9))
/linux-master/arch/sh/boards/
H A Dboard-urquell.c187 if (test_mode_pin(MODE_PIN9))
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7785.c31 multiplier = test_mode_pin(MODE_PIN4) ? 36 : 72;
H A Dclock-sh7757.c28 multiplier = test_mode_pin(MODE_PIN0) ? 24 : 16;
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7264.c137 if (test_mode_pin(MODE_PIN0)) {
138 if (test_mode_pin(MODE_PIN1))
H A Dclock-sh7203.c69 if (test_mode_pin(MODE_PIN1))
71 else if (test_mode_pin(MODE_PIN0))
H A Dclock-sh7206.c71 if (test_mode_pin(MODE_PIN2 | MODE_PIN1 | MODE_PIN0))
73 else if (test_mode_pin(MODE_PIN2 | MODE_PIN1))
75 else if (test_mode_pin(MODE_PIN1))
H A Dclock-sh7201.c73 if (test_mode_pin(MODE_PIN1 | MODE_PIN0))
75 else if (test_mode_pin(MODE_PIN1))
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dclock-sh7619.c64 if (test_mode_pin(MODE_PIN2 | MODE_PIN0) ||
65 test_mode_pin(MODE_PIN2 | MODE_PIN1))
67 else if (test_mode_pin(MODE_PIN0) || test_mode_pin(MODE_PIN1))

Completed in 180 milliseconds