Lines Matching refs:column
127 uint column; member
247 static void mpc5121_nfc_addr_cycle(struct mtd_info *mtd, int column, int page) in mpc5121_nfc_addr_cycle() argument
252 if (column != -1) { in mpc5121_nfc_addr_cycle()
253 mpc5121_nfc_send_addr(mtd, column); in mpc5121_nfc_addr_cycle()
255 mpc5121_nfc_send_addr(mtd, column >> 8); in mpc5121_nfc_addr_cycle()
334 int column, int page) in mpc5121_nfc_command() argument
339 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command()
351 column = 0; in mpc5121_nfc_command()
355 prv->column += 256; in mpc5121_nfc_command()
357 column = 0; in mpc5121_nfc_command()
363 column = 0; in mpc5121_nfc_command()
367 mpc5121_nfc_command(mtd, NAND_CMD_READ0, column, page); in mpc5121_nfc_command()
368 column = 0; in mpc5121_nfc_command()
382 mpc5121_nfc_addr_cycle(mtd, column, page); in mpc5121_nfc_command()
398 prv->column = 1; in mpc5121_nfc_command()
400 prv->column = 0; in mpc5121_nfc_command()
463 uint c = prv->column; in mpc5121_nfc_buf_copy()
472 prv->column += len; in mpc5121_nfc_buf_copy()
482 prv->column += l; in mpc5121_nfc_buf_copy()