Searched refs:MODE_PIN0 (Results 1 - 13 of 13) 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) ||
67 else if (test_mode_pin(MODE_PIN0) || test_mode_pin(MODE_PIN1))
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7201.c73 if (test_mode_pin(MODE_PIN1 | MODE_PIN0))
H A Dclock-sh7203.c71 else if (test_mode_pin(MODE_PIN0))
H A Dclock-sh7206.c71 if (test_mode_pin(MODE_PIN2 | MODE_PIN1 | MODE_PIN0))
H A Dclock-sh7264.c137 if (test_mode_pin(MODE_PIN0)) {
/linux-master/arch/sh/boards/
H A Dboard-apsh4ad0a.c79 value |= MODE_PIN0; /* Clock Mode 3 */
H A Dboard-apsh4a3a.c154 value &= ~MODE_PIN0; /* Clock Mode 16 */
H A Dboard-sh7757lcr.c592 value |= MODE_PIN0; /* Clock Mode: 1 */
/linux-master/arch/sh/include/asm/
H A Dprocessor.h134 #define MODE_PIN0 (1 << 0) macro
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7757.c28 multiplier = test_mode_pin(MODE_PIN0) ? 24 : 16;
/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 174 milliseconds