#include <linux/types.h>
Go to the source code of this file.
|
u32 | read_pci_config (u8 bus, u8 slot, u8 func, u8 offset) |
|
u8 | read_pci_config_byte (u8 bus, u8 slot, u8 func, u8 offset) |
|
u16 | read_pci_config_16 (u8 bus, u8 slot, u8 func, u8 offset) |
|
void | write_pci_config (u8 bus, u8 slot, u8 func, u8 offset, u32 val) |
|
void | write_pci_config_byte (u8 bus, u8 slot, u8 func, u8 offset, u8 val) |
|
void | write_pci_config_16 (u8 bus, u8 slot, u8 func, u8 offset, u16 val) |
|
int | early_pci_allowed (void) |
|
void | early_dump_pci_device (u8 bus, u8 slot, u8 func) |
|
void | early_dump_pci_devices (void) |
|
void early_dump_pci_device |
( |
u8 |
bus, |
|
|
u8 |
slot, |
|
|
u8 |
func |
|
) |
| |
u32 read_pci_config |
( |
u8 |
bus, |
|
|
u8 |
slot, |
|
|
u8 |
func, |
|
|
u8 |
offset |
|
) |
| |
u16 read_pci_config_16 |
( |
u8 |
bus, |
|
|
u8 |
slot, |
|
|
u8 |
func, |
|
|
u8 |
offset |
|
) |
| |
u8 read_pci_config_byte |
( |
u8 |
bus, |
|
|
u8 |
slot, |
|
|
u8 |
func, |
|
|
u8 |
offset |
|
) |
| |
void write_pci_config_byte |
( |
u8 |
bus, |
|
|
u8 |
slot, |
|
|
u8 |
func, |
|
|
u8 |
offset, |
|
|
u8 |
val |
|
) |
| |
unsigned int pci_early_dump_regs |