Lines Matching refs:field
134 unsigned long field) in read_config_reg() argument
140 config_reg_helper(gpioc, crp, field, &mapped_reg, &mask, &pos); in read_config_reg()
144 crp->reg, field, crp->reg_width, crp->field_width); in read_config_reg()
151 unsigned long field, unsigned long value) in write_config_reg() argument
156 config_reg_helper(gpioc, crp, field, &mapped_reg, &mask, &pos); in write_config_reg()
160 crp->reg, value, field, crp->reg_width, crp->field_width); in write_config_reg()
332 int in_range, pos, field, value; in pinmux_config_gpio() local
363 field = 0; in pinmux_config_gpio()
412 &field, &value, &cntp) != 0) in pinmux_config_gpio()
418 (read_config_reg(gpioc, cr, field) != value)) in pinmux_config_gpio()
423 write_config_reg(gpioc, cr, field, value); in pinmux_config_gpio()