Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/mtd/
Dnand.h63 #define NAND_CTL_CLRNCE 2 macro
/linux-2.4.37.9/drivers/mtd/nand/
Dspia.c98 case NAND_CTL_CLRNCE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) |= 0x04; break; in spia_hwcontrol()
Dedb7312.c110 case NAND_CTL_CLRNCE: in ep7312_hwcontrol()
Dautcpu12.c129 …case NAND_CTL_CLRNCE: (*(volatile unsigned char *) (autcpu12_fio_base + autcpu12_fio_ctrl)) = 0x00… in autcpu12_hwcontrol()
Dnand.c141 #define nand_deselect() this->hwcontrol(NAND_CTL_CLRNCE);