Searched refs:prepare_access (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_iim.c | 100 static int prepare_access(struct fsl_iim **regs, u32 bank, u32 word, int assert, in prepare_access() function 133 ret = prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 231 return prepare_access(regs, bank, word, !(val & ~0xff), caller); in prepare_write()
|
H A D | mxc_ocotp.c | 168 static int prepare_access(struct ocotp_regs **regs, u32 bank, u32 word, in prepare_access() function 218 return prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 368 return prepare_access(regs, bank, word, true, caller); in prepare_write()
|
/openbmc/linux/tools/perf/util/ |
H A D | unwind.h | 21 int (*prepare_access)(struct maps *maps); member
|
H A D | unwind-libunwind.c | 65 err = maps__unwind_libunwind_ops(maps)->prepare_access(maps); in unwind__prepare_access()
|
H A D | unwind-libunwind-local.c | 803 .prepare_access = _unwind__prepare_access,
|