Searched refs:port_intr (Results 1 – 2 of 2) sorted by relevance
317 uint32_t port_intr; in snd_ps3_interrupt() local327 port_intr = read_reg(PS3_AUDIO_AX_IS); in snd_ps3_interrupt()332 if (port_intr & PS3_AUDIO_AX_IE_ASOBEIE(0)) { in snd_ps3_interrupt()334 if (port_intr & PS3_AUDIO_AX_IE_ASOBUIE(0)) { in snd_ps3_interrupt()335 write_reg(PS3_AUDIO_AX_IS, port_intr); in snd_ps3_interrupt()354 } else if (port_intr & PS3_AUDIO_AX_IE_ASOBUIE(0)) { in snd_ps3_interrupt()
1596 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()1616 handled |= port_intr(ap, qc); in __ata_sff_interrupt()