Home
last modified time | relevance | path

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

/openbmc/u-boot/board/cssi/MCR3000/
H A Dnand.c21 unsigned short pddat = 0; in nand_hwcontrol() local
25 pddat = in_be16(&immr->im_ioport.iop_pddat); in nand_hwcontrol()
28 pddat &= ~(BIT_CLE | BIT_ALE); in nand_hwcontrol()
32 pddat &= ~BIT_NCE; in nand_hwcontrol()
34 pddat |= BIT_NCE; in nand_hwcontrol()
38 pddat |= BIT_CLE; in nand_hwcontrol()
40 pddat |= BIT_ALE; in nand_hwcontrol()
42 out_be16(&immr->im_ioport.iop_pddat, pddat); in nand_hwcontrol()