Searched refs:sma_val (Results 1 – 1 of 1) sorted by relevance
3632 u16 sma_val[4][2]; in ptp_ocp_summary_show() local3655 memset(sma_val, 0xff, sizeof(sma_val)); in ptp_ocp_summary_show()3660 sma_val[0][0] = reg & 0xffff; in ptp_ocp_summary_show()3661 sma_val[1][0] = reg >> 16; in ptp_ocp_summary_show()3664 sma_val[2][1] = reg & 0xffff; in ptp_ocp_summary_show()3665 sma_val[3][1] = reg >> 16; in ptp_ocp_summary_show()3668 sma_val[2][0] = reg & 0xffff; in ptp_ocp_summary_show()3669 sma_val[3][0] = reg >> 16; in ptp_ocp_summary_show()3672 sma_val[0][1] = reg & 0xffff; in ptp_ocp_summary_show()3673 sma_val[1][1] = reg >> 16; in ptp_ocp_summary_show()[all …]