Lines Matching refs:ctrl1
739 u32 ctrl0, ctrl1; in chv_pin_dbg_show() local
745 ctrl1 = readl(chv_padreg(pctrl, offset, CHV_PADCTRL1)); in chv_pin_dbg_show()
761 seq_printf(s, "0x%08x 0x%08x", ctrl0, ctrl1); in chv_pin_dbg_show()
983 u32 ctrl0, ctrl1; in chv_config_get() local
989 ctrl1 = readl(chv_padreg(pctrl, pin, CHV_PADCTRL1)); in chv_config_get()
1034 if (!(ctrl1 & CHV_PADCTRL1_ODEN)) in chv_config_get()
1128 u32 ctrl1; in chv_config_set_oden() local
1131 ctrl1 = readl(reg); in chv_config_set_oden()
1134 ctrl1 |= CHV_PADCTRL1_ODEN; in chv_config_set_oden()
1136 ctrl1 &= ~CHV_PADCTRL1_ODEN; in chv_config_set_oden()
1138 chv_writel(ctrl1, reg); in chv_config_set_oden()