sys/dev/ic/advlib.c
1875
cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1885
cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1907
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1916
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1939
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE3;
sys/dev/ic/advlib.c
1943
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE0;
sys/dev/ic/advlib.c
1954
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFF3;
sys/dev/ic/advlib.c
2012
channel = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0x0003;
sys/dev/ic/advlib.c
2033
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFFC;
sys/dev/ic/advlib.c
365
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
383
eep_config->cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.h
1289
#define ASC_GET_CHIP_SCSI_ID(iot, ioh) ((ASC_GET_CHIP_CFG_LSW((iot), (ioh)) >> 8) & ASC_MAX_TID)