Lines Matching refs:field
130 unsigned long field) in read_config_reg() argument
136 config_reg_helper(gpioc, crp, field, &mapped_reg, &mask, &pos); in read_config_reg()
140 crp->reg, field, crp->reg_width, crp->field_width); in read_config_reg()
147 unsigned long field, unsigned long value) in write_config_reg() argument
152 config_reg_helper(gpioc, crp, field, &mapped_reg, &mask, &pos); in write_config_reg()
156 crp->reg, value, field, crp->reg_width, crp->field_width); in write_config_reg()
328 int in_range, pos, field, value; in pinmux_config_gpio() local
359 field = 0; in pinmux_config_gpio()
408 &field, &value, &cntp) != 0) in pinmux_config_gpio()
414 (read_config_reg(gpioc, cr, field) != value)) in pinmux_config_gpio()
419 write_config_reg(gpioc, cr, field, value); in pinmux_config_gpio()