coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
i82801dx.c File Reference
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ops.h>
#include "i82801dx.h"
Include dependency graph for i82801dx.c:

Go to the source code of this file.

Functions

void i82801dx_enable (struct device *dev)
 

Variables

struct chip_operations southbridge_intel_i82801dx_ops
 

Function Documentation

◆ i82801dx_enable()

void i82801dx_enable ( struct device dev)

Definition at line 8 of file i82801dx.c.

References pci_path::devfn, device::enabled, FUNC_DIS, device::path, device_path::pci, PCI_DEVFN, PCI_FUNC, pci_read_config16(), PCI_SLOT, pci_write_config16(), and pcidev_path_on_root().

Here is the call graph for this function:

Variable Documentation

◆ southbridge_intel_i82801dx_ops

struct chip_operations southbridge_intel_i82801dx_ops
Initial value:
= {
.enable_dev = i82801dx_enable,
}
void i82801dx_enable(struct device *dev)
Definition: i82801dx.c:8

Definition at line 8 of file i82801dx.c.