Home
last modified time | relevance | path

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

/linux/drivers/soc/vt8500/
H A Dwmt-socinfo.c34 static const char *sccid_to_name(u32 sccid) in sccid_to_name() argument
36 u32 id = sccid >> 16; in sccid_to_name()
54 u32 sccid; in wmt_socinfo_probe() local
60 sccid = readl(reg); in wmt_socinfo_probe()
73 attrs->family = sccid_to_name(sccid); in wmt_socinfo_probe()
75 letter = (sccid >> 8) & 0xf; in wmt_socinfo_probe()
77 digit = sccid & 0xff; in wmt_socinfo_probe()
82 attrs->soc_id = devm_kasprintf(&pdev->dev, GFP_KERNEL, "%08x", sccid); in wmt_socinfo_probe()