Lines Matching defs:device
65 * First check the vendor and device ids of the Host to
67 * because the same device ID can refer to either
71 /* check the vendor id, the device id, and the revision id */
104 /* check the vendor and device id's of the Host to PCI bridge */
140 pci_neptune_getb(int bus, int device, int function, int reg)
146 val = pci_mech1_getb(bus, device, function, reg);
153 pci_neptune_getw(int bus, int device, int function, int reg)
159 val = pci_mech1_getw(bus, device, function, reg);
166 pci_neptune_getl(int bus, int device, int function, int reg)
172 val = pci_mech1_getl(bus, device, function, reg);
179 pci_neptune_putb(int bus, int device, int function, int reg, uint8_t val)
183 pci_mech1_putb(bus, device, function, reg, val);
189 pci_neptune_putw(int bus, int device, int function, int reg, uint16_t val)
193 pci_mech1_putw(bus, device, function, reg, val);
199 pci_neptune_putl(int bus, int device, int function, int reg, uint32_t val)
203 pci_mech1_putl(bus, device, function, reg, val);