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

/osnet-11/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...]

Completed in 24 milliseconds