Searched refs:meson_sm_call (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/firmware/meson/ |
| D | meson_sm.c | 107 int meson_sm_call(unsigned int cmd_index, u32 *ret, u32 arg0, in meson_sm_call() function 126 EXPORT_SYMBOL(meson_sm_call); 159 if (meson_sm_call(cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read() 207 if (meson_sm_call(cmd_index, &written, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_write()
|
| /Linux-v4.19/include/linux/firmware/meson/ |
| D | meson_sm.h | 24 int meson_sm_call(unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1,
|
| /Linux-v4.19/drivers/nvmem/ |
| D | meson-efuse.c | 51 if (meson_sm_call(SM_EFUSE_USER_MAX, &size, 0, 0, 0, 0, 0) < 0) in meson_efuse_probe()
|