Lines Matching +full:oe +full:- +full:gpios
12 * SPDX-License-Identifier: GPL-2.0+
17 #include <asm/mach-types.h>
27 /* Multi-Purpose Pins Functionality configuration */ in board_early_init_f()
84 * There are maximum 64 gpios controlled through 2 sets of registers in board_early_init_f()
99 gd->bd->bi_arch_number = MACH_TYPE_GOFLEXHOME; in board_init()
102 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
150 u32 oe; in set_leds() local
154 oe = readl(&r->oe) | BOTH_LEDS; in set_leds()
155 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
156 bl = readl(&r->blink_en) & ~BOTH_LEDS; in set_leds()
157 writel(bl | blinking, &r->blink_en); in set_leds()