Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_pci.c91 u32 cra_a2p_ie; in ctucan_pci_probe() local
192 cra_a2p_ie = ioread32(cra_addr + CYCLONE_IV_CRA_A2P_IE); in ctucan_pci_probe()
193 dev_info(dev, "cra_a2p_ie 0x%08x\n", cra_a2p_ie); in ctucan_pci_probe()
194 cra_a2p_ie |= 1; in ctucan_pci_probe()
195 iowrite32(cra_a2p_ie, cra_addr + CYCLONE_IV_CRA_A2P_IE); in ctucan_pci_probe()
196 cra_a2p_ie = ioread32(cra_addr + CYCLONE_IV_CRA_A2P_IE); in ctucan_pci_probe()
197 dev_info(dev, "cra_a2p_ie 0x%08x\n", cra_a2p_ie); in ctucan_pci_probe()