Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c897 #define AscGetChipControl(port) (uchar)inp((port)+IOP_CTRL) macro
3817 val = AscGetChipControl(iop_base) & in AscSetBank()
3852 AscGetChipControl(iop_base) & in AscStopChip()
3866 if ((AscGetChipControl(iop_base) & CC_HALT) != 0) { in AscIsChipHalted()
7392 ctrl_reg = AscGetChipControl(iop_base); in AscISR()