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

/freebsd-12-stable/sys/dev/ncr/
H A Dncrreg.h188 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
H A Dncr.c3650 np->rv_dcntl & IRQM ? "totem pole" : "open drain",
/freebsd-12-stable/sys/dev/sym/
H A Dsym_defs.h414 #define IRQM 0x08 /* mod: irq mode (1 = totem pole !) */ macro
H A Dsym_hipd.c2719 np->rv_dcntl |= IRQM;
2722 np->rv_dcntl |= (np->sv_dcntl & IRQM);
2783 np->rv_dcntl & IRQM ? "totem pole" : "open drain",
3011 OUTB (nc_dcntl, (np->rv_dcntl & IRQM));

Completed in 188 milliseconds