Lines Matching refs:regword
196 u32 regword;
227 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
228 out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
232 regword = in_le32(iob+IOB_AD_REG);
233 regword &= ~IOB_AD_TRNG_MASK;
234 regword |= IOB_AD_TRNG_2G;
235 out_le32(iob+IOB_AD_REG, regword);
238 regword = in_le32(iob+IOBCOM_REG);
239 regword |= IOBCOM_ATEN;
240 out_le32(iob+IOBCOM_REG, regword);