Lines Matching full:pu
102 *[26] | pu | [Direction ]
143 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
144 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU)
228 struct regmap_field *alt, *oe, *pu, *od; member
243 const int alt, oe, pu, od, rt; member
345 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
356 .pu = -1, /* Not Available */
386 struct regmap_field *pull_up = pc->pu; in st_pinconf_set_config()
583 if (pc->pu) { in st_pinconf_get_direction()
584 regmap_field_read(pc->pu, &pu_value); in st_pinconf_get_direction()
922 * Output Enable (OE), Open Drain(OD), and Pull Up (PU) in st_pmx_set_gpio_direction()
1016 seq_printf(s, "[OE:%d,PU:%ld,OD:%ld]\t%s\n" in st_pinconf_dbg_show()
1141 * For a given shared register like OE/PU/OD, there are 8 bits per bank in st_parse_syscfgs()
1153 pc->pu = st_pc_get_value(dev, regmap, bank/4, data->pu, lsb, msb); in st_parse_syscfgs()