Searched refs:mask_ofs (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/crypto/ |
H A D | omap-aes.h | 55 #define AES_REG_MASK(dd) ((dd)->pdata->mask_ofs) 141 u32 mask_ofs; member
|
H A D | omap-des.c | 61 #define DES_REG_MASK(dd) ((dd)->pdata->mask_ofs) 113 u32 mask_ofs; member 816 .mask_ofs = 0x34,
|
H A D | omap-aes.c | 800 .mask_ofs = 0x48, 831 .mask_ofs = 0x48, 851 .mask_ofs = 0x84,
|
H A D | omap-sham.c | 59 #define SHA_REG_MASK(dd) ((dd)->pdata->mask_ofs) 201 u32 mask_ofs; member 1805 .mask_ofs = 0x60, 1840 .mask_ofs = 0x110, 1880 .mask_ofs = 0x110,
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1240 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask); 1250 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_AREG0, mask_ofs);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1000 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask); 1008 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_AREG0, mask_ofs);
|