Home
last modified time | relevance | path

Searched refs:FIR_OP_CW0 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dfsl_elbc_nand.c254 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in fsl_elbc_do_read()
264 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in fsl_elbc_do_read()
333 out_be32(&lbc->fir, (FIR_OP_CW0 << FIR_OP0_SHIFT) | in fsl_elbc_cmdfunc()
361 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in fsl_elbc_cmdfunc()
390 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in fsl_elbc_cmdfunc()
400 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in fsl_elbc_cmdfunc()
578 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in fsl_elbc_wait()
Dfsl_elbc_spl.c63 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in nand_spl_load_image()
71 (FIR_OP_CW0 << FIR_OP0_SHIFT) | in nand_spl_load_image()
/external/u-boot/arch/powerpc/include/asm/
Dfsl_lbc.h393 #define FIR_OP_CW0 0xC /* Wait then issue FCR[CMD0] */ macro