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

  /external/u-boot/drivers/mtd/onenand/
onenand_spl.c 25 static unsigned int density_mask; variable
34 if (block & density_mask)
35 return ONENAND_DDP_CHIP1 | (block ^ density_mask);
43 if (block & density_mask)
73 density_mask = 1 << (18 + density - ffs(size));
onenand_base.c 155 if (block & this->density_mask)
156 return ONENAND_DDP_CHIP1 | (block ^ this->density_mask);
172 if (block & this->density_mask)
244 blk += die ? this->density_mask : 0;
267 if (ONENAND_IS_DDP(this) && block >= this->density_mask) {
268 block -= this->density_mask;
347 block = addr * this->density_mask;
359 block = addr * this->density_mask;
    [all...]
  /external/u-boot/include/linux/mtd/
onenand.h 50 * @density_mask: [INTERN] chip density, used for DDP devices
80 unsigned int density_mask; member in struct:onenand_chip

Completed in 644 milliseconds