Searched refs:MASK_ALE (Results 1 – 3 of 3) sorted by relevance
21 #define MASK_ALE (1 << 22) /* our ALE is A22 */ macro43 IO_ADDR_W &= ~(MASK_ALE | MASK_CLE); in kb9202_nand_hwcontrol()49 IO_ADDR_W |= MASK_ALE; in kb9202_nand_hwcontrol()
152 IO_ADDR_W &= ~(MASK_ALE|MASK_CLE); in nand_davinci_hwcontrol()157 IO_ADDR_W |= MASK_ALE; in nand_davinci_hwcontrol()
20 #define MASK_ALE 0x08 macro27 #undef MASK_ALE28 #define MASK_ALE CONFIG_SYS_NAND_MASK_ALE macro
Completed in 5 milliseconds