Home
last modified time | relevance | path

Searched refs:NAND_KEEP_TIMINGS (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dinternals.h151 if (chip->options & NAND_KEEP_TIMINGS) in nand_controller_can_setup_interface()
H A Ddenali.c216 if (chip->options & NAND_KEEP_TIMINGS) in denali_select_target()
1235 chip->options |= NAND_KEEP_TIMINGS; in denali_chip_init()
H A Dmxc_nand.c1726 this->options |= NAND_KEEP_TIMINGS; in mxcnd_probe()
/linux/include/linux/mtd/
H A Drawnand.h194 #define NAND_KEEP_TIMINGS BIT(23) macro