Home
last modified time | relevance | path

Searched refs:has_no_sharedram (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/ti/
H A Dpruss.c25 * @has_no_sharedram: flag to indicate the absence of PRUSS Shared Data RAM
29 bool has_no_sharedram; member
206 if (data && data->has_no_sharedram && i == PRUSS_MEM_SHRD_RAM2) in pruss_probe()
319 .has_no_sharedram = false,
323 .has_no_sharedram = true,
/kernel/linux/linux-6.6/drivers/soc/ti/
H A Dpruss.c30 * @has_no_sharedram: flag to indicate the absence of PRUSS Shared Data RAM
34 bool has_no_sharedram; member
508 if (data && data->has_no_sharedram && i == PRUSS_MEM_SHRD_RAM2) in pruss_probe()
582 .has_no_sharedram = false,
586 .has_no_sharedram = true,

Completed in 2 milliseconds