Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c869 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr; in wlc_phy_write_table() local
886 (u16) (ptbl_32b[idx] >> 16)); in wlc_phy_write_table()
887 write_phy_reg(pi, tblDataLo, (u16) ptbl_32b[idx]); in wlc_phy_write_table()
906 u32 *ptbl_32b = (u32 *)ptbl_info->tbl_ptr; in wlc_phy_read_table() local
921 ptbl_32b[idx] = read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
922 ptbl_32b[idx] |= (read_phy_reg(pi, tblDataHi) << 16); in wlc_phy_read_table()