Searched refs:MODE_PIN1 (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/sh/kernel/cpu/sh2a/
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))
H A Dclock-sh7203.c69 if (test_mode_pin(MODE_PIN1))
H A Dclock-sh7264.c138 if (test_mode_pin(MODE_PIN1))
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dclock-sh7619.c65 test_mode_pin(MODE_PIN2 | MODE_PIN1))
67 else if (test_mode_pin(MODE_PIN0) || test_mode_pin(MODE_PIN1))
/linux-master/arch/sh/boards/mach-se/7206/
H A Dsetup.c85 return MODE_PIN1 | MODE_PIN2;
/linux-master/arch/sh/boards/
H A Dboard-apsh4ad0a.c80 value |= MODE_PIN1;
H A Dboard-apsh4a3a.c155 value &= ~MODE_PIN1;
/linux-master/arch/sh/include/asm/
H A Dprocessor.h135 #define MODE_PIN1 (1 << 1) macro
/linux-master/arch/sh/boards/mach-migor/
H A Dsetup.c623 return MODE_PIN0 | MODE_PIN1 | MODE_PIN5;
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c623 return MODE_PIN0 | MODE_PIN1 | MODE_PIN5 | MODE_PIN8;

Completed in 187 milliseconds