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

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c859 wlc_phy_write_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, argument
863 uint tbl_id = ptbl_info->tbl_id;
864 uint tbl_offset = ptbl_info->tbl_offset;
865 uint tbl_width = ptbl_info->tbl_width;
866 const u8 *ptbl_8b = (const u8 *)ptbl_info->tbl_ptr;
867 const u16 *ptbl_16b = (const u16 *)ptbl_info->tbl_ptr;
868 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr;
872 for (idx = 0; idx < ptbl_info->tbl_len; idx++) {
896 wlc_phy_read_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, argument
900 uint tbl_id = ptbl_info
[all...]
H A Dphy_int.h915 const struct phytbl_info *ptbl_info,
918 const struct phytbl_info *ptbl_info,

Completed in 146 milliseconds