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

#include <dma.h>

Collaboration diagram for apb_dma_channel_regs:
Collaboration graph

Data Fields

u32 csr
 
u32 sta
 
u32 dma_byte_sta
 
u32 csre
 
u32 ahb_ptr
 
u32 ahb_seq
 
u32 apb_ptr
 
u32 apb_seq
 
u32 wcount
 
u32 word_transfer
 

Detailed Description

Definition at line 143 of file dma.h.

Field Documentation

◆ ahb_ptr

u32 apb_dma_channel_regs::ahb_ptr

Definition at line 148 of file dma.h.

Referenced by tegra_spi_dma_prepare().

◆ ahb_seq

u32 apb_dma_channel_regs::ahb_seq

Definition at line 149 of file dma.h.

◆ apb_ptr

u32 apb_dma_channel_regs::apb_ptr

Definition at line 150 of file dma.h.

Referenced by tegra_spi_dma_prepare().

◆ apb_seq

u32 apb_dma_channel_regs::apb_seq

Definition at line 151 of file dma.h.

◆ csr

u32 apb_dma_channel_regs::csr

Definition at line 144 of file dma.h.

Referenced by dma_busy(), and tegra_spi_dma_prepare().

◆ csre

u32 apb_dma_channel_regs::csre

Definition at line 147 of file dma.h.

◆ dma_byte_sta

u32 apb_dma_channel_regs::dma_byte_sta

Definition at line 146 of file dma.h.

Referenced by tegra_spi_dma_finish().

◆ sta

u32 apb_dma_channel_regs::sta

Definition at line 145 of file dma.h.

Referenced by dma_busy().

◆ wcount

u32 apb_dma_channel_regs::wcount

Definition at line 152 of file dma.h.

Referenced by tegra_spi_dma_finish(), and tegra_spi_dma_prepare().

◆ word_transfer

u32 apb_dma_channel_regs::word_transfer

Definition at line 153 of file dma.h.


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