Searched refs:st_pc_get_value (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-st.c | 1184 static struct regmap_field *st_pc_get_value(struct device *dev, in st_pc_get_value() function 1211 pc->alt = st_pc_get_value(dev, regmap, bank, data->alt, 0, 31); in st_parse_syscfgs() 1212 pc->oe = st_pc_get_value(dev, regmap, bank/4, data->oe, lsb, msb); in st_parse_syscfgs() 1213 pc->pu = st_pc_get_value(dev, regmap, bank/4, data->pu, lsb, msb); in st_parse_syscfgs() 1214 pc->od = st_pc_get_value(dev, regmap, bank/4, data->od, lsb, msb); in st_parse_syscfgs()
|