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

/linux-master/drivers/scsi/
H A Dadvansys.c807 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW) macro
830 #define AscGetChipScsiID(port) ((AscGetChipCfgLsw(port) >> 8) & ASC_MAX_TID)
3712 cfg = AscGetChipCfgLsw(iop_base);
3720 cfg = AscGetChipCfgLsw(iop_base);
8523 cfg_lsw = AscGetChipCfgLsw(iop_base);
8535 cfg_lsw = AscGetChipCfgLsw(iop_base);
8959 cfg_lsw = AscGetChipCfgLsw(iop_base);
8976 AscGetChipCfgLsw(iop_base);
11210 unsigned short cfg_lsw = AscGetChipCfgLsw(iop_base);

Completed in 166 milliseconds