pci_read_config_word_nodev
Section: Kernel Hacker's Manual (9)
Updated: pci_read_config_word_nodev
Index
Return to Main Contents
NAME
pci_read_config_word_nodev - read a word from a pci device
SYNOPSIS
int pci_read_config_word_nodev
(struct pci_ops *ops,
u8 bus,
u8 slot,
u8 function,
int where,
u16 *value);
ARGUMENTS
- ops
-
pointer to a struct pci_ops that will be used to read from the pci device
- bus
-
the bus of the pci device to read from
- slot
-
the pci slot number of the pci device to read from
- function
-
the function of the pci device to read from
- where
-
the location on the pci address space to read from
- value
-
pointer to where to place the data read
DESCRIPTION
Like pci_read_config_word but works for pci devices that do not have a
pci_dev structure set up yet.
Returns 0 on success.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:49:56 GMT, June 12, 2005