Home
last modified time | relevance | path

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

/drivers/pinctrl/
Dpinctrl-stmfx.c23 #define STMFX_REG_GPIO_DIR STMFX_REG_GPIO_DIR1 /* RW */ macro
129 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_get_direction()
146 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_direction_input()
156 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_direction_output()
711 ret = regmap_bulk_read(pctl->stmfx->map, STMFX_REG_GPIO_DIR, in stmfx_pinctrl_backup_regs()
731 ret = regmap_bulk_write(pctl->stmfx->map, STMFX_REG_GPIO_DIR, in stmfx_pinctrl_restore_regs()