Searched full:irqm (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/Documentation/scsi/ |
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
|
D | ChangeLog.sym53c8xx | 440 ncr53c8xx=irqm:??, as follows: 441 a) If bit 0x10 is set in irqm, SA_SHIRQ flag is not used. 442 b) If bit 0x20 is set in irqm, SA_INTERRUPT flag is not used. 444 Option 'ncr53c8xx=irqm:0x20' may be used when an IRQ is shared by
|
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
|
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-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,sci-intr.yaml | 32 | | irqM | +-----+ |
|
/linux-6.12.1/drivers/scsi/ |
D | ncr53c8xx.h | 524 u8 irqm; member 757 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
|
D | ncr53c8xx.c | 630 "irqm:" "pcifix:" 733 driver_setup.irqm = val; in sym53c8xx__setup() 3918 switch(driver_setup.irqm & 3) { in ncr_prepare_setting() 3920 np->rv_dcntl |= IRQM; in ncr_prepare_setting() 3923 np->rv_dcntl |= (np->sv_dcntl & IRQM); in ncr_prepare_setting()
|
/linux-6.12.1/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 52 module_param_named(irqm, sym_driver_setup.irq_mode, byte, 0); 66 MODULE_PARM_DESC(irqm, "0 for open drain, 1 to leave alone, 2 for totem pole");
|
D | sym_defs.h | 234 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
|
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-6.12.1/drivers/net/ethernet/marvell/ |
D | sky2.h | 629 TIM_CLR_IRQ = 1<<0, /* Clear Timer IRQ (!IRQM) */
|
D | skge.h | 277 TIM_CLR_IRQ = 1<<0, /* Clear Timer IRQ (!IRQM) */
|