Lines Matching defs:ipin
83 * as a pci busid/devid/ipin <-> irq cache and also as a acpi
93 int ipin, int *pci_irqp, iflag_t *iflagp, acpi_psm_lnk_t *acpipsmlnkp);
108 acpi_get_gsiv(dev_info_t *dip, ACPI_HANDLE pciobj, int devno, int ipin,
129 if (dev_adr != prtp->Address || ipin != prtp->Pin)
403 acpi_translate_pci_irq(dev_info_t *dip, int ipin, int *pci_irqp,
412 curpin = ipin;
827 * its attributes to PCI bus/dev/ipin and optionally to its associated ACPI
831 acpi_new_irq_cache_ent(int bus, int dev, int ipin, int pci_irq,
857 ep->ipin = (uchar_t)ipin;
867 * Searches the irq caches for the given bus/dev/ipin.
875 acpi_get_irq_cache_ent(uchar_t bus, uchar_t dev, int ipin,
888 (irqcachep->ipin == ipin)) {