Home
last modified time | relevance | path

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

/external/u-boot/drivers/ddr/marvell/axp/
Dxor.h17 enum xor_type { enum
66 int mv_xor_transfer(u32 chan, int xor_type, u32 xor_chain_ptr);
Dxor.c240 int mv_xor_transfer(u32 chan, int xor_type, u32 xor_chain_ptr) in mv_xor_transfer() argument
264 switch (xor_type) { in mv_xor_transfer()
/external/u-boot/drivers/ddr/marvell/a38x/
Dxor.h39 enum xor_type { enum
88 int mv_xor_transfer(u32 chan, enum xor_type type, u32 xor_chain_ptr);
Dxor.c396 int mv_xor_transfer(u32 chan, enum xor_type type, u32 xor_chain_ptr) in mv_xor_transfer()