Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3457 s16 playback_status; in wlc_lcnphy_stop_tx_tone() local
3468 playback_status = read_phy_reg(pi, 0x644); in wlc_lcnphy_stop_tx_tone()
3469 if (playback_status & (0x1 << 0)) { in wlc_lcnphy_stop_tx_tone()
3472 } else if (playback_status & (0x1 << 1)) in wlc_lcnphy_stop_tx_tone()
Dphy_n.c23203 u16 playback_status; in wlc_phy_stopplayback_nphy() local
23209 playback_status = read_phy_reg(pi, 0xc7); in wlc_phy_stopplayback_nphy()
23210 if (playback_status & 0x1) in wlc_phy_stopplayback_nphy()
23212 else if (playback_status & 0x2) in wlc_phy_stopplayback_nphy()