Lines Matching defs:offset
571 static u32 chv_pctrl_readl(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pctrl_readl()
578 static void chv_pctrl_writel(struct intel_pinctrl *pctrl, unsigned int offset, u32 value) in chv_pctrl_writel()
588 static void __iomem *chv_padreg(struct intel_pinctrl *pctrl, unsigned int offset, in chv_padreg()
600 static u32 chv_readl(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset) in chv_readl()
605 static void chv_writel(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset, u32 valu… in chv_writel()
615 static bool chv_pad_locked(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pad_locked()
621 unsigned int offset) in chv_pin_dbg_show()
722 unsigned int offset) in chv_gpio_clear_triggering()
745 unsigned int offset) in chv_gpio_request_enable()
799 unsigned int offset) in chv_gpio_disable_free()
814 unsigned int offset, bool input) in chv_gpio_set_direction()
1116 static int chv_gpio_get(struct gpio_chip *chip, unsigned int offset) in chv_gpio_get()
1134 static void chv_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in chv_gpio_set()
1154 static int chv_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in chv_gpio_get_direction()
1173 static int chv_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in chv_gpio_direction_input()
1178 static int chv_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in chv_gpio_direction_output()
1443 unsigned int offset; in chv_gpio_irq_handler() local