Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-crystalcove.c61 CTRL_IN, enumerator
100 if (reg_type == CTRL_IN) { in to_reg()
128 int reg = to_reg(gpio, CTRL_IN); in crystalcove_update_irq_ctrl()
159 int ret, reg = to_reg(gpio, CTRL_IN); in crystalcove_gpio_get()
310 regmap_read(cg->regmap, to_reg(gpio, CTRL_IN), &ctli); in crystalcove_gpio_dbg_show()
H A Dgpio-wcove.c75 CTRL_IN, enumerator
105 unsigned int reg = type == CTRL_IN ? GPIO_IN_CTRL_BASE : GPIO_OUT_CTRL_BASE; in to_reg()
140 int reg = to_reg(gpio, CTRL_IN); in wcove_update_irq_ctrl()
191 int ret, reg = to_reg(gpio, CTRL_IN); in wcove_gpio_get()
379 ret += regmap_read(wg->regmap, to_reg(gpio, CTRL_IN), &ctli); in wcove_gpio_dbg_show()