Searched refs:s_spdifHandle (Results 1 – 1 of 1) sorted by relevance
39 static spdif_handle_t *s_spdifHandle[ARRAY_SIZE(s_spdifBases)][2]; variable389 s_spdifHandle[SPDIF_GetInstance(base)][0] = handle; in SPDIF_TransferTxCreateHandle()424 s_spdifHandle[SPDIF_GetInstance(base)][1] = handle; in SPDIF_TransferRxCreateHandle()842 if ((s_spdifHandle[0][0] != NULL) && (s_spdifTxIsr != NULL)) in SPDIF_DriverIRQHandler()844 s_spdifTxIsr(SPDIF, s_spdifHandle[0][0]); in SPDIF_DriverIRQHandler()847 if ((s_spdifHandle[0][1] != NULL) && (s_spdifRxIsr != NULL)) in SPDIF_DriverIRQHandler()849 s_spdifRxIsr(SPDIF, s_spdifHandle[0][1]); in SPDIF_DriverIRQHandler()