Lines Matching refs:opd
1341 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_get_value() local
1353 *val = regcfg & (opd->pd_bit | opd->pu_bit); in ocelot_hw_get_value()
1357 *val = regcfg & opd->schmitt_bit; in ocelot_hw_get_value()
1361 *val = regcfg & opd->drive_bits; in ocelot_hw_get_value()
1402 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_set_value() local
1407 opd->pd_bit | opd->pu_bit, in ocelot_hw_set_value()
1413 opd->schmitt_bit, in ocelot_hw_set_value()
1420 opd->drive_bits, in ocelot_hw_set_value()
1508 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_pinconf_set() local
1522 opd->pu_bit : opd->pd_bit; in ocelot_pinconf_set()
1531 if (!opd->schmitt_bit) in ocelot_pinconf_set()
1534 arg = arg ? opd->schmitt_bit : 0; in ocelot_pinconf_set()