Home | History | Annotate | Download | only in CsmSupportLib

Lines Matching refs:Pirq

58 // PIRQ Table

821 Translates the given PIRQ accounting for bridge.
822 This function translates the given PIRQ back through all buses, if required,
823 and returns the true PIRQ and associated IRQ.
829 @param Pirq Input is PIRQ reported by device, and output is true PIRQ.
830 @param PciIrq The IRQ already assigned to the PIRQ, or the IRQ to be
831 assigned to the PIRQ.
833 @retval EFI_SUCCESS The PIRQ was translated.
843 IN OUT UINT8 *Pirq,
861 LocalPirq = (UINT8) (*Pirq);
866 LocalPirq = (UINT8) (PirqTableHead.IrqRoutingEntry[Index].PirqEntry[LocalPirq].Pirq & 0x0f);
898 *Pirq = LocalPirq;