Searched refs:st_pc_get_value (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/pinctrl/ |
| D | pinctrl-st.c | 1119 static struct regmap_field *st_pc_get_value(struct device *dev, in st_pc_get_value() function 1146 pc->alt = st_pc_get_value(dev, regmap, bank, data->alt, 0, 31); in st_parse_syscfgs() 1147 pc->oe = st_pc_get_value(dev, regmap, bank/4, data->oe, lsb, msb); in st_parse_syscfgs() 1148 pc->pu = st_pc_get_value(dev, regmap, bank/4, data->pu, lsb, msb); in st_parse_syscfgs() 1149 pc->od = st_pc_get_value(dev, regmap, bank/4, data->od, lsb, msb); in st_parse_syscfgs()
|