Home
last modified time | relevance | path

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

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