Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_elem_stm.h69 void setChannel(const uint16_t channel, const bool b8Bit);
125 inline void StmTrcPacket::setChannel(const uint16_t channel, const bool b8Bit) in setChannel() function
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp358 m_curr_packet.setChannel(0,false); // MERR resets channel for current master to 0. in stmPktMERR()
372 m_curr_packet.setChannel((uint16_t)m_val8,true); in stmPktC8()
597 m_curr_packet.setChannel(m_val16,false); in stmPktC16()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c433 priv->base.setChannel = ar9280SetChannel; in ar9280RfAttach()
H A Dar9287.c375 priv->base.setChannel = ar9287SetChannel; in ar9287RfAttach()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c554 priv->base.setChannel = ar2133SetChannel; in ar2133RfAttach()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c700 priv->base.setChannel = ar5111SetChannel; in ar5111RfAttach()
H A Dar2316.c743 priv->base.setChannel = ar2316SetChannel; in ar2316RfAttach()
H A Dar2317.c723 priv->base.setChannel = ar2317SetChannel; in ar2317RfAttach()
H A Dar2413.c738 priv->base.setChannel = ar2413SetChannel; in ar2413RfAttach()
H A Dar2425.c700 priv->base.setChannel = ar2425SetChannel; in ar2425RfAttach()
H A Dar5212.h137 HAL_BOOL (*setChannel)(struct ath_hal *, member
H A Dar5413.c783 priv->base.setChannel = ar5413SetChannel; in ar5413RfAttach()
H A Dar5112.c871 priv->base.setChannel = ar5112SetChannel; in ar5112RfAttach()
H A Dar5212_reset.c717 if (!ahp->ah_rfHal->setChannel(ah, chan)) in ar5212SetChannel()