Searched refs:s_spdifHandle (Results 1 – 1 of 1) sorted by relevance
39 static spdif_handle_t *s_spdifHandle[ARRAY_SIZE(s_spdifBases)][2]; variable385 s_spdifHandle[SPDIF_GetInstance(base)][0] = handle; in SPDIF_TransferTxCreateHandle()420 s_spdifHandle[SPDIF_GetInstance(base)][1] = handle; in SPDIF_TransferRxCreateHandle()838 if ((s_spdifHandle[0][0] != NULL) && (s_spdifTxIsr != NULL)) in SPDIF_DriverIRQHandler()840 s_spdifTxIsr(SPDIF, s_spdifHandle[0][0]); in SPDIF_DriverIRQHandler()843 if ((s_spdifHandle[0][1] != NULL) && (s_spdifRxIsr != NULL)) in SPDIF_DriverIRQHandler()845 s_spdifRxIsr(SPDIF, s_spdifHandle[0][1]); in SPDIF_DriverIRQHandler()