Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/mfd/
Dwm8998-tables.c1346 case ARIZONA_GPIO1_CTRL: in wm8998_readable_register()
Dwm8997-tables.c1312 case ARIZONA_GPIO1_CTRL: in wm8997_readable_register()
Dwm5102-tables.c1637 case ARIZONA_GPIO1_CTRL: in wm5102_readable_register()
Darizona-core.c1259 regmap_write(arizona->regmap, ARIZONA_GPIO1_CTRL + i, in arizona_dev_init()
Dwm5110-tables.c2705 case ARIZONA_GPIO1_CTRL: in wm5110_readable_register()
/linux-4.4.14/include/linux/mfd/arizona/
Dregisters.h879 #define ARIZONA_GPIO1_CTRL 0xC00 macro