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

  /src/sys/dev/nor/
cfi.h 125 struct cfi_ops { struct
184 struct cfi_ops cfi_ops; /* chip dependent functions */ member in struct:cfi
239 KASSERT(cfi->cfi_ops.cfi_reset != NULL);
240 cfi->cfi_ops.cfi_reset(cfi);
246 KASSERT(cfi->cfi_ops.cfi_erase_sector != NULL);
247 return cfi->cfi_ops.cfi_erase_sector(cfi, offset);
253 KASSERT(cfi->cfi_ops.cfi_program_word != NULL);
254 return cfi->cfi_ops.cfi_program_word(cfi, offset);

Completed in 54 milliseconds