Searched refs:NAND_CTL_CLRNCE (Results 1 – 5 of 5) sorted by relevance
63 #define NAND_CTL_CLRNCE 2 macro
98 case NAND_CTL_CLRNCE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) |= 0x04; break; in spia_hwcontrol()
110 case NAND_CTL_CLRNCE: in ep7312_hwcontrol()
129 …case NAND_CTL_CLRNCE: (*(volatile unsigned char *) (autcpu12_fio_base + autcpu12_fio_ctrl)) = 0x00… in autcpu12_hwcontrol()
141 #define nand_deselect() this->hwcontrol(NAND_CTL_CLRNCE);