Searched refs:current_core (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_power.c44 assert(bcm->current_core == &bcm->core_chipcommon);
45 if (bcm->current_core->rev < 6) {
57 if (bcm->current_core->rev < 10) {
83 assert(bcm->current_core == &bcm->core_chipcommon);
86 if (bcm->current_core->rev < 6) {
98 } else if (bcm->current_core->rev < 10) {
156 old_core = bcm->current_core;
171 if (bcm->current_core->rev >= 10) {
204 old_core = bcm->current_core;
229 old_core = bcm->current_core;
[all...]
H A Dbcm43xx_radio.h74 if (bcm->current_core->rev >= 3)
H A Dbcm43xx_main.c270 if (bcm->current_core->rev >= 3) {
323 if (bcm->current_core->rev >= 3) {
1038 if (bcm->current_core->rev >= 5) {
1087 if (bcm->current_core->rev < 5)
1113 u32 current_core; local
1122 &current_core);
1125 current_core = (current_core - 0x18000000) / 0x1000;
1126 if (current_core == core)
1148 if (bcm->current_core
2455 int current_core; local
[all...]
H A Dbcm43xx.h784 struct bcm43xx_coreinfo *current_core; member in struct:bcm43xx_private
896 assert(bcm->current_core->id == BCM43xx_COREID_80211);
897 return bcm->current_core->priv;
H A Dbcm43xx_pio.c336 queue->need_workarounds = (bcm->current_core->rev < 3);
440 if (bcm->current_core->rev < 3)
H A Dbcm43xx_phy.c103 if (bcm->current_core->rev < 3) {
118 if (bcm->current_core->rev < 3) {
166 if (bcm->current_core->rev < 5)
2324 if (bcm->current_core->rev == 2)
H A Dbcm43xx_dma.c809 if (bcm->current_core->rev < 5) {
H A Dbcm43xx_radio.c2139 if (phy->type == BCM43xx_PHYTYPE_G && bcm->current_core->rev >= 5) {

Completed in 105 milliseconds