Lines Matching refs:readl
173 value = readl(reg); in byt_gpio_clear_triggering()
212 value = readl(reg) & BYT_PIN_MUX; in byt_gpio_request()
215 value = readl(reg) & ~BYT_PIN_MUX; in byt_gpio_request()
250 value = readl(reg); in byt_irq_type()
281 val = readl(reg); in byt_gpio_get()
296 old_val = readl(reg); in byt_gpio_set()
315 value = readl(reg) | BYT_DIR_MASK; in byt_gpio_direction_input()
341 WARN(readl(conf_reg) & BYT_DIRECT_IRQ_EN, in byt_gpio_direction_output()
344 reg_val = readl(reg) | BYT_DIR_MASK; in byt_gpio_direction_output()
371 conf0 = readl(vg->reg_base + offs + BYT_CONF0_REG); in byt_gpio_dbg_show()
372 val = readl(vg->reg_base + offs + BYT_VAL_REG); in byt_gpio_dbg_show()
441 pending = readl(reg); in byt_gpio_irq_handler()
475 value = readl(reg); in byt_irq_unmask()
527 value = readl(byt_gpio_reg(&vg->chip, i, BYT_CONF0_REG)); in byt_gpio_irq_init_hw()
541 value = readl(reg); in byt_gpio_irq_init_hw()
648 value = readl(reg) & BYT_CONF0_RESTORE_MASK; in byt_gpio_suspend()
652 value = readl(reg) & BYT_VAL_RESTORE_MASK; in byt_gpio_suspend()
670 value = readl(reg); in byt_gpio_resume()
680 value = readl(reg); in byt_gpio_resume()