Searched refs:bustype (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dmach_rootnex.c53 #define BUSTYPE_TO_ADDRTYPE(bustype) ((bustype >> 28) & 0xf)
214 cmn_err(CE_PANIC, "rootnex: wrong bustype: %x child: %s\n",
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h100 char bustype[4]; /* offset 36 */ member in struct:int13_fn48_result
H A Dapix.h238 extern int apic_find_bus_id(int bustype);
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c95 extern int apic_find_bus_id(int bustype);
729 int dev_len, pci_irq, newirq, bustype, devid, busid, i; local
763 airqp->airq_iflag.bustype =
771 bustype = 0;
813 intr_flag.bustype = child_is_pciex ? BUS_PCIE : BUS_PCI;
828 bustype = BUS_ISA;
830 bustype = BUS_EISA;
853 intr_flag.bustype = BUS_ISA;
868 intr_flag.bustype = BUS_ISA;
872 if (bustype
[all...]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c2331 apix_intx_setup_nonpci(dev_info_t *dip, int inum, int bustype, argument
2344 if (bustype == 0)
2345 bustype = eisa_level_intr_mask ? BUS_EISA : BUS_ISA;
2349 if (((busid = apic_find_bus_id(bustype)) != -1) &&
2355 bustype = (bustype == BUS_EISA) ? BUS_ISA : BUS_EISA;
2376 intr_flag.bustype = BUS_ISA;
2389 intr_flag.bustype = BUS_ISA;
2398 apix_intx_setup_pci(dev_info_t *dip, int inum, int bustype, argument
2423 intr_flag.bustype
2447 int bustype = 0, dev_len; local
[all...]
/illumos-gate/usr/src/uts/intel/sys/
H A Dacpica.h116 bustype: 4; member in struct:iflag
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c103 extern int apic_find_bus_id(int bustype);
774 int dev_len, pci_irq, newirq, bustype, devid, busid, i; local
808 airqp->airq_iflag.bustype =
816 bustype = 0;
858 intr_flag.bustype = child_is_pciex ? BUS_PCIE : BUS_PCI;
873 bustype = BUS_ISA;
875 bustype = BUS_EISA;
898 intr_flag.bustype = BUS_ISA;
913 intr_flag.bustype = BUS_ISA;
917 if (bustype
[all...]
H A Dmp_platform_common.c95 int apic_find_bus_id(int bustype);
1428 if (iflag1.bustype != iflag2.bustype || iflag1.bustype != BUS_PCI)
1533 apic_find_bus_id(int bustype) argument
1539 if (apic_find_bus_type((char *)&busp->bus_str1) == bustype)
1543 APIC_VERBOSE_IOAPIC((CE_WARN, "Did not find bus id for bustype %x",
1544 bustype));
1693 bus_type = irqptr->airq_iflag.bustype;
1879 irqlistent->intr_flags.bustype
[all...]
H A Disa.c1036 int bustype; local
1100 bustype = isa_regs[0].phys_hi;
1102 (void) sprintf(name, "%x,%x", bustype, base);
H A Dhpet_acpi.c312 hpet_flags->bustype = BUS_PCI; /* we *do* conform to PCI */
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c258 bus_type = irqp->airq_iflag.bustype;
353 bus_type = irqp->airq_iflag.bustype;
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c385 if (strncmp(bd->bustype, "PCI", 3) != 0) {
387 (void) printf("was not pci %s\n", bd->bustype);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c538 sci_flags->bustype = BUS_PCI; /* we *do* conform to PCI */
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2850 int bustype; local
2858 bustype = PC_REG_TYPE_CARDBUS;
2865 bustype = PC_REG_TYPE_16BIT;
2889 CISTPL_DEVICE_A, bustype);
2891 CISTPL_DEVICE, bustype);
2895 bustype);
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c3266 int bustype; member in struct:__anon5377
3279 if (reglist[i].bustype == 1) {
H A Dasy.c546 uint_t bustype; member in struct:__anon4882
561 switch (reglist[i].bustype) {

Completed in 121 milliseconds