/linux-3.4.99/drivers/net/wireless/b43/ |
D | radio_2056.c | 33 u16 ghz2; member 52 [B2056_SYN_RESERVED_ADDR2] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 53 [B2056_SYN_RESERVED_ADDR3] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 54 [B2056_SYN_RESERVED_ADDR4] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 55 [B2056_SYN_RESERVED_ADDR5] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 56 [B2056_SYN_RESERVED_ADDR6] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 57 [B2056_SYN_RESERVED_ADDR7] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 58 [B2056_SYN_COM_CTRL] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 59 [B2056_SYN_COM_PU] = { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, }, 60 [B2056_SYN_COM_OVR] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, [all …]
|
D | radio_2055.c | 34 u16 ghz2; member 44 [B2055_SP_PINPD] = { .ghz5 = 0x0080, .ghz2 = 0x0080, NOUPLOAD, }, 45 [B2055_C1_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 46 [B2055_C1_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 47 [B2055_C2_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 48 [B2055_C2_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 49 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 50 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 51 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 52 [B2055_C2_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, [all …]
|
D | tables_nphy.c | 3127 if (sprom->fem.ghz2.antswlut < ARRAY_SIZE(b43_ntab_antswctl2g_r3)) in b43_nphy_rev3plus_tables_init() 3129 b43_ntab_antswctl2g_r3[sprom->fem.ghz2.antswlut]); in b43_nphy_rev3plus_tables_init() 3187 dev->dev->bus_sprom->fem.ghz2.tr_iso; in b43_nphy_get_gain_ctl_workaround_ent()
|
D | phy_n.c | 2707 if (sprom->fem.ghz2.tssipos) in b43_nphy_tx_power_ctl_setup() 4801 nphy->ipa2g_on = sprom->fem.ghz2.extpa_gain == 2; in b43_nphy_op_prepare_structs()
|
/linux-3.4.99/drivers/bcma/ |
D | sprom.c | 280 SPEX(fem.ghz2.tssipos, SSB_SPROM8_FEM2G, SSB_SROM8_FEM_TSSIPOS, in bcma_sprom_extract_r8() 282 SPEX(fem.ghz2.extpa_gain, SSB_SPROM8_FEM2G, SSB_SROM8_FEM_EXTPA_GAIN, in bcma_sprom_extract_r8() 284 SPEX(fem.ghz2.pdet_range, SSB_SPROM8_FEM2G, SSB_SROM8_FEM_PDET_RANGE, in bcma_sprom_extract_r8() 286 SPEX(fem.ghz2.tr_iso, SSB_SPROM8_FEM2G, SSB_SROM8_FEM_TR_ISO, in bcma_sprom_extract_r8() 288 SPEX(fem.ghz2.antswlut, SSB_SPROM8_FEM2G, SSB_SROM8_FEM_ANTSWLUT, in bcma_sprom_extract_r8()
|
/linux-3.4.99/arch/mips/bcm47xx/ |
D | sprom.c | 335 nvram_read_u8(prefix, NULL, "tssipos2g", &sprom->fem.ghz2.tssipos, 0); in bcm47xx_fill_sprom_r89() 337 &sprom->fem.ghz2.extpa_gain, 0); in bcm47xx_fill_sprom_r89() 339 &sprom->fem.ghz2.pdet_range, 0); in bcm47xx_fill_sprom_r89() 340 nvram_read_u8(prefix, NULL, "triso2g", &sprom->fem.ghz2.tr_iso, 0); in bcm47xx_fill_sprom_r89() 341 nvram_read_u8(prefix, NULL, "antswctl2g", &sprom->fem.ghz2.antswlut, 0); in bcm47xx_fill_sprom_r89()
|
/linux-3.4.99/drivers/ssb/ |
D | pci.c | 636 SPEX(fem.ghz2.tssipos, SSB_SPROM8_FEM2G, in sprom_extract_r8() 638 SPEX(fem.ghz2.extpa_gain, SSB_SPROM8_FEM2G, in sprom_extract_r8() 640 SPEX(fem.ghz2.pdet_range, SSB_SPROM8_FEM2G, in sprom_extract_r8() 642 SPEX(fem.ghz2.tr_iso, SSB_SPROM8_FEM2G, in sprom_extract_r8() 644 SPEX(fem.ghz2.antswlut, SSB_SPROM8_FEM2G, in sprom_extract_r8()
|
/linux-3.4.99/include/linux/ssb/ |
D | ssb.h | 106 } ghz2; member
|