Lines Matching full:column
125 uint column; member
245 static void mpc5121_nfc_addr_cycle(struct mtd_info *mtd, int column, int page) in mpc5121_nfc_addr_cycle() argument
250 if (column != -1) { in mpc5121_nfc_addr_cycle()
251 mpc5121_nfc_send_addr(mtd, column); in mpc5121_nfc_addr_cycle()
253 mpc5121_nfc_send_addr(mtd, column >> 8); in mpc5121_nfc_addr_cycle()
332 int column, int page) in mpc5121_nfc_command() argument
337 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command()
349 column = 0; in mpc5121_nfc_command()
353 prv->column += 256; in mpc5121_nfc_command()
355 column = 0; in mpc5121_nfc_command()
361 column = 0; in mpc5121_nfc_command()
365 mpc5121_nfc_command(mtd, NAND_CMD_READ0, column, page); in mpc5121_nfc_command()
366 column = 0; in mpc5121_nfc_command()
380 mpc5121_nfc_addr_cycle(mtd, column, page); in mpc5121_nfc_command()
396 prv->column = 1; in mpc5121_nfc_command()
398 prv->column = 0; in mpc5121_nfc_command()
461 uint c = prv->column; in mpc5121_nfc_buf_copy()
470 prv->column += len; in mpc5121_nfc_buf_copy()
480 prv->column += l; in mpc5121_nfc_buf_copy()