Searched refs:gpio_pins (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-pch.c | 52 static int gpio_pins[] = { variable 145 pm &= BIT(gpio_pins[chip->ioh]) - 1; in pch_gpio_direction_output() 162 pm &= BIT(gpio_pins[chip->ioh]) - 1; in pch_gpio_direction_input() 223 gpio->ngpio = gpio_pins[chip->ioh]; in pch_gpio_setup() 315 reg_val &= BIT(gpio_pins[chip->ioh]) - 1; in pch_gpio_handler() 317 for_each_set_bit(i, ®_val, gpio_pins[chip->ioh]) in pch_gpio_handler() 384 gpio_pins[chip->ioh], NUMA_NO_NODE); in pch_gpio_probe() 393 iowrite32(BIT(gpio_pins[chip->ioh]) - 1, &chip->reg->imask); in pch_gpio_probe() 394 iowrite32(BIT(gpio_pins[chip->ioh]) - 1, &chip->reg->ien); in pch_gpio_probe() 401 return pch_gpio_alloc_generic_chip(chip, irq_base, gpio_pins[chip->ioh]); in pch_gpio_probe()
|
/openbmc/u-boot/board/davinci/da8xxevm/ |
H A D | da850evm.c | 253 static const struct pinmux_config gpio_pins[] = { variable 288 PINMUX_ITEM(gpio_pins), 449 const struct pinmux_config gpio_pins[] = { in rmii_hw_init() local 457 if (davinci_configure_pin_mux(gpio_pins, ARRAY_SIZE(gpio_pins)) != 0) in rmii_hw_init()
|
/openbmc/u-boot/board/davinci/ea20/ |
H A D | ea20.c | 127 const struct pinmux_config gpio_pins[] = { variable 188 if (davinci_configure_pin_mux(gpio_pins, ARRAY_SIZE(gpio_pins)) != 0) in board_early_init_f()
|
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | ipam390.c | 101 static const struct pinmux_config gpio_pins[] = { variable 123 PINMUX_ITEM(gpio_pins),
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | rv770_dpm.c | 1251 u32 gpio_pins, gpio_mask; in rv770_construct_vddc_table() local 1257 &gpio_pins, &gpio_mask); in rv770_construct_vddc_table() 1258 pi->vddc_table[i].low_smio = gpio_pins & gpio_mask; in rv770_construct_vddc_table() 1287 u32 gpio_pins, gpio_mask; in rv770_get_mvdd_pin_configuration() local 1291 &gpio_pins, &gpio_mask); in rv770_get_mvdd_pin_configuration() 1294 gpio_pins & gpio_mask; in rv770_get_mvdd_pin_configuration() 1298 &gpio_pins, &gpio_mask); in rv770_get_mvdd_pin_configuration() 1300 gpio_pins & gpio_mask; in rv770_get_mvdd_pin_configuration()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-loongson2.c | 83 static const unsigned int gpio_pins[] = {0, 1, 2, 3, 4, 5, 6, 7, variable
|