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

/u-boot/fs/yaffs2/
H A Dyaffs_verify.c224 int last_chunk; local
246 &last_chunk, &offset_in_chunk);
247 last_chunk++;
248 x = last_chunk >> YAFFS_TNODES_LEVEL0_BITS;
263 for (i = 1; i <= last_chunk; i++) {
H A Dyaffs_guts.c3733 int last_chunk = 1 + new_full; local
3737 yaffs_rd_data_obj(obj, last_chunk, local_buffer);
3741 yaffs_wr_data_obj(obj, last_chunk, local_buffer,
/u-boot/drivers/spi/
H A Dmeson_spifc.c135 * @last_chunk: whether this is the last chunk of the transfer
140 int len, bool last_xfer, bool last_chunk)
159 if (last_chunk && last_xfer)
138 meson_spifc_txrx(struct meson_spifc_priv *spifc, const u8 *dout, u8 *din, int offset, int len, bool last_xfer, bool last_chunk) argument

Completed in 106 milliseconds