Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dadvansys.c824 #define AscSetChipControl(port, cc_val) outp((port)+IOP_CTRL, cc_val) argument
3643 uchar cc_val; in AscStopChip() local
3645 cc_val = in AscStopChip()
3648 AscSetChipControl(iop_base, (uchar)(cc_val | CC_HALT)); in AscStopChip()