Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic7xxx_seeprom.c229 if ((sc->adapter_control & CFSTERM) != 0) in ahc_check_extport()
410 enablePRI_low = (adapter_control & CFSTERM); in configure_termination()
548 if ((adapter_control & CFSTERM) != 0) { in configure_termination()
H A Daic7xxxvar.h846 #define CFSTERM 0x0004 /* SCSI low byte termination */ macro
H A Daic79xx.h857 #define CFSTERM 0x0002 /* SCSI low byte termination */ macro
/openbsd/sys/dev/pci/
H A Dahd_pci.c820 if ((adapter_control & CFSTERM) != 0) in ahd_configure_termination()