HomeSort by: relevance | last modified time | path
    Searched refs:nand_write_buf_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/nand/
nand.h 321 nand_write_buf_1(device_t self, const void *buf, size_t size) function in typeref:typename:void
498 static __inline void nand_write_buf_1(device_t, const void *, size_t);
nand.c 801 nand_write_buf_1(self, data + b, bs);
805 nand_write_buf_1(self, chip->nc_oob_cache,
874 nand_write_buf_1(self, oob, chip->nc_spare_size);

Completed in 13 milliseconds