Searched refs:write_type (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip_bist.h | 52 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, u32 read_type,
|
| H A D | ddr3_debug.c | 1339 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, in run_xsb_test() argument 1352 if (write_type != 0) { in run_xsb_test() 1362 if ((read_type != 0) && (write_type != 0)) { in run_xsb_test() 1380 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, in run_xsb_test() argument
|
| /openbmc/qemu/target/arm/ |
| H A D | helper.c | 7728 static int bad_mode_switch(CPUARMState *env, int mode, CPSRWriteType write_type) in bad_mode_switch() argument 7737 if (write_type == CPSRWriteByInstr && in bad_mode_switch() 7760 if (write_type == CPSRWriteByInstr && in bad_mode_switch() 7787 CPSRWriteType write_type) in cpsr_write() argument 7790 bool rebuild_hflags = (write_type != CPSRWriteRaw) && in cpsr_write() 7826 if (write_type != CPSRWriteRaw && !arm_feature(env, ARM_FEATURE_V8) && in cpsr_write() 7876 if (write_type != CPSRWriteRaw && in cpsr_write() 7887 } else if (bad_mode_switch(env, val & CPSR_M, write_type)) { in cpsr_write() 7898 if (write_type != CPSRWriteByGDBStub && in cpsr_write() 7909 write_type == CPSRWriteExceptionReturn ? in cpsr_write()
|
| H A D | cpu.h | 1570 CPSRWriteType write_type);
|