Lines Matching defs:value
243 * zynqmp_pinconf_cfg_get() - get config value for the pin
248 * Get value of the requested configuration parameter for the
356 unsigned int value;
385 value = PM_PINCTRL_DRIVE_STRENGTH_2MA;
388 value = PM_PINCTRL_DRIVE_STRENGTH_4MA;
391 value = PM_PINCTRL_DRIVE_STRENGTH_8MA;
394 value = PM_PINCTRL_DRIVE_STRENGTH_12MA;
405 ret = zynqmp_pm_pinctrl_set_config(pin, param, value);
409 ret = zynqmp_pm_pinctrl_get_config(pin, param, &value);
411 if (arg != value)
447 "failed to set: pin %u param %u value %u\n",
612 * accommodate the return value in SMC buffers, hence ignoring
613 * the return value for this specific qid.