FreeBSD kernel pms device code
smMem_t Struct Reference

#include <sm.h>

Data Fields

void * virtPtr
 
void * osHandle
 
bit32 physAddrUpper
 
bit32 physAddrLower
 
bit32 totalLength
 
bit32 numElements
 
bit32 singleElementLength
 
bit32 alignment
 
bit32 type
 
bit32 reserved
 

Detailed Description

Definition at line 164 of file sm.h.

Field Documentation

◆ alignment

bit32 smMem_t::alignment

Definition at line 172 of file sm.h.

Referenced by smGetRequirements(), smInitialize(), tdsaLoLevelGetResource(), and tiCOMPortInit().

◆ numElements

bit32 smMem_t::numElements

Definition at line 170 of file sm.h.

Referenced by smGetRequirements(), smInitialize(), tdsaLoLevelGetResource(), and tiCOMPortInit().

◆ osHandle

void* smMem_t::osHandle

Definition at line 166 of file sm.h.

Referenced by smInitialize(), smsatAllocIntIoResource(), smsatFreeIntIoResource(), and tiCOMPortInit().

◆ physAddrLower

bit32 smMem_t::physAddrLower

Definition at line 168 of file sm.h.

Referenced by smInitialize(), smsatAllocIntIoResource(), and tiCOMPortInit().

◆ physAddrUpper

bit32 smMem_t::physAddrUpper

Definition at line 167 of file sm.h.

Referenced by smInitialize(), smsatAllocIntIoResource(), and tiCOMPortInit().

◆ reserved

bit32 smMem_t::reserved

Definition at line 174 of file sm.h.

Referenced by smInitialize(), and tiCOMPortInit().

◆ singleElementLength

bit32 smMem_t::singleElementLength

Definition at line 171 of file sm.h.

Referenced by smGetRequirements(), smInitialize(), tdsaLoLevelGetResource(), and tiCOMPortInit().

◆ totalLength

◆ type

bit32 smMem_t::type

Definition at line 173 of file sm.h.

Referenced by smGetRequirements(), smInitialize(), tdsaLoLevelGetResource(), and tiCOMPortInit().

◆ virtPtr

void* smMem_t::virtPtr

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