Home
last modified time | relevance | path

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

/linux/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); in AscEnableInterrupt()
3720 cfg = AscGetChipCfgLsw(iop_base); in AscDisableInterrupt()
8524 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscGetChipBiosAddress()
8536 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscSetChipScsiID()
8960 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscInitFromEEP()
8977 AscGetChipCfgLsw(iop_base); in AscInitFromEEP()
11211 unsigned short cfg_lsw = AscGetChipCfgLsw(iop_base); in advansys_vlb_irq_no()