iPXE
Data Fields
eeprom_ops Struct Reference

#include <eeprom.h>

Data Fields

int(* check_eeprom )(struct ath_hw *hw)
 
u32(* get_eeprom )(struct ath_hw *hw, enum eeprom_param param)
 
int(* fill_eeprom )(struct ath_hw *hw)
 
int(* get_eeprom_ver )(struct ath_hw *hw)
 
int(* get_eeprom_rev )(struct ath_hw *hw)
 
void(* set_board_values )(struct ath_hw *hw, struct ath9k_channel *chan)
 
void(* set_addac )(struct ath_hw *hw, struct ath9k_channel *chan)
 
void(* set_txpower )(struct ath_hw *hw, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test)
 
u16(* get_spur_channel )(struct ath_hw *ah, u16 i, int is2GHz)
 

Detailed Description

Definition at line 652 of file eeprom.h.

Field Documentation

◆ check_eeprom

int(* eeprom_ops::check_eeprom) (struct ath_hw *hw)

Definition at line 653 of file eeprom.h.

◆ get_eeprom

u32(* eeprom_ops::get_eeprom) (struct ath_hw *hw, enum eeprom_param param)

Definition at line 654 of file eeprom.h.

◆ fill_eeprom

int(* eeprom_ops::fill_eeprom) (struct ath_hw *hw)

Definition at line 655 of file eeprom.h.

◆ get_eeprom_ver

int(* eeprom_ops::get_eeprom_ver) (struct ath_hw *hw)

Definition at line 656 of file eeprom.h.

◆ get_eeprom_rev

int(* eeprom_ops::get_eeprom_rev) (struct ath_hw *hw)

Definition at line 657 of file eeprom.h.

◆ set_board_values

void(* eeprom_ops::set_board_values) (struct ath_hw *hw, struct ath9k_channel *chan)

Definition at line 658 of file eeprom.h.

◆ set_addac

void(* eeprom_ops::set_addac) (struct ath_hw *hw, struct ath9k_channel *chan)

Definition at line 659 of file eeprom.h.

◆ set_txpower

void(* eeprom_ops::set_txpower) (struct ath_hw *hw, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test)

Definition at line 660 of file eeprom.h.

◆ get_spur_channel

u16(* eeprom_ops::get_spur_channel) (struct ath_hw *ah, u16 i, int is2GHz)

Definition at line 664 of file eeprom.h.


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