aux_write         406 drivers/mtd/nand/raw/tango_nand.c 	aux_write(chip, &oob, METADATA_SIZE, &pos);
aux_write         409 drivers/mtd/nand/raw/tango_nand.c 		aux_write(chip, &buf, pkt_size, &pos);
aux_write         410 drivers/mtd/nand/raw/tango_nand.c 		aux_write(chip, &oob, ecc_size, &pos);
aux_write         414 drivers/mtd/nand/raw/tango_nand.c 	aux_write(chip, &buf, rem, &pos);
aux_write         415 drivers/mtd/nand/raw/tango_nand.c 	aux_write(chip, &oob_orig, BBM_SIZE, &pos);
aux_write         416 drivers/mtd/nand/raw/tango_nand.c 	aux_write(chip, &buf, pkt_size - rem, &pos);
aux_write         417 drivers/mtd/nand/raw/tango_nand.c 	aux_write(chip, &oob, ecc_size, &pos);