Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-lpass-lpi.c116 if (i == GPIO_FUNC && (val & LPI_GPIO_OE_MASK) && in lpi_gpio_set_mux()
156 is_out = ctl_reg & LPI_GPIO_OE_MASK; in lpi_config_get()
268 u32p_replace_bits(&val, output_enabled, LPI_GPIO_OE_MASK); in lpi_config_set()
353 is_out = ctl_reg & LPI_GPIO_OE_MASK; in lpi_gpio_dbg_show_one()
H A Dpinctrl-lpass-lpi.h27 #define LPI_GPIO_OE_MASK BIT(9) macro