Searched refs:CHV_PADCTRL0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
H A D | pinctrl-cherryview.c | 38 #define CHV_PADCTRL0 0x000 macro 630 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_pin_dbg_show() 698 value = chv_readl(pctrl, pin, CHV_PADCTRL0); in chv_pinmux_set_mux() 704 chv_writel(pctrl, pin, CHV_PADCTRL0, value); in chv_pinmux_set_mux() 733 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_clear_triggering() 754 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_request_enable() 775 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_request_enable() 789 chv_writel(pctrl, offset, CHV_PADCTRL0, value); in chv_gpio_request_enable() 822 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0) & ~CHV_PADCTRL0_GPIOCFG_MASK; in chv_gpio_set_direction() 827 chv_writel(pctrl, offset, CHV_PADCTRL0, ctrl in chv_gpio_set_direction() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-cherryview.c | 36 #define CHV_PADCTRL0 0x000 macro 651 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_pin_dbg_show() 746 value = chv_readl(pctrl, pin, CHV_PADCTRL0); in chv_pinmux_set_mux() 752 chv_writel(pctrl, pin, CHV_PADCTRL0, value); in chv_pinmux_set_mux() 781 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_clear_triggering() 802 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_request_enable() 823 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_request_enable() 837 chv_writel(pctrl, offset, CHV_PADCTRL0, value); in chv_gpio_request_enable() 870 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0) & ~CHV_PADCTRL0_GPIOCFG_MASK; in chv_gpio_set_direction() 875 chv_writel(pctrl, offset, CHV_PADCTRL0, ctrl in chv_gpio_set_direction() [all...] |
Completed in 5 milliseconds