Searched refs:NDFC_CCR_RESET_CE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/mtd/ | ||
D | ndfc.h | 33 #define NDFC_CCR_RESET_CE 0x80000000 /* CE Reset */ macro |
/linux-4.4.14/drivers/mtd/nand/ | ||
D | ndfc.c | 59 ccr |= NDFC_CCR_RESET_CE; in ndfc_select_chip() |