Searched refs:cfi_reset (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/nor/
H A Dcfi.h126 void (*cfi_reset)(struct cfi *); member in struct:cfi_ops
237 cfi_reset(struct cfi * const cfi) function
239 KASSERT(cfi->cfi_ops.cfi_reset != NULL);
240 cfi->cfi_ops.cfi_reset(cfi);
H A Dcfi_0002.c157 cfi->cfi_ops.cfi_reset = cfi_reset_std;

Completed in 100 milliseconds