Lines Matching refs:CHV_PADCTRL1
60 #define CHV_PADCTRL1 0x004
623 return chv_pad_is_locked(chv_readl(pctrl, offset, CHV_PADCTRL1));
634 ctrl1 = chv_readl(pctrl, offset, CHV_PADCTRL1);
706 value = chv_readl(pctrl, pin, CHV_PADCTRL1) & ~CHV_PADCTRL1_INVRXTX_MASK;
709 chv_writel(pctrl, pin, CHV_PADCTRL1, value);
734 value = chv_readl(pctrl, offset, CHV_PADCTRL1);
737 chv_writel(pctrl, offset, CHV_PADCTRL1, value);
844 ctrl1 = chv_readl(pctrl, pin, CHV_PADCTRL1);
985 ctrl1 = chv_readl(pctrl, pin, CHV_PADCTRL1);
992 chv_writel(pctrl, pin, CHV_PADCTRL1, ctrl1);
1257 value = chv_readl(pctrl, hwirq, CHV_PADCTRL1);
1356 value = chv_readl(pctrl, hwirq, CHV_PADCTRL1);
1373 chv_writel(pctrl, hwirq, CHV_PADCTRL1, value);
1726 ctx->padctrl1 = chv_readl(pctrl, desc->number, CHV_PADCTRL1);
1765 val = chv_readl(pctrl, desc->number, CHV_PADCTRL1);
1767 chv_writel(pctrl, desc->number, CHV_PADCTRL1, ctx->padctrl1);
1769 chv_readl(pctrl, desc->number, CHV_PADCTRL1));