/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | freq-step.c | 99 tick_offset = 1e6 * freq / user_hz; in set_frequency() 103 txc.freq = (1e6 * freq - user_hz * tick_offset) * (1 << 16); in set_frequency() 156 usleep(1e6 * MEAN_SAMPLE_INTERVAL / 10); in run_test() 176 1e6 * mono_freq_offset); in run_test() 190 1e6 * freq_step, in run_test() 191 1e6 * freq_error1, 1e9 * stddev1, 1e9 * max1, in run_test() 192 1e6 * freq_error2, 1e9 * stddev2, 1e9 * max2); in run_test() 251 freq_base = (rand() % (1 << 24) - (1 << 23)) / 65536e6; in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | freq-step.c | 99 tick_offset = 1e6 * freq / user_hz; in set_frequency() 103 txc.freq = (1e6 * freq - user_hz * tick_offset) * (1 << 16); in set_frequency() 156 usleep(1e6 * MEAN_SAMPLE_INTERVAL / 10); in run_test() 176 1e6 * mono_freq_offset); in run_test() 190 1e6 * freq_step, in run_test() 191 1e6 * freq_error1, 1e9 * stddev1, 1e9 * max1, in run_test() 192 1e6 * freq_error2, 1e9 * stddev2, 1e9 * max2); in run_test() 251 freq_base = (rand() % (1 << 24) - (1 << 23)) / 65536e6; in main()
|
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/ |
H A D | clock_test_010.cpp | 82 (void)SleepTest(5e6); // 5ms in ClockTestThread() 83 (void)SleepTest(10e6); // 10ms in ClockTestThread() 84 (void)SleepTest(10e6 + 1); // 10ms+1ns in ClockTestThread() 85 (void)SleepTest(25e6); // 25ms in ClockTestThread()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
H A D | comedidev.h | 604 #define RANGE(a, b) {(a) * 1e6, (b) * 1e6, 0} 605 #define RANGE_ext(a, b) {(a) * 1e6, (b) * 1e6, RF_EXTERNAL} 606 #define RANGE_mA(a, b) {(a) * 1e6, (b) * 1e6, UNIT_mA} 607 #define RANGE_unitless(a, b) {(a) * 1e6, (b) * 1e6, 0} 608 #define BIP_RANGE(a) {-(a) * 1e6, (a) * 1e6, [all...] |
/kernel/linux/linux-6.6/include/linux/comedi/ |
H A D | comedidev.h | 603 #define RANGE(a, b) {(a) * 1e6, (b) * 1e6, 0} 604 #define RANGE_ext(a, b) {(a) * 1e6, (b) * 1e6, RF_EXTERNAL} 605 #define RANGE_mA(a, b) {(a) * 1e6, (b) * 1e6, UNIT_mA} 606 #define RANGE_unitless(a, b) {(a) * 1e6, (b) * 1e6, 0} 607 #define BIP_RANGE(a) {-(a) * 1e6, (a) * 1e6, [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_compat.c | 54 struct ip6t_entry e6; member 149 entry->e6.ipv6.flags |= IP6T_F_PROTO; in nft_target_set_tgchk_param() 151 entry->e6.ipv6.proto = proto; in nft_target_set_tgchk_param() 152 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_target_set_tgchk_param() 424 entry->e6.ipv6.flags |= IP6T_F_PROTO; in nft_match_set_mtchk_param() 426 entry->e6.ipv6.proto = proto; in nft_match_set_mtchk_param() 427 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_match_set_mtchk_param()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_compat.c | 55 struct ip6t_entry e6; member 157 entry->e6.ipv6.flags |= IP6T_F_PROTO; in nft_target_set_tgchk_param() 159 entry->e6.ipv6.proto = proto; in nft_target_set_tgchk_param() 160 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_target_set_tgchk_param() 458 entry->e6.ipv6.flags |= IP6T_F_PROTO; in nft_match_set_mtchk_param() 460 entry->e6.ipv6.proto = proto; in nft_match_set_mtchk_param() 461 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_match_set_mtchk_param()
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_wlan_net.c | 944 range->bitrate[0] = 1e6; in ks_wlan_get_range() 945 range->bitrate[1] = 2e6; in ks_wlan_get_range() 946 range->bitrate[2] = 5.5e6; in ks_wlan_get_range() 947 range->bitrate[3] = 11e6; in ks_wlan_get_range() 950 range->bitrate[0] = 1e6; in ks_wlan_get_range() 951 range->bitrate[1] = 2e6; in ks_wlan_get_range() 952 range->bitrate[2] = 5.5e6; in ks_wlan_get_range() 953 range->bitrate[3] = 11e6; in ks_wlan_get_range() 955 range->bitrate[4] = 6e6; in ks_wlan_get_range() 956 range->bitrate[5] = 9e6; in ks_wlan_get_range() [all...] |
/kernel/linux/linux-6.6/drivers/staging/ks7010/ |
H A D | ks_wlan_net.c | 943 range->bitrate[0] = 1e6; in ks_wlan_get_range() 944 range->bitrate[1] = 2e6; in ks_wlan_get_range() 945 range->bitrate[2] = 5.5e6; in ks_wlan_get_range() 946 range->bitrate[3] = 11e6; in ks_wlan_get_range() 949 range->bitrate[0] = 1e6; in ks_wlan_get_range() 950 range->bitrate[1] = 2e6; in ks_wlan_get_range() 951 range->bitrate[2] = 5.5e6; in ks_wlan_get_range() 952 range->bitrate[3] = 11e6; in ks_wlan_get_range() 954 range->bitrate[4] = 6e6; in ks_wlan_get_range() 955 range->bitrate[5] = 9e6; in ks_wlan_get_range() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 104 .long R(32, 19, 19, 2b), R(e6, 73, 73, 95) 155 .long R(65, bf, bf, da), R(d7, e6, e6, 31) 205 .long R(dd, 3e, 05, ae), R(4d, e6, bd, 46) 258 .long R(e6, 95, 6e, 65), R(aa, ff, e6, 7e) 259 .long R(21, bc, cf, 08), R(ef, 15, e8, e6)
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 104 .long R(32, 19, 19, 2b), R(e6, 73, 73, 95) 155 .long R(65, bf, bf, da), R(d7, e6, e6, 31) 205 .long R(dd, 3e, 05, ae), R(4d, e6, bd, 46) 258 .long R(e6, 95, 6e, 65), R(aa, ff, e6, 7e) 259 .long R(21, bc, cf, 08), R(ef, 15, e8, e6)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_led.c | 60 u32 input_clk = 27e6; /* PDISPLAY.SOR[1].PWM is connected to the crystal */ in nouveau_led_set_brightness()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_led.c | 60 u32 input_clk = 27e6; /* PDISPLAY.SOR[1].PWM is connected to the crystal */ in nouveau_led_set_brightness()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | litex_mmc.c | 603 mmc->f_min = 12.5e6; in litex_mmc_probe() 604 mmc->f_max = 50e6; in litex_mmc_probe()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | em_ipt.c | 47 struct ip6t_entry e6; in check_match() member
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | em_ipt.c | 47 struct ip6t_entry e6; in check_match() member
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 2885 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local 2895 PSMOUSE_CMD_SETSCALE11, e6)) in alps_identify() 2898 if ((e6[0] & 0xf8) != 0 || e6[1] != 0 || (e6[2] != 10 && e6[2] != 100)) in alps_identify()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 2885 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local 2895 PSMOUSE_CMD_SETSCALE11, e6)) in alps_identify() 2898 if ((e6[0] & 0xf8) != 0 || e6[1] != 0 || (e6[2] != 10 && e6[2] != 100)) in alps_identify()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | prog.c | 2017 .ratio_mul = 1e6, 2031 .ratio_mul = 1e6, 2045 .ratio_mul = 1e6,
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 182 "us": 1e6,
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | prog.c | 1720 .ratio_mul = 1e6,
|
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 1939 20000, 1e6); in rtl8365mb_reset_chip()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 226 { 1e6, "ms" }, in lock_stat_key_print_time()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 248 e6, e6val, \ 265 ((u64)(e6val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e6##_SHIFT) | \
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 207 e6, e6val, \ 224 ((u64)(e6val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e6##_SHIFT) | \
|