Searched refs:phymode (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/sys/dev/usb/ |
| H A D | if_axe.c | 514 int gpio0 = 0, phymode = 0, ledmode; in axe_ax88178_init() local 528 phymode = AXE_PHY_MODE_MARVELL; in axe_ax88178_init() 532 phymode = eeprom & 0x7f; in axe_ax88178_init() 537 DPRINTF(("use gpio0: %d, phymode 0x%02x, eeprom 0x%04x\n", in axe_ax88178_init() 538 gpio0, phymode, eeprom)); in axe_ax88178_init() 554 if (phymode == AXE_PHY_MODE_REALTEK_8211CL) { in axe_ax88178_init()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | pgt.c | 1853 uint32_t phymode, country; in pgt_net_attach() local 1862 error = pgt_oid_get(sc, PGT_OID_PHY, &phymode, sizeof(phymode)); in pgt_net_attach() 1908 if (!(phymode & htole32(PGT_OID_PHY_2400MHZ))) in pgt_net_attach() 1919 if (!(phymode & htole32(PGT_OID_PHY_5000MHZ))) in pgt_net_attach() 1954 if (phymode & htole32(PGT_OID_PHY_2400MHZ)) { in pgt_net_attach() 1959 if (phymode & htole32(PGT_OID_PHY_2400MHZ)) { in pgt_net_attach() 1963 if (phymode & htole32(PGT_OID_PHY_5000MHZ)) { in pgt_net_attach()
|
| H A D | qwx.c | 18769 "listen_intval %d ht_caps %x max_mpdu %d nss %d phymode %d " in qwx_wmi_send_peer_assoc_cmd() 22734 DNPRINTF(QWX_D_MAC, "%s: vdev %d start center_freq %d phymode %s\n", in qwx_mac_vdev_start_restart() 25273 enum wmi_phy_mode phymode; in qwx_peer_assoc_h_phymode() 25277 phymode = MODE_11A; in qwx_peer_assoc_h_phymode() 25280 phymode = MODE_11B; in qwx_peer_assoc_h_phymode() 25283 phymode = MODE_11G; 25286 phymode = MODE_UNKNOWN; in qwx_peer_assoc_prepare() 25290 DNPRINTF(QWX_D_MAC, "%s: peer %s phymode %s\n", __func__, in qwx_peer_assoc_prepare() 25291 ether_sprintf(ni->ni_macaddr), qwx_wmi_phymode_str(phymode)); in qwx_peer_assoc_prepare() 25293 arg->peer_phymode = phymode; in qwx_peer_assoc_prepare() 25260 enum wmi_phy_mode phymode; qwx_peer_assoc_h_phymode() local [all...] |
| H A D | bwi.c | 8614 bwi_plcp2rate(uint32_t plcp0, enum ieee80211_phymode phymode) in bwi_plcp2rate() argument 8617 return (ieee80211_plcp2rate(plcp, phymode)); in bwi_plcp2rate()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_mwxreg.h | 978 uint8_t phymode; /* bit(0): A member
|