Home
last modified time | relevance | path

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

/drivers/misc/
Dphantom.c36 #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()
[all …]