Home | History | Annotate | Download | only in gpxe

Lines Matching refs:where

62  * @v where	Location within PCI configuration space
66 int pci_read_config_byte ( struct pci_device *pci, unsigned int where,
73 * @v where Location within PCI configuration space
77 int pci_read_config_word ( struct pci_device *pci, unsigned int where,
84 * @v where Location within PCI configuration space
88 int pci_read_config_dword ( struct pci_device *pci, unsigned int where,
95 * @v where Location within PCI configuration space
99 int pci_write_config_byte ( struct pci_device *pci, unsigned int where,
106 * @v where Location within PCI configuration space
110 int pci_write_config_word ( struct pci_device *pci, unsigned int where,
117 * @v where Location within PCI configuration space
121 int pci_write_config_dword ( struct pci_device *pci, unsigned int where,