|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
NVIDIA Quickboot Interface: GPCDMA Driver
Description: This file declares APIs for Quickboot GPCDMA driver framework.
Definition in file gpc_dma.h.
Go to the source code of this file.
Data Structures | |
| struct | GpcdmaChannelContext |
| Defines the GPCDMA Channel Context. More... | |
| struct | GpcdmaChStatusContext |
| Defines the GPCDMA Channel Status Context. More... | |
Macros | |
| #define | QB_GPCDMA_DBG(fmt, args...) |
| Specifies the enabling of GPCDMA debug messages. More... | |
| #define | MAX_GPCDMA_CONTROLLERS 1 |
| Specifies the Maximum GPCDMA controllers. More... | |
| #define | GPCDMA_MC_OUTSTANDING_REQS 16 |
| Specifies the MC outstanding requests. More... | |
| #define | GPCDMA_TRIG_SEL_OFFSET 9 |
| Specifies the Trigger select offset for Channel(refer CSRE in Register spec) More... | |
| #define | MIN_GPCDMA_TRIG_SEL (CHANNEL_0+GPCDMA_TRIG_SEL_OFFSET) |
| Specifies the Min Trigger select value. More... | |
| #define | MAX_GPCDMA_TRIG_SEL (CHANNEL_31+GPCDMA_TRIG_SEL_OFFSET) |
| Specifies the Max Trigger select value. More... | |
Functions | |
| NvError | QbGpcdmaInit (void) |
| GPCDMA driver initialization function called during QB initialization. More... | |