Searched defs:n_bytes (Results 1 – 10 of 10) sorted by relevance
/u-boot/fs/yaffs2/ |
A D | yaffs_ecc.c | 205 void yaffs_ecc_calc_other(const unsigned char *data, unsigned n_bytes, in yaffs_ecc_calc_other() 231 int yaffs_ecc_correct_other(unsigned char *data, unsigned n_bytes, in yaffs_ecc_correct_other()
|
A D | yaffs_summary.c | 44 unsigned n_bytes; member 124 int n_bytes; in yaffs_summary_write() local 186 int n_bytes; in yaffs_summary_read() local
|
A D | yaffs_packedtags2.h | 28 unsigned n_bytes; member
|
A D | yaffs_checkptrw.c | 258 int yaffs2_checkpt_wr(struct yaffs_dev *dev, const void *data, int n_bytes) in yaffs2_checkpt_wr() 288 int yaffs2_checkpt_rd(struct yaffs_dev *dev, void *data, int n_bytes) in yaffs2_checkpt_rd()
|
A D | yaffs_packedtags1.h | 26 unsigned n_bytes:10; member
|
A D | yaffs_yaffs2.c | 212 int n_bytes = 0; in yaffs_calc_checkpt_blocks_required() local 313 u32 n_bytes; in yaffs2_wr_checkpt_dev() local 341 u32 n_bytes; in yaffs2_rd_checkpt_dev() local
|
A D | yaffs_guts.c | 302 int yaffs_check_ff(u8 *buffer, int n_bytes) in yaffs_check_ff() 2984 const u8 *buffer, int n_bytes, int use_reserve) in yaffs_wr_data_obj() 3413 int yaffs_file_rd(struct yaffs_obj *in, u8 * buffer, loff_t offset, int n_bytes) in yaffs_file_rd() 3493 int n_bytes, int write_through) in yaffs_do_file_wr() 3664 int n_bytes, int write_through) in yaffs_wr_file()
|
A D | yaffs_guts.h | 134 int n_bytes; /* Only valid if the cache is dirty */ member 183 unsigned n_bytes; /* Only valid for data chunks */ member
|
/u-boot/drivers/spi/ |
A D | pic32_spi.c | 110 static u32 pic32_tx_max(struct pic32_spi_priv *priv, int n_bytes) in pic32_tx_max() 123 static u32 pic32_rx_max(struct pic32_spi_priv *priv, int n_bytes) in pic32_rx_max()
|
A D | mxc_spi.c | 439 int n_bytes = DIV_ROUND_UP(bitlen, 8); in mxc_spi_xfer_internal() local
|
Completed in 22 milliseconds