Lines Matching refs:remote_icu
66 void __iomem *remote_icu[TH_1520_MBOX_CHANS - 1]; member
453 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()
493 cp->comm_remote_base = priv->remote_icu[remote_idx]; in th1520_mbox_probe()