Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dti_hecc.c183 void __iomem *hecc_ram; member
209 __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()