Searched refs:h_reg (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/board/gdsys/a38x/ |
D | hre.c | 50 static struct h_reg pcr_hregs[24]; 51 static struct h_reg fix_hregs[COUNT_FIX_HREGS]; 52 static struct h_reg var_hregs[8]; 215 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() 247 static struct h_reg *access_hreg(uint8_t spec, enum access_mode mode) in access_hreg() 249 struct h_reg *result; in access_hreg() 340 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey() 374 struct h_reg *src_reg, *dst_reg; in hre_execute_op()
|
D | hre.h | 17 struct h_reg { struct
|
/external/u-boot/drivers/bios_emulator/include/x86emu/ |
D | regs.h | 72 u8 filler0, filler1, h_reg, l_reg; member 86 u8 l_reg, h_reg; member 125 #define R_AH gen.A.I8_reg.h_reg 127 #define R_BH gen.B.I8_reg.h_reg 129 #define R_CH gen.C.I8_reg.h_reg 131 #define R_DH gen.D.I8_reg.h_reg
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 78 struct h_reg { struct 133 static struct h_reg pcr_hregs[24]; 134 static struct h_reg fix_hregs[COUNT_FIX_HREGS]; 135 static struct h_reg var_hregs[8]; 365 static int compute_self_hash(struct h_reg *dst) in compute_self_hash() 393 static int compute_second_stage_hash(struct h_reg *dst) in compute_second_stage_hash() 438 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() 470 static struct h_reg *access_hreg(uint8_t spec, enum access_mode mode) in access_hreg() 472 struct h_reg *result; in access_hreg() 569 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey() [all …]
|