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

/netbsd-current/sys/dev/nor/
H A Dcfi.h128 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
253 KASSERT(cfi->cfi_ops.cfi_program_word != NULL);
254 return cfi->cfi_ops.cfi_program_word(cfi, offset);
H A Dcfi_0002.c194 cfi->cfi_ops.cfi_program_word = cfi_0002_program_word_ub;
199 cfi->cfi_ops.cfi_program_word = cfi_0002_program_word_no_ub;

Completed in 104 milliseconds