Searched refs:FPGA_NAND_CMD_MASK (Results 1 – 2 of 2) sorted by relevance
23 #define FPGA_NAND_CMD_MASK (0x7 << 28) macro123 state &= ~(FPGA_NAND_CMD_MASK | FPGA_NAND_ENABLE); in sc_nand_hwcontrol()
15 #define FPGA_NAND_CMD_MASK (0x7 << 28) macro