Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/qcom/
Dpinctrl-lpass-lpi.h22 #define LPI_GPIO_OE_MASK BIT(9) macro
Dpinctrl-lpass-lpi.c122 is_out = ctl_reg & LPI_GPIO_OE_MASK; in lpi_config_get()
224 u32p_replace_bits(&val, output_enabled, LPI_GPIO_OE_MASK); in lpi_config_set()
313 is_out = ctl_reg & LPI_GPIO_OE_MASK; in lpi_gpio_dbg_show_one()