Home
last modified time | relevance | path

Searched refs:irq_request (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dsabre.c66 s->irq_request = irq_num; in sabre_set_request()
75 if (s->irq_request != NO_IRQ_REQUEST) { in sabre_check_irqs()
76 sabre_set_request(s, s->irq_request); in sabre_check_irqs()
105 s->irq_request = NO_IRQ_REQUEST; in sabre_clear_request()
135 if ((s->irq_request == ino) && !(val & ~PBM_PCI_IMR_MASK)) { in sabre_config_write()
146 if ((s->irq_request == (ino | 0x20)) in sabre_config_write()
156 if ((s->irq_request / 4) == ino) { in sabre_config_write()
157 sabre_clear_request(s, s->irq_request); in sabre_config_write()
165 if (s->irq_request == ino) { in sabre_config_write()
322 if ((s->irq_request == NO_IRQ_REQUEST) in pci_sabre_set_irq()
[all …]
/openbmc/qemu/include/hw/pci-host/
H A Dsabre.h45 unsigned int irq_request; member
/openbmc/linux/sound/soc/ti/
H A Ddavinci-mcasp.c102 u32 irq_request[2]; member
249 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]); in mcasp_start_rx()
287 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]); in mcasp_start_tx()
304 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]); in mcasp_stop_rx()
331 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]); in mcasp_stop_tx()
369 u32 irq_mask = mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]; in davinci_mcasp_tx_irq_handler()
400 u32 irq_mask = mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]; in davinci_mcasp_rx_irq_handler()
2315 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK] = XUNDRN; in davinci_mcasp_probe()
2316 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE] = ROVRN; in davinci_mcasp_probe()
2335 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE] = ROVRN; in davinci_mcasp_probe()
[all …]