Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/m5329evb/
H A Dnand.c25 volatile u16 *nCE = (u16 *) CONFIG_SYS_LATCH_ADDR; in nand_hwcontrol() local
33 *nCE &= 0xFFFB; in nand_hwcontrol()
35 *nCE |= 0x0004; in nand_hwcontrol()
/openbmc/u-boot/board/freescale/m5373evb/
H A Dnand.c25 volatile u16 *nCE = (u16 *) CONFIG_SYS_LATCH_ADDR; in nand_hwcontrol() local
33 *nCE &= 0xFFFB; in nand_hwcontrol()
35 *nCE |= 0x0004; in nand_hwcontrol()
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dgpio-control-nand.txt15 GPIO references is: RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional.
39 <0>, /* nCE */
/openbmc/linux/Documentation/driver-api/
H A Dmtdnand.rst168 case NAND_CTL_SETNCE: /* Set nCE pin low */ break;
169 case NAND_CTL_CLRNCE: /* Set nCE pin high */ break;
174 *Address lines based example.* It's assumed that the nCE pin is driven
324 /* Deselect all chips, set all nCE pins high */
331 *Address lines based example.* Its assumed that the nCE pins are
904 /* Select the chip by setting nCE to low */
906 /* Deselect the chip by setting nCE to high */