> -----Original Message-----
> From: Qiao, Wenjing <[email protected]>
> Sent: Wednesday, August 9, 2023 9:33 AM
> To: Wu, Jingjing <[email protected]>; Xing, Beilei 
> <[email protected]>;
> Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Liu, Mingxia <[email protected]>; Qiao, Wenjing
> <[email protected]>; Su, Simei <[email protected]>; Olech, Milena
> <[email protected]>
> Subject: [PATCH 03/14] common/idpf/base: initial PTP support

> +/* VIRTCHNL2_PTP_CAPS
> + * PTP capabilities
> + */
> +#define VIRTCHNL2_PTP_CAP_LEGACY_CROSS_TIME  BIT(0)
> +#define VIRTCHNL2_PTP_CAP_PTM                        BIT(1)
> +#define VIRTCHNL2_PTP_CAP_DEVICE_CLOCK_CONTROL       BIT(2)
> +#define VIRTCHNL2_PTP_CAP_TX_TSTAMPS_DIRECT  BIT(3)
> +#define      VIRTCHNL2_PTP_CAP_TX_TSTAMPS_VIRTCHNL   BIT(4)
[Liu, Mingxia] Spaces need to be aligned.
> +

Reply via email to