Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-twl6040.c51 u8 gpoctl; in twl6040gpo_set() local
58 gpoctl = ret | BIT(offset); in twl6040gpo_set()
60 gpoctl = ret & ~BIT(offset); in twl6040gpo_set()
62 twl6040_reg_write(twl6040, TWL6040_REG_GPOCTL, gpoctl); in twl6040gpo_set()