Home
last modified time | relevance | path

Searched refs:MODE_PIN4 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/sh/boards/
Dboard-apsh4ad0a.c76 value &= ~MODE_PIN4; /* 16-bit Area0 bus width */ in apsh4ad0a_mode_pins()
Dboard-apsh4a3a.c151 value |= MODE_PIN4; in apsh4a3a_mode_pins()
Dboard-sh7785lcr.c356 value |= MODE_PIN4; /* Clock Mode 16 */ in sh7785lcr_mode_pins()
/linux-3.4.99/arch/sh/include/asm/
Dprocessor.h146 #define MODE_PIN4 (1 << 4) macro
/linux-3.4.99/arch/sh/kernel/cpu/sh4a/
Dclock-sh7785.c34 multiplier = test_mode_pin(MODE_PIN4) ? 36 : 72; in pll_recalc()