Searched refs:setChannel (Results 1 – 14 of 14) sorted by relevance
69 void setChannel(const uint16_t channel, const bool b8Bit);125 inline void StmTrcPacket::setChannel(const uint16_t channel, const bool b8Bit) in setChannel() function
358 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()
433 priv->base.setChannel = ar9280SetChannel; in ar9280RfAttach()
375 priv->base.setChannel = ar9287SetChannel; in ar9287RfAttach()
554 priv->base.setChannel = ar2133SetChannel; in ar2133RfAttach()
700 priv->base.setChannel = ar5111SetChannel; in ar5111RfAttach()
743 priv->base.setChannel = ar2316SetChannel; in ar2316RfAttach()
723 priv->base.setChannel = ar2317SetChannel; in ar2317RfAttach()
738 priv->base.setChannel = ar2413SetChannel; in ar2413RfAttach()
700 priv->base.setChannel = ar2425SetChannel; in ar2425RfAttach()
137 HAL_BOOL (*setChannel)(struct ath_hal *, member
783 priv->base.setChannel = ar5413SetChannel; in ar5413RfAttach()
871 priv->base.setChannel = ar5112SetChannel; in ar5112RfAttach()
717 if (!ahp->ah_rfHal->setChannel(ah, chan)) in ar5212SetChannel()