Home
last modified time | relevance | path

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

/linux/drivers/soc/renesas/
H A Drz-sysc.c35 const char *soc_id_start, *soc_id_end; in rz_sysc_soc_init() local
41 soc_id_start = strchr(match->compatible, ',') + 1; in rz_sysc_soc_init()
43 size = soc_id_end - soc_id_start + 1; in rz_sysc_soc_init()
46 strscpy(soc_id, soc_id_start, size); in rz_sysc_soc_init()