Searched refs:PHN_IRQCTL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | phantom.c | 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() 464 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_suspend() [all...] |
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | phantom.c | 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() 464 iowrite32(0, dev->caddr + PHN_IRQCTL); in phantom_suspend() [all...] |
Completed in 2 milliseconds