pci_write_config_byte_nodev
Section: Kernel Hacker's Manual (9)
Updated: pci_write_config_byte_nodev
Index
Return to Main Contents
NAME
pci_write_config_byte_nodev - write a byte to a pci device
SYNOPSIS
int pci_write_config_byte_nodev
(struct pci_ops *ops,
u8 bus,
u8 slot,
u8 function,
int where,
u8 value);
ARGUMENTS
- ops
-
pointer to a struct pci_ops that will be used to write to the pci
device
- bus
-
the bus of the pci device to write to
- slot
-
the pci slot number of the pci device to write to
- function
-
the function of the pci device to write to
- where
-
the location on the pci address space to write to
- value
-
the value to write to the pci device
DESCRIPTION
Like pci_write_config_byte 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