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

  /src/sys/dev/nor/
cfi.h 129 int (*cfi_erase_sector)(struct cfi *, flash_off_t); member in struct:cfi_ops
244 cfi_erase_sector(struct cfi * const cfi, flash_off_t offset) function in typeref:typename:int
246 KASSERT(cfi->cfi_ops.cfi_erase_sector != NULL);
247 return cfi->cfi_ops.cfi_erase_sector(cfi, offset);
cfi.h 129 int (*cfi_erase_sector)(struct cfi *, flash_off_t); member in struct:cfi_ops
244 cfi_erase_sector(struct cfi * const cfi, flash_off_t offset) function in typeref:typename:int
246 KASSERT(cfi->cfi_ops.cfi_erase_sector != NULL);
247 return cfi->cfi_ops.cfi_erase_sector(cfi, offset);
cfi.h 129 int (*cfi_erase_sector)(struct cfi *, flash_off_t); member in struct:cfi_ops
244 cfi_erase_sector(struct cfi * const cfi, flash_off_t offset) function in typeref:typename:int
246 KASSERT(cfi->cfi_ops.cfi_erase_sector != NULL);
247 return cfi->cfi_ops.cfi_erase_sector(cfi, offset);

Completed in 38 milliseconds