Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1965 #define AscSetChipControl(port, cc_val) outp((port)+IOP_CTRL, cc_val) argument
12050 uchar cc_val; in AscStopChip() local
12052 cc_val = AscGetChipControl(iop_base) & (~(CC_SINGLE_STEP | CC_TEST | CC_DIAG)); in AscStopChip()
12053 AscSetChipControl(iop_base, (uchar) (cc_val | CC_HALT)); in AscStopChip()