Home | Sort by: relevance | last modified time | path |
/src/sys/dev/i2c/ | |
emcfan.c | 851 int64_t ip3; local in function:emcfan_refresh_210_346_230x_tach 865 ip3 = (int64_t)((edges - 1) * (int64_t)100000000000) / (int64_t)ip2; 867 printf("edges: %d ; ip3: %d\n",edges,ip3); 870 irpm = (ip1 * ip3 * ftach * 60) / 100000000000; |
emcfan.c | 851 int64_t ip3; local in function:emcfan_refresh_210_346_230x_tach 865 ip3 = (int64_t)((edges - 1) * (int64_t)100000000000) / (int64_t)ip2; 867 printf("edges: %d ; ip3: %d\n",edges,ip3); 870 irpm = (ip1 * ip3 * ftach * 60) / 100000000000; |