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