Home
last modified time | relevance | path

Searched refs:write_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_bist.h52 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, u32 read_type,
H A Dddr3_debug.c1339 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 Dhelper.c7728 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 Dcpu.h1570 CPSRWriteType write_type);