Searched refs:IRQM (Results 1 – 4 of 4) sorted by relevance
234 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
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",
757 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
3920 np->rv_dcntl |= IRQM; in ncr_prepare_setting()3923 np->rv_dcntl |= (np->sv_dcntl & IRQM); in ncr_prepare_setting()
Completed in 29 milliseconds