Lines Matching refs:alt
234 struct regmap_field *alt, *oe, *pu, *od; member
249 const int alt, oe, pu, od, rt; member
354 .alt = 0, .oe = 5, .pu = 7, .od = 9, .rt = 16,
359 .alt = 0, .oe = 8, .pu = 10, .od = 12, .rt = 16,
364 .alt = 0, .oe = 6, .pu = 8, .od = 10, .rt = 38,
369 .alt = 0, .oe = 3, .pu = 4, .od = 5, .rt = 6,
374 .alt = 0, .oe = 5, .pu = 7, .od = 9, .rt = 11,
387 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
396 .alt = 0,
461 struct regmap_field *alt = pc->alt; in st_pctl_set_function() local
466 if (!alt) in st_pctl_set_function()
469 regmap_field_read(alt, &val); in st_pctl_set_function()
472 regmap_field_write(alt, val); in st_pctl_set_function()
477 struct regmap_field *alt = pc->alt; in st_pctl_get_pin_function() local
481 if (!alt) in st_pctl_get_pin_function()
484 regmap_field_read(alt, &val); in st_pctl_get_pin_function()
1201 pc->alt = st_pc_get_value(dev, regmap, bank, data->alt, 0, 31); in st_parse_syscfgs()