Lines Matching full:od
109 *[25] | od | |
155 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
156 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)
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,
362 .od = 60,
392 struct regmap_field *open_drain = pc->od; in st_pinconf_set_config()
594 if (pc->od) { in st_pinconf_get_direction()
595 regmap_field_read(pc->od, &od_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()
1151 pc->od = st_pc_get_value(dev, regmap, bank/4, data->od, lsb, msb); in st_parse_syscfgs()