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

  /external/u-boot/include/linux/mtd/
onenand.h 143 #define ONENAND_IS_4KB_PAGE(this) \
  /external/u-boot/drivers/mtd/onenand/
onenand_base.c 378 if (ONENAND_IS_4KB_PAGE(this))
406 if (ONENAND_IS_4KB_PAGE(this))
906 if (!ONENAND_IS_4KB_PAGE(this) && read + thislen < len) {
940 if (ONENAND_IS_4KB_PAGE(this) && (read + thislen < len)) {
957 if (!ONENAND_IS_4KB_PAGE(this))
963 if (!ONENAND_IS_4KB_PAGE(this)) {
1039 readcmd = ONENAND_IS_4KB_PAGE(this) ?
1222 readcmd = ONENAND_IS_4KB_PAGE(this) ?
    [all...]

Completed in 243 milliseconds