Searched refs:cfi_ops (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/nor/
H A Dcfi.h125 struct cfi_ops { struct
184 struct cfi_ops cfi_ops; /* chip dependent functions */ member in struct:cfi
239 KASSERT(cfi->cfi_ops.cfi_reset != NULL);
240 cfi->cfi_ops.cfi_reset(cfi);
246 KASSERT(cfi->cfi_ops.cfi_erase_sector != NULL);
247 return cfi->cfi_ops.cfi_erase_sector(cfi, offset);
253 KASSERT(cfi->cfi_ops.cfi_program_word != NULL);
254 return cfi->cfi_ops.cfi_program_word(cfi, offset);
H A Dcfi_0002.c157 cfi->cfi_ops.cfi_reset = cfi_reset_std;
191 cfi->cfi_ops.cfi_busy = cfi_0002_busy_dq7;
193 cfi->cfi_ops.cfi_erase_sector = cfi_0002_erase_sector_q;
194 cfi->cfi_ops.cfi_program_word = cfi_0002_program_word_ub;
197 cfi->cfi_ops.cfi_busy = cfi_0002_busy_reg;
198 cfi->cfi_ops.cfi_erase_sector = cfi_0002_erase_sector_1;
199 cfi->cfi_ops.cfi_program_word = cfi_0002_program_word_no_ub;
457 if (! cfi->cfi_ops.cfi_busy(cfi, offset))
479 if (! cfi->cfi_ops.cfi_busy(cfi, offset)) {
491 if (! cfi->cfi_ops
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c7239 rtx *cfi_ops)
7244 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg1, *cfi_ops);
7255 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg2, *cfi_ops);
7513 unsigned limit, bool skip_wb, rtx *cfi_ops)
7558 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg2, *cfi_ops);
7568 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg, *cfi_ops);
7238 aarch64_pop_regs(unsigned regno1, unsigned regno2, HOST_WIDE_INT adjustment, rtx *cfi_ops) argument
7512 aarch64_restore_callee_saves(poly_int64 start_offset, unsigned start, unsigned limit, bool skip_wb, rtx *cfi_ops) argument
8482 rtx cfi_ops = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc8669 rtx *cfi_ops)
8674 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg1, *cfi_ops);
8685 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg2, *cfi_ops);
8955 unsigned limit, bool skip_wb, rtx *cfi_ops)
9000 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg2, *cfi_ops);
9010 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg, *cfi_ops);
[all...]

Completed in 228 milliseconds