NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

Defines an internal structure for UART driver.

Definition at line 55 of file serial.h.

Collaboration diagram for QbSerialDriverPrivInfo:

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...
 
struct QbSerialInfopdata
 Holds the structure for platform data passed from board file. More...
 

Field Documentation

struct QbSerialInfo* QbSerialDriverPrivInfo::pdata

Holds the structure for platform data passed from board file.

Definition at line 64 of file serial.h.

NvU32 QbSerialDriverPrivInfo::RegLen

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

Definition at line 60 of file serial.h.

NvU32 QbSerialDriverPrivInfo::RegPhyBase

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

Definition at line 58 of file serial.h.

NvU32 QbSerialDriverPrivInfo::RegVirtBase

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

Definition at line 62 of file serial.h.


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