Home
last modified time | relevance | path

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

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