OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDSR
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/mtd/nand/
pxa3xx_nand.c
40
#define
NDSR
(0x14) /* Status Register */
482
nand_writel(info,
NDSR
, NDSR_MASK);
502
* have to make sure that the
NDSR
.RDDREQ bit is set.
511
while (!(nand_readl(info,
NDSR
) & NDSR_RDDREQ)) {
569
nand_writel(info,
NDSR
, NDSR_WRDREQ | NDSR_RDDREQ);
586
status = nand_readl(info,
NDSR
);
624
nand_writel(info,
NDSR
, NDSR_WRCMDREQ);
645
/* clear
NDSR
to let the controller exit the IRQ */
646
nand_writel(info,
NDSR
, status);
948
status = nand_readl(info,
NDSR
);
[
all
...]
/external/u-boot/arch/arm/include/asm/arch-pxa/
pxa-regs.h
[
all
...]
Completed in 338 milliseconds