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
1408 opd->pd_bit | opd->pu_bit, in ocelot_hw_set_value()
1414 opd->schmitt_bit, in ocelot_hw_set_value()
1421 opd->drive_bits, in ocelot_hw_set_value()
1509 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_pinconf_set() local
1523 opd->pu_bit : opd->pd_bit; in ocelot_pinconf_set()
1532 if (!opd->schmitt_bit) in ocelot_pinconf_set()
1535 arg = arg ? opd->schmitt_bit : 0; in ocelot_pinconf_set()