Home
last modified time | relevance | path

Searched refs:aux_write (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dtango_nand.c366 static void aux_write(struct nand_chip *chip, const u8 **buf, int len, int *pos) in aux_write() function
440 aux_write(chip, &oob, METADATA_SIZE, &pos); in raw_write()
443 aux_write(chip, &buf, pkt_size, &pos); in raw_write()
444 aux_write(chip, &oob, ecc_size, &pos); in raw_write()
448 aux_write(chip, &buf, rem, &pos); in raw_write()
449 aux_write(chip, &oob_orig, BBM_SIZE, &pos); in raw_write()
450 aux_write(chip, &buf, pkt_size - rem, &pos); in raw_write()
451 aux_write(chip, &oob, ecc_size, &pos); in raw_write()

Completed in 2 milliseconds