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

Go to the source code of this file.

Functions

static void cavium_uart_init (struct device *dev)
 

Variables

static struct device_operations device_ops
 
static const struct pci_driver soc_cavium_uart __pci_driver
 
struct chip_operations soc_cavium_common_pci_ops
 

Function Documentation

◆ cavium_uart_init()

static void cavium_uart_init ( struct device dev)
static

Definition at line 8 of file uart.c.

Variable Documentation

◆ __pci_driver

const struct pci_driver soc_cavium_uart __pci_driver
static
Initial value:
= {
.ops = &device_ops,
.vendor = PCI_VENDOR_CAVIUM,
}
#define PCI_DID_CAVIUM_THUNDERX_UART
Definition: pci_ids.h:139
#define PCI_VENDOR_CAVIUM
Definition: pci_ids.h:138
static struct device_operations device_ops
Definition: uart.c:18

Definition at line 8 of file uart.c.

◆ device_ops

struct device_operations device_ops
static
Initial value:
= {
}
static void cavium_uart_init(struct device *dev)
Definition: uart.c:8

Definition at line 8 of file uart.c.

◆ soc_cavium_common_pci_ops

struct chip_operations soc_cavium_common_pci_ops
Initial value:
= {
}

Definition at line 8 of file uart.c.