Searched refs:CHV_PADCTRL0 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 37 #define CHV_PADCTRL0 0x000 macro 725 ctrl0 = readl(chv_padreg(pctrl, offset, CHV_PADCTRL0)); in chv_pin_dbg_show() 822 reg = chv_padreg(pctrl, pin, CHV_PADCTRL0); in chv_pinmux_set_mux() 859 value = readl(chv_padreg(pctrl, offset, CHV_PADCTRL0)); in chv_gpio_request_enable() 883 reg = chv_padreg(pctrl, offset, CHV_PADCTRL0); in chv_gpio_request_enable() 918 reg = chv_padreg(pctrl, offset, CHV_PADCTRL0); in chv_gpio_disable_free() 930 void __iomem *reg = chv_padreg(pctrl, offset, CHV_PADCTRL0); in chv_gpio_set_direction() 969 ctrl0 = readl(chv_padreg(pctrl, pin, CHV_PADCTRL0)); in chv_config_get() 1041 void __iomem *reg = chv_padreg(pctrl, pin, CHV_PADCTRL0); in chv_config_set_pull() 1166 ctrl0 = readl(chv_padreg(pctrl, pin, CHV_PADCTRL0)); in chv_gpio_get() [all …]
|