Lines Matching +full:gpio +full:- +full:mpp
1 // SPDX-License-Identifier: GPL-2.0-only
3 * arch/arm/mach-dove/mpp.c
5 * MPP functions for Marvell Dove SoCs
9 #include <linux/gpio.h>
11 #include <plat/mpp.h>
12 #include <plat/orion-gpio.h>
14 #include "mpp.h"
21 /* Map a group to a range of GPIO pins in that group */
45 /* Enable gpio for a range of pins. mode should be a combination of
55 /* Dump all the extra MPP registers. The platform code will dump the
56 registers for pins 0-23. */
117 /* Configure the group registers, enabling GPIO if sel indicates the
118 pin is to be used for GPIO */
129 pr_err("dove: invalid MPP GRP number (%u)\n", num); in dove_mpp_conf_grp()
143 /* Configure the various MPP pins on Dove */
151 /* Use platform code for pins 0-23 */ in dove_mpp_conf()