1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #include <intelblocks/tcss.h> 4 5 const struct soc_tcss_ops tcss_ops = { 6 .configure_aux_bias_pads = tcss_configure_aux_bias_pads_regbar, 7 .valid_tbt_auth = tcss_valid_tbt_auth, 8 }; 9
1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #include <intelblocks/tcss.h> 4 5 const struct soc_tcss_ops tcss_ops = { 6 .configure_aux_bias_pads = tcss_configure_aux_bias_pads_regbar, 7 .valid_tbt_auth = tcss_valid_tbt_auth, 8 }; 9