Searched refs:phy_tbl_ctrl (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dbwivar.h327 uint16_t phy_tbl_ctrl; member in struct:bwi_phy
H A Dbwi.c2857 phy->phy_tbl_ctrl = BWI_PHYR_TBL_CTRL_11A;
2883 phy->phy_tbl_ctrl = BWI_PHYR_TBL_CTRL_11G;
2945 KASSERT(phy->phy_tbl_ctrl != 0 && phy->phy_tbl_data_lo != 0);
2946 PHY_WRITE(mac, phy->phy_tbl_ctrl, ofs);
2956 phy->phy_tbl_ctrl != 0);
2958 PHY_WRITE(mac, phy->phy_tbl_ctrl, ofs);

Completed in 129 milliseconds