iPXE
Data Fields
ath_bus_ops Struct Reference

#include <hw.h>

Data Fields

enum ath_bus_type ath_bus_type
 
void(* read_cachesize )(struct ath_common *common, int *csz)
 
int(* eeprom_read )(struct ath_common *common, u32 off, u16 *data)
 
void(* bt_coex_prep )(struct ath_common *common)
 
void(* extn_synch_en )(struct ath_common *common)
 

Detailed Description

Definition at line 861 of file hw.h.

Field Documentation

◆ ath_bus_type

enum ath_bus_type ath_bus_ops::ath_bus_type

Definition at line 862 of file hw.h.

◆ read_cachesize

void(* ath_bus_ops::read_cachesize) (struct ath_common *common, int *csz)

Definition at line 863 of file hw.h.

◆ eeprom_read

int(* ath_bus_ops::eeprom_read) (struct ath_common *common, u32 off, u16 *data)

Definition at line 864 of file hw.h.

◆ bt_coex_prep

void(* ath_bus_ops::bt_coex_prep) (struct ath_common *common)

Definition at line 865 of file hw.h.

◆ extn_synch_en

void(* ath_bus_ops::extn_synch_en) (struct ath_common *common)

Definition at line 866 of file hw.h.


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