Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3511 u32 curval1, curval2, stpptr, curptr, strptr, val; in wlc_lcnphy_samp_cap() local
3556 strptr = 0x7E00; in wlc_lcnphy_samp_cap()
3557 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr); in wlc_lcnphy_samp_cap()
3558 while (strptr < 0x8000) { in wlc_lcnphy_samp_cap()
3569 ptr[(strptr - 0x7E00) / 4] = real; in wlc_lcnphy_samp_cap()
3571 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap()
3575 strptr = 0x8000; in wlc_lcnphy_samp_cap()
3580 strptr += 4; in wlc_lcnphy_samp_cap()