NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
QbSpiSlaveDriverPrivInfo Struct Reference

Detailed Description

Holds private information for SPI slave driver.

Definition at line 138 of file spi_slave.h.

Collaboration diagram for QbSpiSlaveDriverPrivInfo:

Data Fields

NvU32 RegPhyBase
 Holds the physical address of controller (filled by the driver). More...
 
NvU32 RegLen
 Holds the register length of the controller (filled by the driver). More...
 
NvU32 RegVirtBase
 Holds the virtual address of controller (filled by the driver). More...
 
NvU32 GpcDmaClientID
 Holds the GPCDMA client ID. More...
 
NvU32 XferInProgress
 Holds weather a transfer is in progress for this instance. More...
 
NvU32 ResetID
 Holds the reset ID. More...
 
struct QbSpiSlaveControllerInfoDevInfo
 Holds SPI slave controller info. More...
 

Field Documentation

struct QbSpiSlaveControllerInfo* QbSpiSlaveDriverPrivInfo::DevInfo

Holds SPI slave controller info.

Definition at line 153 of file spi_slave.h.

NvU32 QbSpiSlaveDriverPrivInfo::GpcDmaClientID

Holds the GPCDMA client ID.

Definition at line 147 of file spi_slave.h.

NvU32 QbSpiSlaveDriverPrivInfo::RegLen

Holds the register length of the controller (filled by the driver).

Definition at line 143 of file spi_slave.h.

NvU32 QbSpiSlaveDriverPrivInfo::RegPhyBase

Holds the physical address of controller (filled by the driver).

Definition at line 141 of file spi_slave.h.

NvU32 QbSpiSlaveDriverPrivInfo::RegVirtBase

Holds the virtual address of controller (filled by the driver).

Definition at line 145 of file spi_slave.h.

NvU32 QbSpiSlaveDriverPrivInfo::ResetID

Holds the reset ID.

Definition at line 151 of file spi_slave.h.

NvU32 QbSpiSlaveDriverPrivInfo::XferInProgress

Holds weather a transfer is in progress for this instance.

Definition at line 149 of file spi_slave.h.


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