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

Go to the source code of this file.

Functions

static void pch_disable_devfn (struct device *dev)
 
void pch_enable (struct device *dev)
 

Variables

struct chip_operations southbridge_intel_ibexpeak_ops
 

Function Documentation

◆ pch_disable_devfn()

◆ pch_enable()

void pch_enable ( struct device dev)

Variable Documentation

◆ southbridge_intel_ibexpeak_ops

struct chip_operations southbridge_intel_ibexpeak_ops
Initial value:
= {
.enable_dev = pch_enable,
}
void pch_enable(struct device *dev)
Definition: pch.c:404

Definition at line 66 of file pch.c.