Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-twl6040.c52 u8 gpoctl; in twl6040gpo_set() local
59 gpoctl = ret | BIT(offset); in twl6040gpo_set()
61 gpoctl = ret & ~BIT(offset); in twl6040gpo_set()
63 twl6040_reg_write(twl6040, TWL6040_REG_GPOCTL, gpoctl); in twl6040gpo_set()