coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcix.h File Reference
#include <device/device.h>
#include <stdint.h>
Include dependency graph for pcix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void pcix_scan_bridge (struct device *dev)
 
const char * pcix_speed (u16 sstatus)
 

Variables

struct device_operations default_pcix_ops_bus
 

Function Documentation

◆ pcix_scan_bridge()

void pcix_scan_bridge ( struct device dev)

Definition at line 97 of file pcix_device.c.

◆ pcix_speed()

Variable Documentation

◆ default_pcix_ops_bus

struct device_operations default_pcix_ops_bus
extern

Definition at line 97 of file pcix_device.c.

Referenced by get_pci_bridge_ops().