Searched refs:CHV_PADCTRL0 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 39 #define CHV_PADCTRL0 0x000 macro 633 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_pin_dbg_show() 697 value = chv_readl(pctrl, pin, CHV_PADCTRL0); in chv_pinmux_set_mux() 703 chv_writel(pctrl, pin, CHV_PADCTRL0, value); in chv_pinmux_set_mux() 730 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_clear_triggering() 750 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_request_enable() 770 value = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_request_enable() 784 chv_writel(pctrl, offset, CHV_PADCTRL0, value); in chv_gpio_request_enable() 813 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0) & ~CHV_PADCTRL0_GPIOCFG_MASK; in chv_gpio_set_direction() 818 chv_writel(pctrl, offset, CHV_PADCTRL0, ctrl0); in chv_gpio_set_direction() [all …]
|