Home
last modified time | relevance | path

Searched refs:FMR_AL_SHIFT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c50 int fmr = (15 << FMR_CWTO_SHIFT) | (2 << FMR_AL_SHIFT) | 2; in nand_spl_load_image()
H A Dfsl_elbc_nand.c729 priv->fmr = (15 << FMR_CWTO_SHIFT) | (2 << FMR_AL_SHIFT); in fsl_elbc_chip_init()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dfsl_lbc.h171 #define FMR_AL_SHIFT 4 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h360 #define FMR_AL_SHIFT 4 macro
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c775 priv->fmr |= al << FMR_AL_SHIFT; in fsl_elbc_attach_chip()