HomeSort by: relevance | last modified time | path
    Searched defs:termination (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
adwlib.c 113 0, /* 11 termination */
256 u_int8_t tid, termination; local in function:AdwInitFromEEPROM
443 * If the EEPROM 'termination' field is set to automatic (0), then set
444 * the ADV_DVC_CFG 'termination' field to automatic also.
446 * If the termination is specified with a non-zero 'termination'
448 * 'termination' field appropriately.
453 sc->cfg.termination = 0; /* auto termination */
457 sc->cfg.termination |= ADW_TERM_CTL_L
    [all...]
adwlib.h 108 * For the ASC3550 Bit 13 is Termination Polarity control bit.
459 #define ADW_TERM_CTL 0x0030 /* External SCSI Termination Bits */
460 #define ADW_TERM_CTL_H 0x0020 /* Enable External SCSI Upper Termination */
461 #define ADW_TERM_CTL_L 0x0010 /* Enable External SCSI Lower Termination */
480 #define ADW_TERM_LVD 0x00C0 /* LVD Termination Bits */
481 #define ADW_TERM_LVD_HI 0x0080 /* Enable LVD Upper Termination */
482 #define ADW_TERM_LVD_LO 0x0040 /* Enable LVD Lower Termination */
483 #define ADW_TERM_SE 0x0030 /* SE Termination Bits */
484 #define ADW_TERM_SE_HI 0x0020 /* Enable SE Upper Termination */
485 #define ADW_TERM_SE_LO 0x0010 /* Enable SE Lower Termination */
681 u_int8_t termination; \/* Term. Ctrl. bits 6-5 of SCSI_CFG1 *\/ member in struct:adw_dvc_cfg
    [all...]

Completed in 15 milliseconds