Lines Matching defs:offset

567 static u32 chv_pctrl_readl(struct intel_pinctrl *pctrl, unsigned int offset)  in chv_pctrl_readl()
574 static void chv_pctrl_writel(struct intel_pinctrl *pctrl, unsigned int offset, u32 value) in chv_pctrl_writel()
584 static void __iomem *chv_padreg(struct intel_pinctrl *pctrl, unsigned int offset, in chv_padreg()
596 static u32 chv_readl(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset) in chv_readl()
601 static void chv_writel(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset, u32 valu… in chv_writel()
611 static bool chv_pad_locked(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pad_locked()
642 unsigned int offset) in chv_pin_dbg_show()
770 unsigned int offset) in chv_gpio_clear_triggering()
793 unsigned int offset) in chv_gpio_request_enable()
847 unsigned int offset) in chv_gpio_disable_free()
862 unsigned int offset, bool input) in chv_gpio_set_direction()
1159 static int chv_gpio_get(struct gpio_chip *chip, unsigned int offset) in chv_gpio_get()
1177 static void chv_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in chv_gpio_set()
1197 static int chv_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in chv_gpio_get_direction()
1216 static int chv_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in chv_gpio_direction_input()
1221 static int chv_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in chv_gpio_direction_output()
1412 unsigned int irq, offset; in chv_gpio_irq_handler() local