Home
last modified time | relevance | path

Searched refs:mv_xor_state_get (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.c166 if (MV_ACTIVE == mv_xor_state_get(chan)) in mv_xor_mem_init()
231 enum mv_state mv_xor_state_get(u32 chan) in mv_xor_state_get() function
290 state = mv_xor_state_get(chan); in mv_xor_command_set()
343 while (mv_xor_state_get(0) != MV_IDLE) in ddr3_new_tip_ecc_scrub()
349 while (mv_xor_state_get(0) != MV_IDLE) in ddr3_new_tip_ecc_scrub()
H A Dxor.h85 enum mv_state mv_xor_state_get(u32 chan);
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dxor.c164 if (MV_ACTIVE == mv_xor_state_get(chan)) in mv_xor_mem_init()
251 if (MV_ACTIVE == mv_xor_state_get(chan)) { in mv_xor_transfer()
341 int mv_xor_state_get(u32 chan) in mv_xor_state_get() function
401 state = mv_xor_state_get(chan); in mv_xor_cmd_set()
H A Dxor.h64 int mv_xor_state_get(u32 chan);
H A Dddr3_sdram.c63 while (mv_xor_state_get(chan) != MV_IDLE) { in xor_waiton_eng()
502 while (mv_xor_state_get(chan) != MV_IDLE) in ddr3_dram_sram_burst()
H A Dddr3_hw_training.c462 while (mv_xor_state_get(0) != MV_IDLE) in ddr3_hw_training()
964 while (mv_xor_state_get(0) != MV_IDLE) in ddr3_training_suspend_resume()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Ddram.c201 while (mv_xor_state_get(SCRB_XOR_CHAN) != MV_IDLE) in dram_ecc_scrubbing()