Lines Matching +full:addr +full:- +full:gpios
1 /* SPDX-License-Identifier: GPL-2.0-only */
12 #define GPIO_REGMAP_ADDR_ZERO ((unsigned int)(-1))
13 #define GPIO_REGMAP_ADDR(addr) ((addr) ? : GPIO_REGMAP_ADDR_ZERO) argument
16 * struct gpio_regmap_config - Description of a generic regmap gpio_chip.
24 * @ngpio: Number of GPIOs
25 * @names: (Optional) Array of names for gpios
33 * @ngpio_per_reg: Number of GPIOs per register
35 * interrupt-capable
41 * not used by gpio-remap but is provided "as is" to the
44 * The ->reg_mask_xlate translates a given base address and GPIO offset to
50 * 1. if you only have @reg_dat_base set, then it is input-only
51 * 2. if you only have @reg_set_base set, then it is output-only
56 * also valid for the output-only case.