Searched defs:nbyte (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/spi/
H A Dsh_qspi.c152 u32 nbyte, chunk; local
/u-boot/fs/yaffs2/
H A Dyaffsfs.c1066 int yaffsfs_do_read(int handle, void *vbuf, unsigned int nbyte, argument
1178 yaffs_read(int handle, void *buf, unsigned int nbyte) argument
1183 yaffs_pread(int handle, void *buf, unsigned int nbyte, loff_t offset) argument
1188 yaffsfs_do_write(int handle, const void *vbuf, unsigned int nbyte, int isPwrite, loff_t offset) argument
1295 yaffs_write(int fd, const void *buf, unsigned int nbyte) argument
1300 yaffs_pwrite(int fd, const void *buf, unsigned int nbyte, loff_t offset) argument
[all...]

Completed in 130 milliseconds