Home
last modified time | relevance | path

Searched refs:CHV_PADCTRL0 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/pinctrl/intel/
Dpinctrl-cherryview.c38 #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, ctrl0); in chv_gpio_set_direction()
[all …]