Searched refs:XTALFREQ (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Dqlogicfas408.h31 #define XTALFREQ 40 macro
54 #define FASTCLK 0 /*(XTALFREQ>25?1:0)*/
58 /* This is the sync transfer divisor, XTALFREQ/X will be the maximum
61 #define SYNCXFRPD 5 /*(XTALFREQ/5)*/
H A Dqlogicfas408.c67 static int qlcfg5 = (XTALFREQ << 5); /* 15625/512 */
71 static int qlcfg9 = ((XTALFREQ + 4) / 5);

Completed in 223 milliseconds