Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dxor.c160 if (chan >= MV_XOR_MAX_CHAN) in mv_xor_mem_init()
245 if (chan >= MV_XOR_MAX_CHAN) { in mv_xor_transfer()
345 if (chan >= MV_XOR_MAX_CHAN) { in mv_xor_state_get()
394 if (chan >= MV_XOR_MAX_CHAN) { in mv_xor_cmd_set()
H A Dxor.h11 #define MV_XOR_MAX_CHAN 4 /* total channels for all units together */ macro
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.c174 if (chan >= MV_XOR_MAX_CHAN) in mv_xor_mem_init()
247 if (chan >= MV_XOR_MAX_CHAN) { in mv_xor_state_get()
295 if (chan >= MV_XOR_MAX_CHAN) { in mv_xor_command_set()
403 if (chan >= MV_XOR_MAX_CHAN) { in mv_xor_transfer()
H A Dxor.h12 #define MV_XOR_MAX_CHAN 4 /* total channels for all units */ macro