Searched refs:ntint_sts (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/ntb/hw/idt/ |
| D | ntb_hw_idt.c | 698 static void idt_se_isr(struct idt_ntb_dev *ndev, u32 ntint_sts) in idt_se_isr() argument 714 ntint_sts, sests); in idt_se_isr() 1429 static void idt_db_isr(struct idt_ntb_dev *ndev, u32 ntint_sts) in idt_db_isr() argument 1435 dev_dbg(&ndev->ntb.pdev->dev, "DB IRQ detected %#08x", ntint_sts); in idt_db_isr() 1612 static void idt_msg_isr(struct idt_ntb_dev *ndev, u32 ntint_sts) in idt_msg_isr() argument 1618 dev_dbg(&ndev->ntb.pdev->dev, "Message IRQ detected %#08x", ntint_sts); in idt_msg_isr() 1861 static void idt_temp_isr(struct idt_ntb_dev *ndev, u32 ntint_sts) in idt_temp_isr() argument 1875 "Temp sensor IRQ detected %#08x", ntint_sts); in idt_temp_isr() 1987 u32 ntint_sts; in idt_thread_isr() local 1990 ntint_sts = idt_nt_read(ndev, IDT_NT_NTINTSTS); in idt_thread_isr() [all …]
|