Searched refs:ic_sof (Results 1 – 1 of 1) sorted by relevance
1498 static int ic_sof = -EINVAL, ic_eof = -EINVAL; variable1536 ic_sof = ipu_irq_map(69); in idmac_alloc_chan_resources()1537 if (ic_sof > 0) { in idmac_alloc_chan_resources()1538 ret = request_irq(ic_sof, ic_sof_irq, 0, "IC SOF", ichan); in idmac_alloc_chan_resources()1578 if (ic_sof > 0) { in idmac_free_chan_resources()1579 free_irq(ic_sof, ichan); in idmac_free_chan_resources()1581 ic_sof = -EINVAL; in idmac_free_chan_resources()