[go: nahoru, domu]

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c870 wlc_phy_write_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, argument
874 uint tbl_id = ptbl_info->tbl_id;
875 uint tbl_offset = ptbl_info->tbl_offset;
876 uint tbl_width = ptbl_info->tbl_width;
877 const u8 *ptbl_8b = (const u8 *)ptbl_info->tbl_ptr;
878 const u16 *ptbl_16b = (const u16 *)ptbl_info->tbl_ptr;
879 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr;
883 for (idx = 0; idx < ptbl_info->tbl_len; idx++) {
907 wlc_phy_read_table(struct brcms_phy *pi, const struct phytbl_info *ptbl_info, argument
911 uint tbl_id = ptbl_info
[all...]

Completed in 33 milliseconds