Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nvmem/
A Dmeson-efuse.c45 struct device_node *sm_np; in meson_efuse_probe() local
52 sm_np = of_parse_phandle(pdev->dev.of_node, "secure-monitor", 0); in meson_efuse_probe()
53 if (!sm_np) { in meson_efuse_probe()
58 fw = meson_sm_get(sm_np); in meson_efuse_probe()
59 of_node_put(sm_np); in meson_efuse_probe()
/linux-6.3-rc2/drivers/soc/amlogic/
A Dmeson-secure-pwrc.c138 struct device_node *sm_np; in meson_secure_pwrc_probe() local
148 sm_np = of_find_compatible_node(NULL, NULL, "amlogic,meson-gxbb-sm"); in meson_secure_pwrc_probe()
149 if (!sm_np) { in meson_secure_pwrc_probe()
156 of_node_put(sm_np); in meson_secure_pwrc_probe()
160 pwrc->fw = meson_sm_get(sm_np); in meson_secure_pwrc_probe()
161 of_node_put(sm_np); in meson_secure_pwrc_probe()

Completed in 3 milliseconds