Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dadvansys.c824 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW) macro
847 #define AscGetChipScsiID(port) ((AscGetChipCfgLsw(port) >> 8) & ASC_MAX_TID)
3765 cfg = AscGetChipCfgLsw(iop_base); in AscEnableInterrupt()
3773 cfg = AscGetChipCfgLsw(iop_base); in AscDisableInterrupt()
8617 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscGetChipBiosAddress()
8635 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscSetChipScsiID()
8711 channel = AscGetChipCfgLsw(iop_base) & 0x0003; in AscGetIsaDmaChannel()
8729 cfg_lsw = AscGetChipCfgLsw(iop_base) & 0xFFFC; in AscSetIsaDmaChannel()
9137 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscInitFromEEP()
9154 AscGetChipCfgLsw(iop_base); in AscInitFromEEP()
[all …]