Lines Matching refs:PHN_IRQCTL
36 #define PHN_IRQCTL 0x4c /* irq control in caddr space */ macro
73 iowrite32(0x43, dev->caddr + PHN_IRQCTL); in phantom_status()
74 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_status()
76 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_status()
77 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_status()
395 iowrite32(0, pht->caddr + PHN_IRQCTL); in phantom_probe()
396 ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_probe()
447 iowrite32(0, pht->caddr + PHN_IRQCTL); in phantom_remove()
448 ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_remove()
469 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_suspend()
470 ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ in phantom_suspend()
481 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_resume()