Lines Matching defs:offset
572 static u32 chv_pctrl_readl(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pctrl_readl()
579 static void chv_pctrl_writel(struct intel_pinctrl *pctrl, unsigned int offset, u32 value) in chv_pctrl_writel()
589 static void __iomem *chv_padreg(struct intel_pinctrl *pctrl, unsigned int offset, in chv_padreg()
601 static u32 chv_readl(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset) in chv_readl()
606 static void chv_writel(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset, u32 valu… in chv_writel()
621 static bool chv_pad_locked(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pad_locked()
627 unsigned int offset) in chv_pin_dbg_show()
719 unsigned int offset) in chv_gpio_clear_triggering()
742 unsigned int offset) in chv_gpio_request_enable()
792 unsigned int offset) in chv_gpio_disable_free()
806 unsigned int offset, bool input) in chv_gpio_set_direction()
1099 static int chv_gpio_get(struct gpio_chip *chip, unsigned int offset) in chv_gpio_get()
1115 static void chv_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in chv_gpio_set()
1132 static int chv_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in chv_gpio_get_direction()
1149 static int chv_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in chv_gpio_direction_input()
1154 static int chv_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in chv_gpio_direction_output()
1412 unsigned int offset; in chv_gpio_irq_handler() local