Searched full:irqm (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.ncr53c8xx | 197 ncr53c8xx=irqm:??, as follows: 198 a) If bit 0x10 is set in irqm, IRQF_SHARED flag is not used. 199 b) If bit 0x20 is set in irqm, IRQF_DISABLED flag is not used. 201 Option 'ncr53c8xx=irqm:0x20' may be used when an IRQ is shared by
|
| H A D | ncr53c8xx.rst | 939 irqm:0 always open drain 940 irqm:1 same as initial settings (assumed BIOS settings) 941 irqm:2 always totem pole 942 irqm:0x10 driver will not use IRQF_SHARED flag when requesting irq 1067 irq mode from BIOS settings irqm:1 1079 tags:0,sync:50,debug:0,burst:7,led:0,wide:1,settle:2,diff:0,irqm:0 1092 tags:32,sync:12,debug:0,burst:7,led:1,wide:1,settle:2,diff:0,irqm:0
|
| H A D | sym53c8xx_2.rst | 560 irqm=0 always open drain 561 irqm=1 same as initial settings (assumed BIOS settings) 562 irqm=2 always totem pole
|
| /linux/drivers/scsi/ |
| H A D | ncr53c8xx.h | 524 u8 irqm; member 757 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_defs.h | 234 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
|
| H A D | sym_hipd.c | 190 OUTB(np, nc_dcntl, (np->rv_dcntl & IRQM)); in sym_reset_scsi_bus() 888 np->rv_dcntl |= IRQM; 891 np->rv_dcntl |= (np->sv_dcntl & IRQM); 931 np->rv_dcntl & IRQM ? "totem pole" : "open drain",
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | sky2.h | 629 TIM_CLR_IRQ = 1<<0, /* Clear Timer IRQ (!IRQM) */
|
| H A D | skge.h | 277 TIM_CLR_IRQ = 1<<0, /* Clear Timer IRQ (!IRQM) */
|