Lines Matching refs:col
300 /* another col addr cycle for 2k page */
926 u16 col = host->buf_start;
927 int n = mtd->oobsize + mtd->writesize - col;
931 memcpy(host->data_buf + col, buf, n);
945 u16 col = host->buf_start;
946 int n = mtd->oobsize + mtd->writesize - col;
950 memcpy(buf, host->data_buf + col, n);
1339 dev_dbg(host->dev, "mxc_nand_command (cmd = 0x%x, col = 0x%x, page = 0x%x)\n",
1358 "Unexpected column/row value (cmd=%u, col=%d, row=%d)\n",
1374 "Unexpected column value (cmd=%u, col=%d)\n",