Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/txx9/rbtx4939/
Dsetup.c449 struct resource smc_res[] = { in rbtx4939_device_init() local
488 platform_device_add_resources(pdev, smc_res, ARRAY_SIZE(smc_res)) || in rbtx4939_device_init()
/Linux-v5.4/drivers/remoteproc/
Dstm32_rproc.c342 struct arm_smccc_res smc_res; in stm32_rproc_set_hold_boot() local
349 hold_boot.reg, val, 0, 0, 0, 0, &smc_res); in stm32_rproc_set_hold_boot()
350 err = smc_res.a0; in stm32_rproc_set_hold_boot()