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

  /src/sys/dev/nor/
cfi.h 128 int (*cfi_program_word)(struct cfi *, flash_off_t); member in struct:cfi_ops
251 cfi_program_word(struct cfi * const cfi, flash_off_t offset) function in typeref:typename:int
253 KASSERT(cfi->cfi_ops.cfi_program_word != NULL);
254 return cfi->cfi_ops.cfi_program_word(cfi, offset);
cfi.h 128 int (*cfi_program_word)(struct cfi *, flash_off_t); member in struct:cfi_ops
251 cfi_program_word(struct cfi * const cfi, flash_off_t offset) function in typeref:typename:int
253 KASSERT(cfi->cfi_ops.cfi_program_word != NULL);
254 return cfi->cfi_ops.cfi_program_word(cfi, offset);
cfi.h 128 int (*cfi_program_word)(struct cfi *, flash_off_t); member in struct:cfi_ops
251 cfi_program_word(struct cfi * const cfi, flash_off_t offset) function in typeref:typename:int
253 KASSERT(cfi->cfi_ops.cfi_program_word != NULL);
254 return cfi->cfi_ops.cfi_program_word(cfi, offset);

Completed in 31 milliseconds