Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | check(table, size) BUILD_BUG_ON(ARRAY_SIZE(b43_ntab_##table) != B43_NTAB_##size##_SIZE) |
#define | ntab_upload(dev, offset, data) |
#define | ntab_upload_r3(dev, offset, data) |
Functions | |
u32 | b43_ntab_read (struct b43_wldev *dev, u32 offset) |
void | b43_ntab_read_bulk (struct b43_wldev *dev, u32 offset, unsigned int nr_elements, void *_data) |
void | b43_ntab_write (struct b43_wldev *dev, u32 offset, u32 value) |
void | b43_ntab_write_bulk (struct b43_wldev *dev, u32 offset, unsigned int nr_elements, const void *_data) |
void | b43_nphy_rev0_1_2_tables_init (struct b43_wldev *dev) |
void | b43_nphy_rev3plus_tables_init (struct b43_wldev *dev) |
const u32 * | b43_nphy_get_tx_gain_table (struct b43_wldev *dev) |
struct nphy_gain_ctl_workaround_entry * | b43_nphy_get_gain_ctl_workaround_ent (struct b43_wldev *dev, bool ghz5, bool ext_lna) |
struct nphy_rf_control_override_rev7 * | b43_nphy_get_rf_ctl_over_rev7 (struct b43_wldev *dev, u16 field, u8 override) |
#define check | ( | table, | |
size | |||
) | BUILD_BUG_ON(ARRAY_SIZE(b43_ntab_##table) != B43_NTAB_##size##_SIZE) |
Definition at line 3133 of file tables_nphy.c.
|
read |
Definition at line 3224 of file tables_nphy.c.
|
read |
Definition at line 3295 of file tables_nphy.c.
Definition at line 3195 of file tables_nphy.c.
Definition at line 3100 of file tables_nphy.c.
Definition at line 3136 of file tables_nphy.c.
Definition at line 2945 of file tables_nphy.c.
void b43_ntab_read_bulk | ( | struct b43_wldev * | dev, |
u32 | offset, | ||
unsigned int | nr_elements, | ||
void * | _data | ||
) |
Definition at line 2975 of file tables_nphy.c.
Definition at line 3017 of file tables_nphy.c.
void b43_ntab_write_bulk | ( | struct b43_wldev * | dev, |
u32 | offset, | ||
unsigned int | nr_elements, | ||
const void * | _data | ||
) |
Definition at line 3050 of file tables_nphy.c.
Definition at line 2532 of file tables_nphy.c.
struct nphy_txiqcal_ladder ladder_iq[] |
Definition at line 2583 of file tables_nphy.c.
struct nphy_txiqcal_ladder ladder_lo[] |
Definition at line 2562 of file tables_nphy.c.
Definition at line 2604 of file tables_nphy.c.
struct nphy_gain_ctl_workaround_entry nphy_gain_ctl_wa_phy6_radio11_ghz2 |
Definition at line 2803 of file tables_nphy.c.
struct nphy_gain_ctl_workaround_entry nphy_gain_ctl_workaround[2][4] |
Definition at line 2814 of file tables_nphy.c.
Definition at line 2537 of file tables_nphy.c.
struct nphy_rf_control_override_rev2 tbl_rf_control_override_rev2[] |
Definition at line 2724 of file tables_nphy.c.
struct nphy_rf_control_override_rev3 tbl_rf_control_override_rev3[] |
Definition at line 2742 of file tables_nphy.c.
Definition at line 2699 of file tables_nphy.c.
Definition at line 2687 of file tables_nphy.c.
Definition at line 2693 of file tables_nphy.c.
Definition at line 2681 of file tables_nphy.c.
Definition at line 2675 of file tables_nphy.c.
Definition at line 2663 of file tables_nphy.c.
Definition at line 2655 of file tables_nphy.c.
Definition at line 2647 of file tables_nphy.c.
Definition at line 2639 of file tables_nphy.c.
const u16 tbl_tx_iqlo_cal_startcoefs[B43_NTAB_TX_IQLO_CAL_STARTCOEFS] = { } |
Definition at line 2673 of file tables_nphy.c.
const u16 tbl_tx_iqlo_cal_startcoefs_nphyrev3[B43_NTAB_TX_IQLO_CAL_STARTCOEFS_REV3] = { } |
Definition at line 2671 of file tables_nphy.c.