Lines Matching defs:io_ctrl
86 * @io_ctrl: I/O register base for certain type of Iproc GPIO controller that
104 void __iomem *io_ctrl;
485 base = chip->io_ctrl;
531 base = chip->io_ctrl;
565 if (chip->io_ctrl) {
566 base = chip->io_ctrl;
598 if (chip->io_ctrl) {
599 base = chip->io_ctrl;
815 chip->io_ctrl = devm_ioremap_resource(dev, res);
816 if (IS_ERR(chip->io_ctrl)) {
818 return PTR_ERR(chip->io_ctrl);