Searched refs:remote_icu (Results 1 – 1 of 1) sorted by relevance
66 void __iomem *remote_icu[TH_1520_MBOX_CHANS - 1]; member453 priv->remote_icu[0] = th1520_map_mmio(pdev, "remote-icu0", 0x4000); in th1520_mbox_probe()454 if (IS_ERR(priv->remote_icu[0])) in th1520_mbox_probe()455 return PTR_ERR(priv->remote_icu[0]); in th1520_mbox_probe()457 priv->remote_icu[1] = th1520_map_mmio(pdev, "remote-icu1", 0x0); in th1520_mbox_probe()458 if (IS_ERR(priv->remote_icu[1])) in th1520_mbox_probe()459 return PTR_ERR(priv->remote_icu[1]); in th1520_mbox_probe()461 priv->remote_icu[2] = th1520_map_mmio(pdev, "remote-icu2", 0x0); in th1520_mbox_probe()462 if (IS_ERR(priv->remote_icu[2])) in th1520_mbox_probe()463 return PTR_ERR(priv->remote_icu[2]); in th1520_mbox_probe()[all …]