Lines Matching refs:PHN_IRQCTL
32 #define PHN_IRQCTL 0x4c /* irq control in caddr space */ macro
72 iowrite32(0x43, dev->caddr + PHN_IRQCTL); in phantom_status()
73 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_status()
75 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_status()
76 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_status()
393 iowrite32(0, pht->caddr + PHN_IRQCTL); in phantom_probe()
394 ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_probe()
445 iowrite32(0, pht->caddr + PHN_IRQCTL); in phantom_remove()
446 ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_remove()
466 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_suspend()
467 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_suspend()
478 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_resume()