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

/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dsys_proto.h31 int omap_nand_switch_ecc(uint32_t, uint32_t);
/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h60 int omap_nand_switch_ecc(uint32_t, uint32_t);
/u-boot/board/siemens/draco/
H A Dboard.c248 omap_nand_switch_ecc(1, ecc_type);
251 omap_nand_switch_ecc(1, ecc_type);
/u-boot/board/siemens/rut/
H A Dboard.c218 omap_nand_switch_ecc(1, 8);
/u-boot/board/siemens/pxm2/
H A Dboard.c237 omap_nand_switch_ecc(1, 8);
/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c318 return -omap_nand_switch_ecc(hw, strength);
/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c1016 * omap_nand_switch_ecc - switch the ECC operation between different engines
1023 int __maybe_unused omap_nand_switch_ecc(uint32_t hardware, uint32_t eccstrength) function

Completed in 57 milliseconds