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

  /src/sys/dev/nand/
nand.h 332 nand_write_buf_2(device_t self, const void *buf, size_t size) function in typeref:typename:void
499 static __inline void nand_write_buf_2(device_t, const void *, size_t);
nand.c 792 nand_write_buf_2(self, data + b, bs);
796 nand_write_buf_2(self, chip->nc_oob_cache,
872 nand_write_buf_2(self, oob, chip->nc_spare_size);

Completed in 13 milliseconds