Home
last modified time | relevance | path

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

/openbmc/u-boot/board/cssi/MCR3000/
H A Dnand.c14 #define BIT_ALE ((unsigned short)0x0400) macro
28 pddat &= ~(BIT_CLE | BIT_ALE); in nand_hwcontrol()
40 pddat |= BIT_ALE; in nand_hwcontrol()