Home
last modified time | relevance | path

Searched refs:prepare_access (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Dfsl_iim.c100 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 Dmxc_ocotp.c168 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 Dunwind.h21 int (*prepare_access)(struct maps *maps); member
H A Dunwind-libunwind.c65 err = maps__unwind_libunwind_ops(maps)->prepare_access(maps); in unwind__prepare_access()
H A Dunwind-libunwind-local.c803 .prepare_access = _unwind__prepare_access,