Home
last modified time | relevance | path

Searched full:irqm (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx197 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 DChangeLog.sym53c8xx440 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
H A Dncr53c8xx.rst939 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 Dsym53c8xx_2.rst560 irqm=0 always open drain
561 irqm=1 same as initial settings (assumed BIOS settings)
562 irqm=2 always totem pole
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dti,sci-intr.yaml32 | | irqM | +-----+ |
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h524 u8 irqm; member
757 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
H A Dncr53c8xx.c630 "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()
/openbmc/u-boot/include/
H A Dsym53c8xx.h153 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c52 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");
H A Dsym_defs.h234 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
H A Dsym_hipd.c190 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",
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.h629 TIM_CLR_IRQ = 1<<0, /* Clear Timer IRQ (!IRQM) */
H A Dskge.h277 TIM_CLR_IRQ = 1<<0, /* Clear Timer IRQ (!IRQM) */