Searched refs:meson_sm_call (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/firmware/meson/ |
| D | meson_sm.c | 103 int meson_sm_call(unsigned int cmd_index, u32 *ret, u32 arg0, in meson_sm_call() function 122 EXPORT_SYMBOL(meson_sm_call); 155 if (meson_sm_call(cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read() 203 if (meson_sm_call(cmd_index, &written, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_write()
|
| /Linux-v5.4/include/linux/firmware/meson/ |
| D | meson_sm.h | 19 int meson_sm_call(unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1,
|
| /Linux-v5.4/drivers/nvmem/ |
| D | meson-efuse.c | 68 if (meson_sm_call(SM_EFUSE_USER_MAX, &size, 0, 0, 0, 0, 0) < 0) { in meson_efuse_probe()
|