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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_gige.c172 u32 base, tmslow, tmshigh; local
221 tmshigh = ssb_read32(sdev, SSB_TMSHIGH);
222 if (tmshigh & SSB_GIGE_TMSHIGH_RGMII) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dmain.c2075 u32 tmshigh; local
2079 tmshigh = ssb_read32(dev->dev, SSB_TMSHIGH);
2116 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
2158 if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
4693 u32 tmshigh; local
4695 tmshigh = ssb_read32(dev->dev, SSB_TMSHIGH);
4696 have_2ghz_phy = !!(tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY);
4697 have_5ghz_phy = !!(tmshigh & B43_TMSHIGH_HAVE_5GHZ_PHY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c1541 u32 tmshigh; local
1544 tmshigh = ssb_read32(dev->dev, SSB_TMSHIGH);
3604 u32 tmshigh; local
3606 tmshigh = ssb_read32(dev->dev, SSB_TMSHIGH);
3607 have_gphy = !!(tmshigh & B43legacy_TMSHIGH_GPHY);

Completed in 120 milliseconds