Searched refs:col_addr (Results 1 - 1 of 1) sorted by path

/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c34 uint16_t col_addr; member in struct:mxc_nand_host
409 host->col_addr += chip->ecc.bytes;
432 host->col_addr += chip->ecc.postpad + chip->ecc.prepad;
456 host->col_addr = n * eccsize;
460 host->col_addr = mtd->writesize + n * eccpitch;
504 host->col_addr = n * eccsize;
508 host->col_addr = mtd->writesize + n * eccpitch;
540 host->col_addr = mtd->writesize +
566 host->col_addr += chip->ecc.prepad + chip->ecc.postpad;
590 host->col_addr
[all...]

Completed in 84 milliseconds