Lines Matching refs:col_addr
32 uint16_t col_addr; member
407 host->col_addr += chip->ecc.bytes;
430 host->col_addr += chip->ecc.postpad + chip->ecc.prepad;
454 host->col_addr = n * eccsize;
458 host->col_addr = mtd->writesize + n * eccpitch;
502 host->col_addr = n * eccsize;
506 host->col_addr = mtd->writesize + n * eccpitch;
538 host->col_addr = mtd->writesize +
564 host->col_addr += chip->ecc.prepad + chip->ecc.postpad;
588 host->col_addr = n * eccsize;
592 host->col_addr = mtd->writesize + n * eccpitch;
599 host->col_addr += eccbytes;
632 host->col_addr = n * eccsize;
636 host->col_addr = mtd->writesize + n * eccpitch;
747 col = host->col_addr >> 1;
756 ret = nfc_word.bytes[host->col_addr & 0x1];
760 host->col_addr += 2;
762 host->col_addr++;
774 pr_debug("mxc_nand_read_word(col = %d)\n", host->col_addr);
776 col = host->col_addr;
807 host->col_addr = col + 2;
824 pr_debug("mxc_nand_write_buf(col = %d, len = %d)\n", host->col_addr,
827 col = host->col_addr;
881 host->col_addr = col;
895 pr_debug("mxc_nand_read_buf(col = %d, len = %d)\n", host->col_addr,
898 col = host->col_addr;
942 host->col_addr = col;
991 host->col_addr = 0;
997 host->col_addr = column;
1002 host->col_addr = column;
1023 host->col_addr = column - mtd->writesize;
1031 host->col_addr = column;
1103 host->col_addr = 0;