Searched defs:n_bytes (Results 1 - 10 of 10) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_packedtags1.h26 unsigned n_bytes:10; member in struct:yaffs_packed_tags1
H A Dyaffs_packedtags2.h28 unsigned n_bytes; member in struct:yaffs_packed_tags2_tags_only
H A Dyaffs_ecc.c205 void yaffs_ecc_calc_other(const unsigned char *data, unsigned n_bytes, argument
231 int yaffs_ecc_correct_other(unsigned char *data, unsigned n_bytes, argument
H A Dyaffs_checkptrw.c258 int yaffs2_checkpt_wr(struct yaffs_dev *dev, const void *data, int n_bytes) argument
288 int yaffs2_checkpt_rd(struct yaffs_dev *dev, void *data, int n_bytes) argument
H A Dyaffs_summary.c44 unsigned n_bytes; member in struct:yaffs_summary_tags
124 int n_bytes; local
186 int n_bytes; local
[all...]
H A Dyaffs_yaffs2.c212 int n_bytes = 0; local
313 u32 n_bytes; local
341 u32 n_bytes; local
[all...]
H A Dyaffs_guts.h134 int n_bytes; /* Only valid if the cache is dirty */ member in struct:yaffs_cache
183 unsigned n_bytes; /* Only valid for data chunks */ member in struct:yaffs_ext_tags
H A Dyaffs_guts.c302 int yaffs_check_ff(u8 *buffer, int n_bytes) argument
2983 yaffs_wr_data_obj(struct yaffs_obj *in, int inode_chunk, const u8 *buffer, int n_bytes, int use_reserve) argument
3413 yaffs_file_rd(struct yaffs_obj *in, u8 * buffer, loff_t offset, int n_bytes) argument
3492 yaffs_do_file_wr(struct yaffs_obj *in, const u8 *buffer, loff_t offset, int n_bytes, int write_through) argument
3663 yaffs_wr_file(struct yaffs_obj *in, const u8 *buffer, loff_t offset, int n_bytes, int write_through) argument
[all...]
/u-boot/drivers/spi/
H A Dmxc_spi.c420 int n_bytes = DIV_ROUND_UP(bitlen, 8); local
H A Dpic32_spi.c110 static u32 pic32_tx_max(struct pic32_spi_priv *priv, int n_bytes) argument
123 static u32 pic32_rx_max(struct pic32_spi_priv *priv, int n_bytes) argument

Completed in 44 milliseconds