Searched refs:reg_dir_out (Results 1 – 2 of 2) sorted by relevance
385 if (gc->reg_dir_out) in bgpio_dir_in() 386 gc->write_reg(gc->reg_dir_out, gc->bgpio_dir); in bgpio_dir_in() 402 if (gc->reg_dir_out) { in bgpio_get_dir() 403 if (gc->read_reg(gc->reg_dir_out) & bgpio_line2mask(gc, gpio)) in bgpio_get_dir() 425 if (gc->reg_dir_out) in bgpio_dir_out() 426 gc->write_reg(gc->reg_dir_out, gc->bgpio_dir); in bgpio_dir_out() 574 gc->reg_dir_out = dirout; in bgpio_setup_direction() 689 if ((gc->reg_dir_out || gc->reg_dir_in) && in bgpio_init() 691 if (gc->reg_dir_out) in bgpio_init() 692 gc->bgpio_dir = gc->read_reg(gc->reg_dir_out); in bgpio_init() [all...]
399 * @reg_dir_out: direction out setting register for generic GPIO485 void __iomem *reg_dir_out; member