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()
377 priv->base.setChannel = ar9287SetChannel; in ar9287RfAttach()
435 priv->base.setChannel = ar9280SetChannel; in ar9280RfAttach()
556 priv->base.setChannel = ar2133SetChannel; in ar2133RfAttach()
702 priv->base.setChannel = ar5111SetChannel; in ar5111RfAttach()
740 priv->base.setChannel = ar2413SetChannel; in ar2413RfAttach()
702 priv->base.setChannel = ar2425SetChannel; in ar2425RfAttach()
725 priv->base.setChannel = ar2317SetChannel; in ar2317RfAttach()
745 priv->base.setChannel = ar2316SetChannel; in ar2316RfAttach()
139 HAL_BOOL (*setChannel)(struct ath_hal *, member
785 priv->base.setChannel = ar5413SetChannel; in ar5413RfAttach()
873 priv->base.setChannel = ar5112SetChannel; in ar5112RfAttach()
719 if (!ahp->ah_rfHal->setChannel(ah, chan)) in ar5212SetChannel()