Searched refs:posp (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dbootflow.h492 * @posp: Ignored when setting an argument; when getting an argument, returns
506 const char *set_arg, const char *new_val, int *posp);
532 * @posp: Returns position of argument (after any leading quote) if present
536 int cmdline_get_arg(const char *cmdline, const char *arg, int *posp);
/u-boot/drivers/gpio/
H A Dsh_pfc.c115 unsigned long *posp)
123 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width);
126 *posp = crp->reg_width;
128 *posp -= abs(crp->var_field_width[k]);
106 config_reg_helper(struct pinmux_info *gpioc, struct pinmux_cfg_reg *crp, unsigned long in_pos, void **mapped_regp, unsigned long *maskp, unsigned long *posp) argument
/u-boot/boot/
H A Dbootflow.c717 const char *set_arg, const char *new_val, int *posp)
804 *posp = val - cmdline + has_quote;
894 int cmdline_get_arg(const char *cmdline, const char *arg, int *posp) argument
898 ret = cmdline_set_arg(NULL, 1, cmdline, arg, NULL, posp);
716 cmdline_set_arg(char *buf, int maxlen, const char *cmdline, const char *set_arg, const char *new_val, int *posp) argument
/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c164 unsigned int *posp)
172 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width);
175 *posp = crp->reg_width;
177 *posp -= abs(crp->var_field_width[k]);
160 sh_pfc_config_reg_helper(struct sh_pfc *pfc, const struct pinmux_cfg_reg *crp, unsigned int in_pos, void __iomem **mapped_regp, u32 *maskp, unsigned int *posp) argument

Completed in 58 milliseconds