Lines Matching refs:CHV_PADCTRL1
59 #define CHV_PADCTRL1 0x004 macro
617 return chv_readl(pctrl, offset, CHV_PADCTRL1) & CHV_PADCTRL1_CFGLOCK; in chv_pad_locked()
631 ctrl1 = chv_readl(pctrl, offset, CHV_PADCTRL1); in chv_pin_dbg_show()
707 value = chv_readl(pctrl, pin, CHV_PADCTRL1) & ~CHV_PADCTRL1_INVRXTX_MASK; in chv_pinmux_set_mux()
710 chv_writel(pctrl, pin, CHV_PADCTRL1, value); in chv_pinmux_set_mux()
737 value = chv_readl(pctrl, offset, CHV_PADCTRL1); in chv_gpio_clear_triggering()
740 chv_writel(pctrl, offset, CHV_PADCTRL1, value); in chv_gpio_clear_triggering()
856 ctrl1 = chv_readl(pctrl, pin, CHV_PADCTRL1); in chv_config_get()
1001 ctrl1 = chv_readl(pctrl, pin, CHV_PADCTRL1); in chv_config_set_oden()
1008 chv_writel(pctrl, pin, CHV_PADCTRL1, ctrl1); in chv_config_set_oden()
1280 value = chv_readl(pctrl, hwirq, CHV_PADCTRL1); in chv_gpio_irq_startup()
1383 value = chv_readl(pctrl, hwirq, CHV_PADCTRL1); in chv_gpio_irq_type()
1400 chv_writel(pctrl, hwirq, CHV_PADCTRL1, value); in chv_gpio_irq_type()
1765 ctx->padctrl1 = chv_readl(pctrl, desc->number, CHV_PADCTRL1); in chv_pinctrl_suspend_noirq()
1807 val = chv_readl(pctrl, desc->number, CHV_PADCTRL1); in chv_pinctrl_resume_noirq()
1809 chv_writel(pctrl, desc->number, CHV_PADCTRL1, ctx->padctrl1); in chv_pinctrl_resume_noirq()
1811 chv_readl(pctrl, desc->number, CHV_PADCTRL1)); in chv_pinctrl_resume_noirq()