Searched defs:pci_device (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c795 uint_t pci_device; local
804 pci_device = PCI_REG_DEV_G(regbuf->pci_phys_hi);
812 if (pci_device == 3 && pci_function == 1) {
H A Ddrmach.c5754 uint_t pci_device; local
5786 pci_device = PCI_REG_DEV_G(regbuf->pci_phys_hi);
5794 if ((pci_device == 3) && (pci_function == 1))
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h311 uint8_t pci_device; member in struct:oce_dev
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h264 struct pci_device;
266 typedef int (*pci_probe_t)(struct dev *, struct pci_device *);
268 struct pci_device { struct
283 extern void scan_pci_bus(int type, struct pci_device *dev);
284 extern void find_pci(int type, struct pci_device *dev);
293 extern void adjust_pci_device(struct pci_device *p);
297 pci_read_config_byte(struct pci_device *dev, unsigned int where, uint8_t *value)
302 pci_write_config_byte(struct pci_device *dev, unsigned int where, uint8_t value)
307 pci_read_config_word(struct pci_device *dev, unsigned int where, uint16_t *value)
312 pci_write_config_word(struct pci_device *de
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1885 uint16_t pci_vendor, pci_device; local
1938 t4_os_pci_read_cfg2(sc, PCI_CONF_DEVID, &pci_device);
1939 KS_C_SET(pci_device_id, "0x%x", pci_device);
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h729 uint32_t pci_device; /* PCI device id */ member in struct:drm_device

Completed in 93 milliseconds