Searched refs:hecc_ram (Results 1 – 1 of 1) sorted by relevance
183 void __iomem *hecc_ram; member209 __raw_writel(val, priv->hecc_ram + mbxno * 4); in hecc_write_lam()214 return __raw_readl(priv->hecc_ram + HECC_CANMOTS + mbxno * 4); in hecc_read_stamp()880 priv->hecc_ram = devm_platform_ioremap_resource_byname(pdev, in ti_hecc_probe()882 if (IS_ERR(priv->hecc_ram)) { in ti_hecc_probe()884 err = PTR_ERR(priv->hecc_ram); in ti_hecc_probe()
Completed in 7 milliseconds