Lines Matching refs:ctrl1
724 u32 ctrl0, ctrl1; in chv_pin_dbg_show() local
730 ctrl1 = readl(chv_padreg(pctrl, offset, CHV_PADCTRL1)); in chv_pin_dbg_show()
746 seq_printf(s, "0x%08x 0x%08x", ctrl0, ctrl1); in chv_pin_dbg_show()
974 u32 ctrl0, ctrl1; in chv_config_get() local
980 ctrl1 = readl(chv_padreg(pctrl, pin, CHV_PADCTRL1)); in chv_config_get()
1025 if (!(ctrl1 & CHV_PADCTRL1_ODEN)) in chv_config_get()
1119 u32 ctrl1; in chv_config_set_oden() local
1122 ctrl1 = readl(reg); in chv_config_set_oden()
1125 ctrl1 |= CHV_PADCTRL1_ODEN; in chv_config_set_oden()
1127 ctrl1 &= ~CHV_PADCTRL1_ODEN; in chv_config_set_oden()
1129 chv_writel(ctrl1, reg); in chv_config_set_oden()