Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dadvansys.c837 #define AscSetChipControl(port, cc_val) outp((port)+IOP_CTRL, cc_val) argument
3692 uchar cc_val; in AscStopChip() local
3694 cc_val = in AscStopChip()
3697 AscSetChipControl(iop_base, (uchar)(cc_val | CC_HALT)); in AscStopChip()