Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-twl6040.c60 u8 gpoctl; in twl6040gpo_set() local
67 gpoctl = ret | (1 << offset); in twl6040gpo_set()
69 gpoctl = ret & ~(1 << offset); in twl6040gpo_set()
71 twl6040_reg_write(twl6040, TWL6040_REG_GPOCTL, gpoctl); in twl6040gpo_set()