Home | Sort by: relevance | last modified time | path |
/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); |