Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-lpass-lpi.h22 #define LPI_SLEW_RATE_MASK GENMASK(1, 0) macro
H A Dpinctrl-lpass-lpi.c242 sval &= ~(LPI_SLEW_RATE_MASK << slew_offset); in lpi_config_set()