Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c825 wlc_phy_write_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, in wlc_phy_write_table() argument
829 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_write_table()
830 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_write_table()
831 uint tbl_width = ptbl_info->tbl_width; in wlc_phy_write_table()
832 const u8 *ptbl_8b = (const u8 *)ptbl_info->tbl_ptr; in wlc_phy_write_table()
833 const u16 *ptbl_16b = (const u16 *)ptbl_info->tbl_ptr; in wlc_phy_write_table()
834 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr; in wlc_phy_write_table()
838 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table()
862 wlc_phy_read_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, in wlc_phy_read_table() argument
866 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_read_table()
[all …]
H A Dphy_int.h913 const struct phytbl_info *ptbl_info,
916 const struct phytbl_info *ptbl_info,