Lines Matching refs: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()
321 int column, int page) in mpc5121_nfc_command() argument
326 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command()
338 column = 0; in mpc5121_nfc_command()
342 prv->column += 256; in mpc5121_nfc_command()
344 column = 0; in mpc5121_nfc_command()
350 column = 0; in mpc5121_nfc_command()
354 mpc5121_nfc_command(chip, NAND_CMD_READ0, column, page); in mpc5121_nfc_command()
355 column = 0; in mpc5121_nfc_command()
369 mpc5121_nfc_addr_cycle(mtd, column, page); in mpc5121_nfc_command()
385 prv->column = 1; in mpc5121_nfc_command()
387 prv->column = 0; in mpc5121_nfc_command()
450 uint c = prv->column; in mpc5121_nfc_buf_copy()
459 prv->column += len; in mpc5121_nfc_buf_copy()
469 prv->column += l; in mpc5121_nfc_buf_copy()