Home
last modified time | relevance | path

Searched refs:ptp2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A Dfix-build-with-gcc-14.patch10 camlibs/ptp2/chdk.c | 6 +++---
13 diff --git a/camlibs/ptp2/chdk.c b/camlibs/ptp2/chdk.c
15 --- a/camlibs/ptp2/chdk.c
16 +++ b/camlibs/ptp2/chdk.c
/openbmc/linux/arch/mips/boot/dts/mscc/
H A Docelot_pcb120.dts32 function = "ptp2";
/openbmc/qemu/hw/net/
H A Digb_core.c1028 PTP2 ptp2; in igb_receive_assign() local
1065 iov_to_buf(iov, iovcnt, iov_ofs + ETH_HLEN, &ptp2, sizeof(ptp2)) >= sizeof(ptp2) && in igb_receive_assign()
1066 (ptp2.version_ptp & 15) == 2 && in igb_receive_assign()
1067 ptp2.message_id_transport_specific == ((core->mac[TSYNCRXCFG] >> 8) & 255)) { in igb_receive_assign()
1071 core->mac[RXSATRL] = le32_to_cpu(ptp2.source_uuid_lo); in igb_receive_assign()
1072 core->mac[RXSATRH] = le16_to_cpu(ptp2.source_uuid_hi) | in igb_receive_assign()
1073 (le16_to_cpu(ptp2.sequence_id) << 16); in igb_receive_assign()