Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dnand.c548 ulong pagecount = 1; in do_nand() local
579 if (argc > 4 && !str2long(argv[4], &pagecount)) { in do_nand()
584 if (pagecount * mtd->writesize > size) { in do_nand()
589 rwsize = pagecount * (mtd->writesize + mtd->oobsize); in do_nand()
642 ret = raw_access(mtd, addr, off, pagecount, read, in do_nand()
/external/javasqlite/src/main/java/SQLite/
DBackup.java81 public int pagecount() throws SQLite.Exception { in pagecount() method in Backup