Searched refs:chanid (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/b43/
H A Dxmit.c663 u16 chanid; local
800 chanid = (chanstat & B43_RX_CHAN_ID) >> B43_RX_CHAN_ID_SHIFT;
805 /* FIXME: We don't really know which value the "chanid" contains.
807 status.freq = b43_channel_to_freq_5ghz(chanid);
811 /* chanid is the radio channel cookie value as used
813 status.freq = chanid + 2400;
818 /* chanid is the SHM channel cookie. Which is the plain
822 status.freq = b43_freq_to_channel_5ghz(chanid);
825 status.freq = b43_freq_to_channel_2ghz(chanid);
/drivers/net/wireless/b43legacy/
H A Dxmit.c458 u16 chanid; local
576 chanid = (chanstat & B43legacy_RX_CHAN_ID) >>
582 status.freq = chanid + 2400;
/drivers/net/tokenring/
H A Dibmtr.c244 void __iomem *chanid; local
261 chanid=(CHANNEL_ID + ram_mapped);
263 ctemp=readb(chanid) & 0x0f;
266 if ((readb(chanid+i) & 0x0f) != tchanid[j]){

Completed in 53 milliseconds