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

  /src/sys/dev/nand/
nand.h 456 int nand_flash_write(device_t, flash_off_t, size_t, size_t *, const u_char *);
nand.c 83 .write = nand_flash_write,
1198 nand_flash_write(device_t self, flash_off_t offset, size_t len, size_t *retlen, function in typeref:typename:int
1209 DPRINTF(("nand_flash_write: write (off: 0x%jx, len: %ju),"
1234 "nand_flash_write: bad block encountered\n");

Completed in 125 milliseconds