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