Lines Matching refs:readl
178 value = readl(reg); in byt_gpio_clear_triggering()
217 value = readl(reg) & BYT_PIN_MUX; in byt_gpio_request()
220 value = readl(reg) & ~BYT_PIN_MUX; in byt_gpio_request()
255 value = readl(reg); in byt_irq_type()
286 val = readl(reg); in byt_gpio_get()
301 old_val = readl(reg); in byt_gpio_set()
320 value = readl(reg) | BYT_DIR_MASK; in byt_gpio_direction_input()
346 WARN(readl(conf_reg) & BYT_DIRECT_IRQ_EN, in byt_gpio_direction_output()
349 reg_val = readl(reg) | BYT_DIR_MASK; in byt_gpio_direction_output()
376 conf0 = readl(vg->reg_base + offs + BYT_CONF0_REG); in byt_gpio_dbg_show()
377 val = readl(vg->reg_base + offs + BYT_VAL_REG); in byt_gpio_dbg_show()
446 pending = readl(reg); in byt_gpio_irq_handler()
480 value = readl(reg); in byt_irq_unmask()
532 value = readl(byt_gpio_reg(&vg->chip, i, BYT_CONF0_REG)); in byt_gpio_irq_init_hw()
546 value = readl(reg); in byt_gpio_irq_init_hw()
653 value = readl(reg) & BYT_CONF0_RESTORE_MASK; in byt_gpio_suspend()
657 value = readl(reg) & BYT_VAL_RESTORE_MASK; in byt_gpio_suspend()
675 value = readl(reg); in byt_gpio_resume()
685 value = readl(reg); in byt_gpio_resume()