HomeSort by: relevance | last modified time | path
    Searched defs:nor_flash_read (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/nor/
nor.c 66 static int nor_flash_read(device_t, flash_off_t, size_t, size_t *, uint8_t *);
91 .read = nor_flash_read,
860 nor_flash_read(device_t self, flash_off_t offset, size_t len, function in typeref:typename:int
nor.c 66 static int nor_flash_read(device_t, flash_off_t, size_t, size_t *, uint8_t *);
91 .read = nor_flash_read,
860 nor_flash_read(device_t self, flash_off_t offset, size_t len, function in typeref:typename:int
nor.c 66 static int nor_flash_read(device_t, flash_off_t, size_t, size_t *, uint8_t *);
91 .read = nor_flash_read,
860 nor_flash_read(device_t self, flash_off_t offset, size_t len, function in typeref:typename:int

Completed in 31 milliseconds