Home
last modified time | relevance | path

Searched refs:id4 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c253 #define id4 (1LL << 32) macro
277 0.051285 * id4, 26.168746 * id4, -4.361449 * id4, -0.000001 * id4,
281 29.832207 * id4, 50.047322 * id4, -25.380017 * id4, 2.546422 * id4,
285 33.541131 * id4,
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c252 #define id4 (1LL << 32) macro
276 0.051285 * id4, 26.168746 * id4, -4.361449 * id4, -0.000001 * id4,
280 29.832207 * id4, 50.047322 * id4, -25.380017 * id4, 2.546422 * id4,
284 33.541131 * id4,
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c116 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_before_target() local
133 id4 = id_from_prog_fd(fd4); in test_tc_opts_before_target()
136 ASSERT_NEQ(id3, id4, "prog_ids_3_4"); in test_tc_opts_before_target()
219 ASSERT_EQ(optq.prog_ids[0], id4, "prog_ids[0]"); in test_tc_opts_before_target()
268 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_after_target() local
285 id4 = id_from_prog_fd(fd4); in test_tc_opts_after_target()
288 ASSERT_NEQ(id3, id4, "prog_ids_3_4"); in test_tc_opts_after_target()
374 ASSERT_EQ(optq.prog_ids[3], id4, "prog_ids[3]"); in test_tc_opts_after_target()
1031 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_prepend_target() local
1048 id4 in test_tc_opts_prepend_target()
1171 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; test_tc_opts_append_target() local
1311 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; test_tc_opts_dev_cleanup_target() local
1656 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; test_tc_opts_detach_target() local
1827 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; test_tc_opts_detach_before_target() local
2034 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; test_tc_opts_detach_after_target() local
2467 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; test_tc_opts_query_target() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H A Dcore.c889 unsigned int id, id2, id3, id4, id5; in ep93xx_get_soc_id() local
897 id4 = __raw_readl(EP93XX_SECURITY_UNIQID4); in ep93xx_get_soc_id()
906 add_device_randomness(&id4, 4); in ep93xx_get_soc_id()
910 "%08x%08x%08x%08x", id2, id3, id4, id5); in ep93xx_get_soc_id()
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/
H A Dcore.c900 unsigned int id, id2, id3, id4, id5; in ep93xx_get_soc_id() local
908 id4 = __raw_readl(EP93XX_SECURITY_UNIQID4); in ep93xx_get_soc_id()
917 add_device_randomness(&id4, 4); in ep93xx_get_soc_id()
921 "%08x%08x%08x%08x", id2, id3, id4, id5); in ep93xx_get_soc_id()
/kernel/linux/linux-6.6/net/mptcp/
H A Doptions.c1623 u8 id1, id2, id3, id4; in mptcp_write_options() local
1628 id4 = i + 3 < opts->rm_list.nr ? opts->rm_list.ids[i + 3] : TCPOPT_NOP; in mptcp_write_options()
1629 put_unaligned_be32(id1 << 24 | id2 << 16 | id3 << 8 | id4, ptr); in mptcp_write_options()
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H A Dksz_common.c3040 u8 id1, id2, id4; in ksz_switch_detect() local
3097 &id4); in ksz_switch_detect()
3101 if (id4 == SKU_ID_KSZ8563) in ksz_switch_detect()
3103 else if (id4 == SKU_ID_KSZ9563) in ksz_switch_detect()

Completed in 11 milliseconds