Lines Matching full:pu
107 *[26] | pu | [Direction ]
148 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
149 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU)
233 struct regmap_field *alt, *oe, *pu, *od; member
248 const int alt, oe, pu, od, rt; member
350 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
361 .pu = -1, /* Not Available */
391 struct regmap_field *pull_up = pc->pu; in st_pinconf_set_config()
588 if (pc->pu) { in st_pinconf_get_direction()
589 regmap_field_read(pc->pu, &pu_value); in st_pinconf_get_direction()
919 * Output Enable (OE), Open Drain(OD), and Pull Up (PU) in st_pmx_set_gpio_direction()
1013 seq_printf(s, "[OE:%d,PU:%ld,OD:%ld]\t%s\n" in st_pinconf_dbg_show()
1138 * For a given shared register like OE/PU/OD, there are 8 bits per bank in st_parse_syscfgs()
1150 pc->pu = st_pc_get_value(dev, regmap, bank/4, data->pu, lsb, msb); in st_parse_syscfgs()