Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/
H A Dboard-apsh4ad0a.c83 value &= ~MODE_PIN4; /* 16-bit Area0 bus width */ in apsh4ad0a_mode_pins()
H A Dboard-apsh4a3a.c158 value |= MODE_PIN4; in apsh4a3a_mode_pins()
H A Dboard-sh7785lcr.c363 value |= MODE_PIN4; /* Clock Mode 16 */ in sh7785lcr_mode_pins()
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor.h138 #define MODE_PIN4 (1 << 4) macro
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7785.c31 multiplier = test_mode_pin(MODE_PIN4) ? 36 : 72; in pll_recalc()