Lines Matching refs:col
303 /* another col addr cycle for 2k page */
929 u16 col = host->buf_start;
930 int n = mtd->oobsize + mtd->writesize - col;
934 memcpy(host->data_buf + col, buf, n);
948 u16 col = host->buf_start;
949 int n = mtd->oobsize + mtd->writesize - col;
953 memcpy(buf, host->data_buf + col, n);
1342 dev_dbg(host->dev, "mxc_nand_command (cmd = 0x%x, col = 0x%x, page = 0x%x)\n",
1361 "Unexpected column/row value (cmd=%u, col=%d, row=%d)\n",
1377 "Unexpected column value (cmd=%u, col=%d)\n",