Home
last modified time | relevance | path

Searched refs:port_intr (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/sound/ppc/
A Dsnd_ps3.c303 uint32_t port_intr; in snd_ps3_interrupt() local
313 port_intr = read_reg(PS3_AUDIO_AX_IS); in snd_ps3_interrupt()
318 if (port_intr & PS3_AUDIO_AX_IE_ASOBEIE(0)) { in snd_ps3_interrupt()
320 if (port_intr & PS3_AUDIO_AX_IE_ASOBUIE(0)) { in snd_ps3_interrupt()
321 write_reg(PS3_AUDIO_AX_IS, port_intr); in snd_ps3_interrupt()
340 } else if (port_intr & PS3_AUDIO_AX_IE_ASOBUIE(0)) { in snd_ps3_interrupt()
/linux-6.3-rc2/drivers/ata/
A Dlibata-sff.c1471 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()
1491 handled |= port_intr(ap, qc); in __ata_sff_interrupt()

Completed in 9 milliseconds