Searched refs:msiIrq (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/pci/designware/
H A DMsiInterruptCtrlDW.cpp13 MsiInterruptCtrlDW::Init(PciDbiRegs volatile* dbiRegs, int32 msiIrq) argument
16 dprintf(" msiIrq: %" B_PRId32 "\n", msiIrq);
35 result = install_io_interrupt_handler(msiIrq, InterruptReceived, this, 0);
H A DDWPCIController.cpp268 uint64 msiIrq; local
269 if (!fdtModule->get_interrupt(fdtDev, 0, NULL, &msiIrq))
280 CHECK_RET(fIrqCtrl.Init(GetDbuRegs(), msiIrq));
H A DDWPCIController.h166 status_t Init(PciDbiRegs volatile* dbiRegs, int32 msiIrq);

Completed in 21 milliseconds