Lines Matching refs:CHV_PADCTRL0

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()
843 ctrl0 = chv_readl(pctrl, pin, CHV_PADCTRL0); in chv_config_get()
924 ctrl0 = chv_readl(pctrl, pin, CHV_PADCTRL0); in chv_config_set_pull()
973 chv_writel(pctrl, pin, CHV_PADCTRL0, ctrl0); in chv_config_set_pull()
1105 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_get()
1122 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_set()
1129 chv_writel(pctrl, offset, CHV_PADCTRL0, ctrl0); in chv_gpio_set()
1138 ctrl0 = chv_readl(pctrl, offset, CHV_PADCTRL0); in chv_gpio_get_direction()
1181 intr_line = chv_readl(pctrl, hwirq, CHV_PADCTRL0); in chv_gpio_irq_ack()
1194 intr_line = chv_readl(pctrl, hwirq, CHV_PADCTRL0); in chv_gpio_irq_mask_unmask()
1253 intsel = chv_readl(pctrl, hwirq, CHV_PADCTRL0); in chv_gpio_irq_startup()
1283 value = chv_readl(pctrl, pin, CHV_PADCTRL0); in chv_gpio_set_intr_line()
1322 chv_writel(pctrl, pin, CHV_PADCTRL0, value); in chv_gpio_set_intr_line()
1483 intsel = chv_readl(pctrl, desc->number, CHV_PADCTRL0); in chv_init_irq_valid_mask()
1724 ctx->padctrl0 = chv_readl(pctrl, desc->number, CHV_PADCTRL0); in chv_pinctrl_suspend_noirq()
1758 val = chv_readl(pctrl, desc->number, CHV_PADCTRL0); in chv_pinctrl_resume_noirq()
1761 chv_writel(pctrl, desc->number, CHV_PADCTRL0, ctx->padctrl0); in chv_pinctrl_resume_noirq()
1763 chv_readl(pctrl, desc->number, CHV_PADCTRL0)); in chv_pinctrl_resume_noirq()