Searched refs:INTF (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A D | dsmg600-pci.c | 32 #define INTF 6 macro 41 irq_set_irq_type(IXP4XX_GPIO_IRQ(INTF), IRQ_TYPE_LEVEL_LOW); in dsmg600_pci_preinit() 52 { IXP4XX_GPIO_IRQ(INTF), -1, -1 }, in dsmg600_map_irq()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 170 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
|
H A D | sym_hipd.c | 1025 if (INB(np, nc_istat) & (INTF|SIP|DIP)) 2813 * clear of the INTF flag reaches the device 2817 * prior to deliver the INTF interrupt condition. 2820 if (istat & INTF) { 2821 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem); 2828 return (istat & INTF) ? IRQ_HANDLED : IRQ_NONE;
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 170 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
|
H A D | sym_hipd.c | 1025 if (INB(np, nc_istat) & (INTF|SIP|DIP)) 2813 * clear of the INTF flag reaches the device 2817 * prior to deliver the INTF interrupt condition. 2820 if (istat & INTF) { 2821 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem); 2828 return (istat & INTF) ? IRQ_HANDLED : IRQ_NONE;
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 691 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
|
H A D | ncr53c8xx.c | 5772 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5908 if (istat & INTF) { in ncr_exception() 5909 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception() 7732 if (INB(nc_istat) & (INTF|SIP|DIP))
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 691 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
|
H A D | ncr53c8xx.c | 5606 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5742 if (istat & INTF) { in ncr_exception() 5743 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception() 7566 if (INB(nc_istat) & (INTF|SIP|DIP))
|
Completed in 40 milliseconds