Lines Matching defs:size
223 /* Sector size and last sector size */
228 /* Page size and spare size */
236 /* Calculate block size and total device size */
289 int cdns_nand_erase(uint32_t offset, uint32_t size)
310 reg |= (((size-1) & 0xFF) << CNF_CMDREG0_CMD);
318 int cdns_nand_init_mtd(unsigned long long *size, unsigned int *erase_size)
320 *size = dev_info.total_size;