Home
last modified time | relevance | path

Searched refs:last_full_offset (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/mtd/nand/raw/
Dmarvell_nand.c916 unsigned int last_full_offset = round_down(len, FIFO_DEPTH); in marvell_nfc_xfer_data_in_pio() local
919 for (i = 0; i < last_full_offset; i += FIFO_DEPTH) in marvell_nfc_xfer_data_in_pio()
926 memcpy(in + last_full_offset, tmp_buf, last_len); in marvell_nfc_xfer_data_in_pio()
936 unsigned int last_full_offset = round_down(len, FIFO_DEPTH); in marvell_nfc_xfer_data_out_pio() local
939 for (i = 0; i < last_full_offset; i += FIFO_DEPTH) in marvell_nfc_xfer_data_out_pio()
945 memcpy(tmp_buf, out + last_full_offset, last_len); in marvell_nfc_xfer_data_out_pio()