Searched refs:mac_phy (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/bwn/ |
| HD | if_bwn.c | 964 mac->mac_phy.analog, mac->mac_phy.type, mac->mac_phy.rev, in bwn_attach() 965 mac->mac_phy.rf_manuf, mac->mac_phy.rf_ver, in bwn_attach() 966 mac->mac_phy.rf_rev); in bwn_attach() 1110 if (mac->mac_phy.detach != NULL) in bwn_phy_detach() 1111 mac->mac_phy.detach(mac); in bwn_phy_detach() 1570 if (mac->mac_phy.type == BWN_PHYTYPE_A) in bwn_attach_core() 1572 else if (mac->mac_phy.type == BWN_PHYTYPE_G || in bwn_attach_core() 1573 mac->mac_phy.type == BWN_PHYTYPE_N || in bwn_attach_core() 1574 mac->mac_phy.type == BWN_PHYTYPE_LP) in bwn_attach_core() 1578 mac->mac_phy.type)); in bwn_attach_core() [all …]
|
| HD | if_bwnvar.h | 81 #define BWN_RF_READ(mac, r) (mac->mac_phy.rf_read(mac, r)) 82 #define BWN_RF_WRITE(mac, r, v) (mac->mac_phy.rf_write(mac, r, v)) 89 #define BWN_PHY_READ(mac, r) (mac->mac_phy.phy_read(mac, r)) 91 (mac->mac_phy.phy_write(mac, r, v)) 93 if (mac->mac_phy.phy_maskset != NULL) { \ 97 mac->mac_phy.phy_maskset(mac, offset, 0xffff, set); \ 103 if (mac->mac_phy.phy_maskset != NULL) { \ 107 mac->mac_phy.phy_maskset(mac, offset, mask, set); \ 113 if (mac->mac_phy.phy_maskset != NULL) { \ 117 mac->mac_phy.phy_maskset(mac, offset, mask, 0); \ [all …]
|
| /NextBSD/sys/dev/bwi/ |
| HD | bwiphy.c | 157 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_attach() 226 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_set_bbp_atten() 245 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_calibrate() 267 struct bwi_phy *phy = &mac->mac_phy; in bwi_tbl_write_2() 279 struct bwi_phy *phy = &mac->mac_phy; in bwi_tbl_write_4() 315 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_init_11g() 508 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_init_11b_rev5() 610 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_init_11b_rev6() 750 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_config_11g() 882 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy_config_agc() [all …]
|
| HD | bwimac.c | 260 if (mac->mac_phy.phy_mode == IEEE80211_MODE_11A) in bwi_mac_lateattach() 293 bwi_phy_clear_state(&mac->mac_phy); in bwi_mac_init() 490 mac->mac_phy.phy_flags |= BWI_PHY_F_LINKED; in bwi_mac_reset() 494 mac->mac_phy.phy_flags &= ~BWI_PHY_F_LINKED; in bwi_mac_reset() 534 if (mac->mac_phy.phy_mode == IEEE80211_MODE_11G) in bwi_mac_set_tpctl_11bg() 594 struct bwi_phy *phy = &mac->mac_phy; in bwi_mac_setup_tpctl() 705 if (mac->mac_phy.phy_mode == IEEE80211_MODE_11A) { in bwi_mac_dummy_xmit() 759 struct bwi_phy *phy = &mac->mac_phy; in bwi_mac_init_tpctl_11bg() 1308 struct bwi_phy *phy = &mac->mac_phy; in bwi_mac_hostflags_init() 1337 struct bwi_phy *phy = &mac->mac_phy; in bwi_mac_bss_param_init() [all …]
|
| HD | bwirf.c | 228 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_attach() 386 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_get_gains() 678 struct bwi_phy *phy = &mac->mac_phy; in bwi_phy812_value() 769 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_init_bcm2050() 1088 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_map_txpower() 1261 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_lo_update_11g() 1392 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_lo_devi_measure() 1648 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_calc_nrssi_slope_11b() 1767 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_set_nrssi_ofs_11g() 1920 struct bwi_phy *phy = &mac->mac_phy; in bwi_rf_calc_nrssi_slope_11g() [all …]
|
| HD | bwiphy.h | 63 _mac->mac_phy.phy_init(_mac); in bwi_phy_init()
|
| HD | if_bwivar.h | 463 struct bwi_phy mac_phy; /* PHY I/F */ member
|
| HD | if_bwi.c | 439 phy = &mac->mac_phy; in bwi_attach() 1260 if (mac->mac_phy.phy_mode == IEEE80211_MODE_11G) in bwi_init_statechg()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-helper-sgmii.c | 159 if (!pcsx_miscx_ctl_reg.s.mac_phy) in __cvmx_helper_sgmii_hardware_init_one_time() 162 pcsx_miscx_ctl_reg.s.mac_phy = 1; in __cvmx_helper_sgmii_hardware_init_one_time() 166 if (pcsx_miscx_ctl_reg.s.mac_phy) in __cvmx_helper_sgmii_hardware_init_one_time() 654 if (pcsx_miscx_ctl_reg.s.mac_phy) in __cvmx_helper_sgmii_link_get()
|
| HD | cvmx-pcsx-defs.h | 1007 uint64_t mac_phy : 1; /**< 0=MAC, 1=PHY decides the tx_config_reg value to be member 1031 uint64_t mac_phy : 1;
|