Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c63 static int qlcfg5 = (XTALFREQ << 5); /* 15625/512 */
67 static int qlcfg9 = ((XTALFREQ + 4) / 5);
/kernel/linux/linux-6.6/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 3 milliseconds