Lines Matching defs:size
141 if (rawnand_dev.nand_dev->size > SZ_128M) {
263 static int nand_read_id(uint8_t addr, uint8_t *id, unsigned int size)
277 return nand_read_data(id, size, true);
326 rawnand_dev.nand_dev->size = page.num_pages_per_blk *
332 rawnand_dev.nand_dev->ecc.size = SZ_512;
335 VERBOSE("Page size %u, block_size %u, Size %llu, ecc %u, buswidth %u\n",
337 rawnand_dev.nand_dev->block_size, rawnand_dev.nand_dev->size,
402 int nand_raw_init(unsigned long long *size, unsigned int *erase_size)
437 (rawnand_dev.nand_dev->size != 0U));
439 *size = rawnand_dev.nand_dev->size;