iPXE
Public Types | Data Fields
ath5k_ini Struct Reference

Public Types

enum  { AR5K_INI_WRITE = 0, AR5K_INI_READ = 1 }
 

Data Fields

u16 ini_register
 
u32 ini_value
 
enum ath5k_ini:: { ... }  ini_mode
 

Detailed Description

Definition at line 36 of file ath5k_initvals.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
AR5K_INI_WRITE 
AR5K_INI_READ 

Definition at line 40 of file ath5k_initvals.c.

40  {
41  AR5K_INI_WRITE = 0, /* Default */
42  AR5K_INI_READ = 1, /* Cleared on read */
43  } ini_mode;
enum ath5k_ini::@14 ini_mode

Field Documentation

◆ ini_register

u16 ath5k_ini::ini_register

Definition at line 37 of file ath5k_initvals.c.

Referenced by ath5k_hw_ini_registers().

◆ ini_value

u32 ath5k_ini::ini_value

Definition at line 38 of file ath5k_initvals.c.

Referenced by ath5k_hw_ini_registers().

◆ ini_mode

enum { ... } ath5k_ini::ini_mode

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