Searched refs:ptbl_info (Results 1 – 2 of 2) sorted by relevance
863 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_write_table()864 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_write_table()865 uint tbl_width = ptbl_info->tbl_width; in wlc_phy_write_table()872 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table()900 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_read_table()901 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_read_table()902 uint tbl_width = ptbl_info->tbl_width; in wlc_phy_read_table()903 u8 *ptbl_8b = (u8 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()904 u16 *ptbl_16b = (u16 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()905 u32 *ptbl_32b = (u32 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()[all …]
915 const struct phytbl_info *ptbl_info,918 const struct phytbl_info *ptbl_info,
Completed in 15 milliseconds