Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/stm/
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-12-stable/contrib/opencsd/decoder/source/stm/
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-12-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287.c377 priv->base.setChannel = ar9287SetChannel; in ar9287RfAttach()
Dar9280.c435 priv->base.setChannel = ar9280SetChannel; in ar9280RfAttach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar2133.c556 priv->base.setChannel = ar2133SetChannel; in ar2133RfAttach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5111.c702 priv->base.setChannel = ar5111SetChannel; in ar5111RfAttach()
Dar2425.c702 priv->base.setChannel = ar2425SetChannel; in ar2425RfAttach()
Dar2316.c745 priv->base.setChannel = ar2316SetChannel; in ar2316RfAttach()
Dar2413.c740 priv->base.setChannel = ar2413SetChannel; in ar2413RfAttach()
Dar2317.c725 priv->base.setChannel = ar2317SetChannel; in ar2317RfAttach()
Dar5413.c785 priv->base.setChannel = ar5413SetChannel; in ar5413RfAttach()
Dar5212.h139 HAL_BOOL (*setChannel)(struct ath_hal *, member
Dar5112.c873 priv->base.setChannel = ar5112SetChannel; in ar5112RfAttach()
Dar5212_reset.c719 if (!ahp->ah_rfHal->setChannel(ah, chan)) in ar5212SetChannel()