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

/u-boot/drivers/ddr/marvell/axp/
H A Dxor.h63 int mv_xor_state_get(u32 chan);
H A Dxor.c164 if (MV_ACTIVE == mv_xor_state_get(chan))
251 if (MV_ACTIVE == mv_xor_state_get(chan)) {
321 * mv_xor_state_get - Get XOR channel state.
341 int mv_xor_state_get(u32 chan) function
401 state = mv_xor_state_get(chan);
H A Dddr3_sdram.c62 while (mv_xor_state_get(chan) != MV_IDLE) {
501 while (mv_xor_state_get(chan) != MV_IDLE)
H A Dddr3_hw_training.c463 while (mv_xor_state_get(0) != MV_IDLE)
965 while (mv_xor_state_get(0) != MV_IDLE)
/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.c177 if (MV_ACTIVE == mv_xor_state_get(chan))
223 * mv_xor_state_get - Get XOR channel state.
242 enum mv_state mv_xor_state_get(u32 chan) function
301 state = mv_xor_state_get(chan);
357 while (mv_xor_state_get(0) != MV_IDLE)
405 if (mv_xor_state_get(chan) == MV_ACTIVE) {
H A Dxor.h82 enum mv_state mv_xor_state_get(u32 chan);
/u-boot/arch/arm/mach-mvebu/
H A Ddram.c204 while (mv_xor_state_get(SCRB_XOR_CHAN) != MV_IDLE)

Completed in 79 milliseconds