coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
apb_dma_channel Struct Reference

#include <dma.h>

Collaboration diagram for apb_dma_channel:
Collaboration graph

Data Fields

const int num
 
struct apb_dma_channel_regsregs
 
int in_use
 

Detailed Description

Definition at line 157 of file dma.h.

Field Documentation

◆ in_use

int apb_dma_channel::in_use

Definition at line 165 of file dma.h.

Referenced by dma_claim(), and dma_release().

◆ num

const int apb_dma_channel::num

Definition at line 158 of file dma.h.

Referenced by tegra_spi_dma_finish(), and tegra_spi_dma_start().

◆ regs

struct apb_dma_channel_regs * apb_dma_channel::regs

The documentation for this struct was generated from the following file: