Home
last modified time | relevance | path

Searched refs:id4 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/
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, -34.149302 * id4, 5.691537 * id4, 0.000002 * id4,
289 -41.470726 * id4, -17.775823 * id4, 13.057821 * id4, -1.15823 * id4,
297 -3.402339 * id4, 0.000209 * id4, -0.000092 * id4, 0.000010 * id4,
301 8.293120 * id4, -1.192888 * id4, -0.947652 * id4, 0.094507 * id4,
305 39.541978 * id4, 5.680053 * id4, -0.946676 * id4, 0.000000 * id4,
309 20.687300 * id4, 3.014003 * id4, -0.557786 * id4, -0.01311 * id4,
/linux-6.1.9/arch/arm/mach-ep93xx/
Dcore.c891 unsigned int id, id2, id3, id4, id5; in ep93xx_get_soc_id() local
899 id4 = __raw_readl(EP93XX_SECURITY_UNIQID4); in ep93xx_get_soc_id()
908 add_device_randomness(&id4, 4); in ep93xx_get_soc_id()
912 "%08x%08x%08x%08x", id2, id3, id4, id5); in ep93xx_get_soc_id()
/linux-6.1.9/net/mptcp/
Doptions.c1601 u8 id1, id2, id3, id4; in mptcp_write_options() local
1606 id4 = i + 3 < opts->rm_list.nr ? opts->rm_list.ids[i + 3] : TCPOPT_NOP; in mptcp_write_options()
1607 put_unaligned_be32(id1 << 24 | id2 << 16 | id3 << 8 | id4, ptr); in mptcp_write_options()
/linux-6.1.9/drivers/net/dsa/microchip/
Dksz_common.c2721 u8 id1, id2, id4; in ksz_switch_detect() local
2778 &id4); in ksz_switch_detect()
2782 if (id4 == SKU_ID_KSZ8563) in ksz_switch_detect()