Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3476 s16 playback_status; in wlc_lcnphy_stop_tx_tone() local
3487 playback_status = read_phy_reg(pi, 0x644); in wlc_lcnphy_stop_tx_tone()
3488 if (playback_status & (0x1 << 0)) { in wlc_lcnphy_stop_tx_tone()
3491 } else if (playback_status & (0x1 << 1)) in wlc_lcnphy_stop_tx_tone()
Dphy_n.c23300 u16 playback_status; in wlc_phy_stopplayback_nphy() local
23306 playback_status = read_phy_reg(pi, 0xc7); in wlc_phy_stopplayback_nphy()
23307 if (playback_status & 0x1) in wlc_phy_stopplayback_nphy()
23309 else if (playback_status & 0x2) in wlc_phy_stopplayback_nphy()