Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dfsl_ifc.c375 ((regs[0].pr & CSPR_MSEL) == CSPR_MSEL_NOR))) { in init_early_memctl_regs()
/openbmc/linux/include/linux/
H A Dfsl_ifc.h51 #define CSPR_MSEL 0x00000006 macro
/openbmc/u-boot/include/
H A Dfsl_ifc.h52 #define CSPR_MSEL 0x00000006 macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c913 if ((cspr & CSPR_V) && (cspr & CSPR_MSEL) == CSPR_MSEL_NAND && in fsl_ifc_chip_init()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c972 if ((cspr & CSPR_MSEL) != CSPR_MSEL_NAND) in match_bank()