Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dndfc.h33 #define NDFC_CCR_RESET_CE 0x80000000 /* CE Reset */ macro
/openbmc/linux/include/linux/mtd/
H A Dndfc.h27 #define NDFC_CCR_RESET_CE 0x80000000 /* CE Reset */ macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dndfc.c52 ccr |= NDFC_CCR_RESET_CE; in ndfc_select_chip()