Searched refs:CHV_PADCTRL0 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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, ctrl0); in chv_gpio_set_direction() [all …]
|