Home
last modified time | relevance | path

Searched refs:in_pos (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/gpio/
H A Dsh_pfc.c70 unsigned long in_pos) in gpio_read_bit() argument
74 pos = dr->reg_width - (in_pos + 1); in gpio_read_bit()
84 unsigned long in_pos, unsigned long value) in gpio_write_bit() argument
88 pos = dr->reg_width - (in_pos + 1); in gpio_write_bit()
104 unsigned long in_pos, in config_reg_helper() argument
119 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in config_reg_helper()
121 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in config_reg_helper()
123 for (k = 0; k <= in_pos; k++) in config_reg_helper()