Lines Matching +full:on +full:- +full:chip +full:- +full:buff +full:- +full:size
1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Based on original Kirkwood support which is
8 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
41 * Board-specific values for Orion5x MPP low level init:
42 * - MPPs 12 to 15 are SATA LEDs (mode 5)
43 * - Others are GPIO/unused (mode 3 for MPP0, mode 5 for
52 * Board-specific values for Orion5x GPIO low level init:
53 * - GPIO3 is input (RTC interrupt)
54 * - GPIO16 is Power LED control (0 = on, 1 = off)
55 * - GPIO17 is Power LED source select (0 = CPLD, 1 = GPIO16)
56 * - GPIO18 is Power Button status (0 = Released, 1 = Pressed)
57 * - GPIO19 is SATA disk power toggle (toggles on 0-to-1)
58 * - GPIO22 is SATA disk power status ()
59 * - GPIO23 is supply status for SATA disk ()
60 * - GPIO24 is supply control for board (write 1 to power off)
63 * Default is LED ON, board ON :)
75 #define CONFIG_SYS_NS16550_REG_SIZE (-4)
93 #define CONFIG_SYS_MAX_FLASH_SECT 11 /* max num of sects on one chip */
107 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buff Size */
132 /* ED Mini V has an IDE-compatible SATA connector for port 1 */
134 /* Needs byte-swapping for ATA data register */
140 /* Each 8-bit ATA register is aligned to a 4-bytes address */
142 /* Controller supports 48-bits LBA addressing */
149 /* ATA bus 0 is orion5x port 1 on ED Mini V2 */
180 * Size of malloc() pool
201 (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)