Home
last modified time | relevance | path

Searched refs:IRQM (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_defs.h247 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
Dsym_hipd.c203 OUTB(np, nc_dcntl, (np->rv_dcntl & IRQM)); in sym_reset_scsi_bus()
901 np->rv_dcntl |= IRQM;
904 np->rv_dcntl |= (np->sv_dcntl & IRQM);
944 np->rv_dcntl & IRQM ? "totem pole" : "open drain",
/Linux-v4.19/drivers/scsi/
Dncr53c8xx.h769 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
Dncr53c8xx.c3957 np->rv_dcntl |= IRQM; in ncr_prepare_setting()
3960 np->rv_dcntl |= (np->sv_dcntl & IRQM); in ncr_prepare_setting()