Lines Matching +full:multi +full:- +full:bit
1 // SPDX-License-Identifier: GPL-2.0+
8 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
14 #include <asm/mach-types.h>
31 /* Multi-Purpose Pins Functionality configuration */ in board_early_init_f()
40 MPP7_GPO, /* Fan speed (bit 1) */ in board_early_init_f()
53 MPP22_GPIO, /* Fan speed (bit 0) */ in board_early_init_f()
57 MPP26_GPIO, /* USB vbus-in detection */ in board_early_init_f()
58 MPP28_GPIO, /* USB enable vbus-out */ in board_early_init_f()
63 MPP33_GPIO, /* Fan speed (bit 2) */ in board_early_init_f()
74 gd->bd->bi_arch_number = CONFIG_MACH_TYPE; in board_init()
77 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()