Home
last modified time | relevance | path

Searched refs:KEY_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dmax78000_aes.c139 case KEY_BASE ... KEY_END - 4: in max78000_aes_write()
140 stl_be_p(&s->key[(KEY_END - KEY_BASE - 4) - (addr - KEY_BASE)], val); in max78000_aes_write()
/openbmc/qemu/include/hw/misc/
H A Dmax78000_aes.h24 #define KEY_BASE 0x400 macro
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h564 #define KEY_BASE (EP93XX_APB_BASE | KEY_OFFSET) macro