Lines Matching refs:tbl
14164 struct phytbl_info tbl; in wlc_phy_table_write_nphy() local
14166 tbl.tbl_id = id; in wlc_phy_table_write_nphy()
14167 tbl.tbl_len = len; in wlc_phy_table_write_nphy()
14168 tbl.tbl_offset = offset; in wlc_phy_table_write_nphy()
14169 tbl.tbl_width = width; in wlc_phy_table_write_nphy()
14170 tbl.tbl_ptr = data; in wlc_phy_table_write_nphy()
14171 wlc_phy_write_table_nphy(pi, &tbl); in wlc_phy_table_write_nphy()
14178 struct phytbl_info tbl; in wlc_phy_table_read_nphy() local
14180 tbl.tbl_id = id; in wlc_phy_table_read_nphy()
14181 tbl.tbl_len = len; in wlc_phy_table_read_nphy()
14182 tbl.tbl_offset = offset; in wlc_phy_table_read_nphy()
14183 tbl.tbl_width = width; in wlc_phy_table_read_nphy()
14184 tbl.tbl_ptr = data; in wlc_phy_table_read_nphy()
14185 wlc_phy_read_table_nphy(pi, &tbl); in wlc_phy_table_read_nphy()