Searched refs:MODE_PIN2 (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sh/boards/mach-se/
H A Dboard-se7619.c17 return MODE_PIN2 | MODE_PIN0;
/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))
/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))
/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.c81 value &= ~MODE_PIN2;
H A Dboard-apsh4a3a.c156 value &= ~MODE_PIN2;
/linux-master/arch/sh/include/asm/
H A Dprocessor.h136 #define MODE_PIN2 (1 << 2) macro

Completed in 138 milliseconds