HomeSort by relevance Sort by last modified time
    Searched refs:blockpage (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/mtd/onenand/
onenand_base.c 609 * onenand_get_2x_blockpage - [GENERIC] Get blockpage at 2x program mode
612 * @return blockpage address
614 * Get blockpage address at 2x program mode
619 int blockpage, block, page; local
627 blockpage = (block << 7) | page;
629 return blockpage;
643 int blockpage, found = 0; local
647 blockpage = onenand_get_2x_blockpage(mtd, addr);
649 blockpage = (int) (addr >> this->page_shift);
653 if (this->bufferram[i].blockpage == blockpage
686 int blockpage; local
    [all...]
  /external/u-boot/include/linux/mtd/
onenand.h 34 * @param blockpage block & page address in BufferRAM
37 int blockpage; member in struct:onenand_bufferram

Completed in 3805 milliseconds