Lines Matching refs:CHV_PADCTRL1
60 #define CHV_PADCTRL1 0x004 macro
623 return chv_pad_is_locked(chv_readl(pctrl, offset, CHV_PADCTRL1)); in chv_pad_locked()
634 ctrl1 = chv_readl(pctrl, offset, CHV_PADCTRL1); in chv_pin_dbg_show()
706 value = chv_readl(pctrl, pin, CHV_PADCTRL1) & ~CHV_PADCTRL1_INVRXTX_MASK; in chv_pinmux_set_mux()
709 chv_writel(pctrl, pin, CHV_PADCTRL1, value); in chv_pinmux_set_mux()
734 value = chv_readl(pctrl, offset, CHV_PADCTRL1); in chv_gpio_clear_triggering()
737 chv_writel(pctrl, offset, CHV_PADCTRL1, value); in chv_gpio_clear_triggering()
844 ctrl1 = chv_readl(pctrl, pin, CHV_PADCTRL1); in chv_config_get()
985 ctrl1 = chv_readl(pctrl, pin, CHV_PADCTRL1); in chv_config_set_oden()
992 chv_writel(pctrl, pin, CHV_PADCTRL1, ctrl1); in chv_config_set_oden()
1257 value = chv_readl(pctrl, hwirq, CHV_PADCTRL1); in chv_gpio_irq_startup()
1356 value = chv_readl(pctrl, hwirq, CHV_PADCTRL1); in chv_gpio_irq_type()
1373 chv_writel(pctrl, hwirq, CHV_PADCTRL1, value); in chv_gpio_irq_type()
1727 ctx->padctrl1 = chv_readl(pctrl, desc->number, CHV_PADCTRL1); in chv_pinctrl_suspend_noirq()
1766 val = chv_readl(pctrl, desc->number, CHV_PADCTRL1); in chv_pinctrl_resume_noirq()
1768 chv_writel(pctrl, desc->number, CHV_PADCTRL1, ctx->padctrl1); in chv_pinctrl_resume_noirq()
1770 chv_readl(pctrl, desc->number, CHV_PADCTRL1)); in chv_pinctrl_resume_noirq()