Searched refs:INTF (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | dsmg600-pci.c | 34 #define INTF 6 macro 43 irq_set_irq_type(IXP4XX_GPIO_IRQ(INTF), IRQ_TYPE_LEVEL_LOW); in dsmg600_pci_preinit() 54 { IXP4XX_GPIO_IRQ(INTF), -1, -1 }, in dsmg600_map_irq()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 53 encoder -> INTF /
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 183 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
|
D | sym_hipd.c | 1038 if (INB(np, nc_istat) & (INTF|SIP|DIP)) 2833 if (istat & INTF) { 2834 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem); 2841 return (istat & INTF) ? IRQ_HANDLED : IRQ_NONE;
|
/linux-4.1.27/drivers/scsi/ |
D | ncr53c8xx.h | 703 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
|
D | ncr53c8xx.c | 5781 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5917 if (istat & INTF) { in ncr_exception() 5918 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception() 7740 if (INB(nc_istat) & (INTF|SIP|DIP))
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 492 handler is called for command completion, then clears INTF, scans
|