Lines Matching refs:regword
193 u32 regword;
224 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
225 out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
229 regword = in_le32(iob+IOB_AD_REG);
230 regword &= ~IOB_AD_TRNG_MASK;
231 regword |= IOB_AD_TRNG_2G;
232 out_le32(iob+IOB_AD_REG, regword);
235 regword = in_le32(iob+IOBCOM_REG);
236 regword |= IOBCOM_ATEN;
237 out_le32(iob+IOBCOM_REG, regword);