Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/misc/
H A Dfsl_iim.c101 static int prepare_access(struct fsl_iim **regs, u32 bank, u32 word, int assert, in prepare_access() function
134 ret = prepare_access(regs, bank, word, val != NULL, caller); in prepare_read()
232 return prepare_access(regs, bank, word, !(val & ~0xff), caller); in prepare_write()
H A Dmxc_ocotp.c164 static int prepare_access(struct ocotp_regs **regs, u32 bank, u32 word, in prepare_access() function
214 return prepare_access(regs, bank, word, val != NULL, caller); in prepare_read()
345 return prepare_access(regs, bank, word, true, caller); in prepare_write()