Home
last modified time | relevance | path

Searched refs:ARIZONA_GPIO1_CTRL (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpio/
Dgpio-arizona.c41 return regmap_update_bits(arizona->regmap, ARIZONA_GPIO1_CTRL + offset, in arizona_gpio_direction_in()
52 ret = regmap_read(arizona->regmap, ARIZONA_GPIO1_CTRL + offset, &val); in arizona_gpio_get()
71 return regmap_update_bits(arizona->regmap, ARIZONA_GPIO1_CTRL + offset, in arizona_gpio_direction_out()
83 regmap_update_bits(arizona->regmap, ARIZONA_GPIO1_CTRL + offset, in arizona_gpio_set()
/linux-4.1.27/drivers/mfd/
Dwm8997-tables.c1316 case ARIZONA_GPIO1_CTRL: in wm8997_readable_register()
Dwm5102-tables.c1671 case ARIZONA_GPIO1_CTRL: in wm5102_readable_register()
Darizona-core.c911 regmap_write(arizona->regmap, ARIZONA_GPIO1_CTRL + i, in arizona_dev_init()
Dwm5110-tables.c2519 case ARIZONA_GPIO1_CTRL: in wm5110_readable_register()
/linux-4.1.27/include/linux/mfd/arizona/
Dregisters.h864 #define ARIZONA_GPIO1_CTRL 0xC00 macro