Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dadvansys.c898 #define AscSetChipControl(port, cc_val) outp((port)+IOP_CTRL, cc_val) argument
4360 uchar cc_val; in AscStopChip() local
4362 cc_val = in AscStopChip()
4365 AscSetChipControl(iop_base, (uchar)(cc_val | CC_HALT)); in AscStopChip()