sys/dev/ic/advlib.c
1905
cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1915
cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1934
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1943
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
1965
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE3;
sys/dev/ic/advlib.c
1969
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFE0;
sys/dev/ic/advlib.c
1980
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFF3;
sys/dev/ic/advlib.c
2037
channel = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0x0003;
sys/dev/ic/advlib.c
2058
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh) & 0xFFFC;
sys/dev/ic/advlib.c
372
cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.c
390
eep_config->cfg_lsw = ASC_GET_CHIP_CFG_LSW(iot, ioh);
sys/dev/ic/advlib.h
1281
#define ASC_GET_CHIP_SCSI_ID(iot, ioh) ((ASC_GET_CHIP_CFG_LSW((iot), (ioh)) >> 8) & ASC_MAX_TID)