Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c836 #define AscGetChipControl(port) (uchar)inp((port)+IOP_CTRL) macro
3660 val = AscGetChipControl(iop_base) & in AscSetBank()
3695 AscGetChipControl(iop_base) & in AscStopChip()
3709 if ((AscGetChipControl(iop_base) & CC_HALT) != 0) { in AscIsChipHalted()
7039 ctrl_reg = AscGetChipControl(iop_base); in AscISR()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c823 #define AscGetChipControl(port) (uchar)inp((port)+IOP_CTRL) macro
3611 val = AscGetChipControl(iop_base) & in AscSetBank()
3646 AscGetChipControl(iop_base) & in AscStopChip()
3660 if ((AscGetChipControl(iop_base) & CC_HALT) != 0) { in AscIsChipHalted()
6953 ctrl_reg = AscGetChipControl(iop_base); in AscISR()

Completed in 37 milliseconds