Lines Matching +full:pin +full:- +full:switches
1 // SPDX-License-Identifier: GPL-2.0
3 * ALPHAPROJECT AP-SH4A-3A Support.
54 .end = 0x01000000 - 1,
60 .name = "physmap-flash",
76 .name = "smsc911x-memory",
78 .end = 0xA4000000 + SZ_256 - 1,
82 .name = "smsc911x-irq",
98 .id = -1,
137 printk(KERN_INFO "Alpha Project AP-SH4A-3A support:\n"); in apsh4a3a_setup()
145 /* Return the board specific boot mode pin configuration */
151 * If you change these dip switches then you will need to in apsh4a3a_mode_pins()
159 value &= ~MODE_PIN5; /* 16-bit Area0 bus width */ in apsh4a3a_mode_pins()
167 value &= ~MODE_PIN13; /* 29-bit address mode */ in apsh4a3a_mode_pins()
168 value |= MODE_PIN14; /* No PLL step-up */ in apsh4a3a_mode_pins()
177 .mv_name = "AP-SH4A-3A",