Home
last modified time | relevance | path

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

/linux-6.15/drivers/ptp/
H A Dptp_ocp.c4079 u16 sma_val[4][2]; in ptp_ocp_summary_show() local
4097 memset(sma_val, 0xff, sizeof(sma_val)); in ptp_ocp_summary_show()
4102 sma_val[0][0] = reg & 0xffff; in ptp_ocp_summary_show()
4103 sma_val[1][0] = reg >> 16; in ptp_ocp_summary_show()
4107 sma_val[3][1] = reg >> 16; in ptp_ocp_summary_show()
4111 sma_val[3][0] = reg >> 16; in ptp_ocp_summary_show()
4115 sma_val[1][1] = reg >> 16; in ptp_ocp_summary_show()
4120 sma_val[0][0], sma_val[0][1], buf); in ptp_ocp_summary_show()
4124 sma_val[1][0], sma_val[1][1], buf); in ptp_ocp_summary_show()
4128 sma_val[2][0], sma_val[2][1], buf); in ptp_ocp_summary_show()
[all …]