Home
last modified time | relevance | path

Searched refs:rcon (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dimmap_520x.h90 u16 rcon; /* 0x04 Reset Cfg */ member
H A Dimmap_5235.h202 u16 rcon; /* 0x08 Rreset configuration register */ member
H A Dimmap_5227x.h74 u16 rcon; /* Reset Configuration (Rd-only) */ member
H A Dimmap_5301x.h148 u16 rcon; /* 0x04 Reset Cfg */ member
H A Dimmap_5445x.h92 u16 rcon; /* Reset Configuration (256 TEPBGA, Read-only) */ member
H A Dimmap_5441x.h108 u16 rcon; /* 0x08 Reset Configuration */ member
H A Dimmap_5329.h131 u16 rcon; /* 0x04 Rreset configuration register */ member
/rk3399_rockchip-uboot/lib/
H A Daes.c508 static u8 rcon[11] = { variable
528 tmp0 = sbox[tmp1] ^ rcon[idx / AES_KEYCOLS]; in aes_expand_key()
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c196 vco = pPllmult[ccm->rcon & fbpll_mask] * CONFIG_SYS_INPUT_CLKSRC; in setup_5445x_clocks()