Searched refs:aux_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | tango_nand.c | 334 static void aux_write(struct nand_chip *chip, const u8 **buf, int len, int *pos) in aux_write() function 406 aux_write(chip, &oob, METADATA_SIZE, &pos); in raw_write() 409 aux_write(chip, &buf, pkt_size, &pos); in raw_write() 410 aux_write(chip, &oob, ecc_size, &pos); in raw_write() 414 aux_write(chip, &buf, rem, &pos); in raw_write() 415 aux_write(chip, &oob_orig, BBM_SIZE, &pos); in raw_write() 416 aux_write(chip, &buf, pkt_size - rem, &pos); in raw_write() 417 aux_write(chip, &oob, ecc_size, &pos); in raw_write()
|