Lines Matching full:column
113 uint column; member
233 static void mpc5121_nfc_addr_cycle(struct mtd_info *mtd, int column, int page) in mpc5121_nfc_addr_cycle() argument
238 if (column != -1) { in mpc5121_nfc_addr_cycle()
239 mpc5121_nfc_send_addr(mtd, column); in mpc5121_nfc_addr_cycle()
241 mpc5121_nfc_send_addr(mtd, column >> 8); in mpc5121_nfc_addr_cycle()
322 int column, int page) in mpc5121_nfc_command() argument
327 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command()
339 column = 0; in mpc5121_nfc_command()
343 prv->column += 256; in mpc5121_nfc_command()
345 column = 0; in mpc5121_nfc_command()
351 column = 0; in mpc5121_nfc_command()
355 mpc5121_nfc_command(chip, NAND_CMD_READ0, column, page); in mpc5121_nfc_command()
356 column = 0; in mpc5121_nfc_command()
370 mpc5121_nfc_addr_cycle(mtd, column, page); in mpc5121_nfc_command()
386 prv->column = 1; in mpc5121_nfc_command()
388 prv->column = 0; in mpc5121_nfc_command()
451 uint c = prv->column; in mpc5121_nfc_buf_copy()
460 prv->column += len; in mpc5121_nfc_buf_copy()
470 prv->column += l; in mpc5121_nfc_buf_copy()