/src/sys/arch/evbmips/loongson/ |
loongson_clock.c | 58 static int scale_m[] = {1, 1, 3, 1, 5, 3, 7, 1}; variable in typeref:typename:int[] 62 #define scale(x, f) (x * scale_d[f] / scale_m[f]) 63 #define rscale(x, f) (x * scale_m[f] / scale_d[f])
|
loongson_clock.c | 58 static int scale_m[] = {1, 1, 3, 1, 5, 3, 7, 1}; variable in typeref:typename:int[] 62 #define scale(x, f) (x * scale_d[f] / scale_m[f]) 63 #define rscale(x, f) (x * scale_m[f] / scale_d[f])
|
/src/sys/dev/pci/voyager/ |
pwmclock.c | 82 static int scale_m[] = {1, 1, 3, 1, 5, 3, 7, 1}; variable in typeref:typename:int[] 85 #define scale(x, f) (x * scale_d[f] / scale_m[f])
|
pwmclock.c | 82 static int scale_m[] = {1, 1, 3, 1, 5, 3, 7, 1}; variable in typeref:typename:int[] 85 #define scale(x, f) (x * scale_d[f] / scale_m[f])
|