Searched refs:regnum (Results 1 – 2 of 2) sorted by relevance
24 u32 regnum, bitpos, curstat; in nx_rstcon_setrst() local26 regnum = rstindex >> 5; in nx_rstcon_setrst()27 curstat = (u32)readl(&nx_rstcon->regrst[regnum]); in nx_rstcon_setrst()31 writel(curstat, &nx_rstcon->regrst[regnum]); in nx_rstcon_setrst()
21 #define __MSR_ELR_HYP(regnum) __inst_arm_thumb32( \ argument22 0xE12EF300 | regnum, \23 0xF3808E30 | (regnum << 16) \
Completed in 9 milliseconds