Lines Matching refs:PHN_IRQCTL
32 #define PHN_IRQCTL 0x4c /* irq control in caddr space */ macro
69 iowrite32(0x43, dev->caddr + PHN_IRQCTL); in phantom_status()
70 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_status()
72 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_status()
73 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_status()
391 iowrite32(0, pht->caddr + PHN_IRQCTL); in phantom_probe()
392 ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_probe()
443 iowrite32(0, pht->caddr + PHN_IRQCTL); in phantom_remove()
444 ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_remove()
465 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_suspend()
466 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_suspend()
477 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_resume()