Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
D53c7,8xx.c858 int i, ccf, expected_ccf; in NCR53c7x0_init() local
1029 expected_ccf = clock_to_ccf (expected_clock); in NCR53c7x0_init()
1032 if (expected_ccf != -1 && ccf != expected_ccf && !ccf) { in NCR53c7x0_init()
1034 ~SCNTL3_800_CCF_MASK) | expected_ccf; in NCR53c7x0_init()
1037 host->host_no, expected_ccf, ccf); in NCR53c7x0_init()