• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/

Lines Matching defs:current_core

270 	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;
1122 &current_core);
1125 current_core = (current_core - 0x18000000) / 0x1000;
1126 if (current_core == core)
1148 if (bcm->current_core == new_core)
1154 bcm->current_core = new_core;
1230 bcm->current_core->enabled = 0;
1276 bcm->current_core->enabled = 1;
1370 if (bcm->current_core->rev < 5)
1389 assert(bcm->noisecalc.core_at_start == bcm->current_core);
1399 bcm->noisecalc.core_at_start = bcm->current_core;
1418 if (bcm->noisecalc.core_at_start != bcm->current_core ||
1725 (bcm->current_core->rev < 3) &&
1772 assert(bcm->current_core->id == BCM43xx_COREID_80211);
1821 u8 rev = bcm->current_core->rev;
2099 if (bcm->current_core->rev >= 2)
2102 old_core = bcm->current_core;
2119 old_core = bcm->current_core;
2336 if (bcm->current_core->rev < 5)
2364 if (bcm->current_core->rev < 3) {
2455 int current_core;
2468 bcm->current_core = NULL;
2557 current_core = 1;
2559 current_core = 0;
2560 for ( ; current_core < core_count; current_core++) {
2564 err = _switch_core(bcm, current_core);
2577 current_core, core_id, core_rev, core_vendor);
2642 core->index = current_core;
2727 bcm->current_core->initialized = 0;
2757 bcm43xx_shm_write16(bcm, BCM43xx_SHM_SHARED, 0x0016, bcm->current_core->rev);
2809 if (bcm->current_core->rev >= 5)
2835 bcm->current_core->initialized = 1;
2949 old_core = bcm->current_core;
2954 if (bcm->current_core->rev < 6 &&
2955 bcm->current_core->id == BCM43xx_COREID_PCI) {
2973 if (bcm->current_core->id == BCM43xx_COREID_PCI) {
2978 if (bcm->current_core->rev < 5) {
2987 } else if (bcm->current_core->rev >= 11) {
2993 if (bcm->current_core->rev == 0 || bcm->current_core->rev == 1) {
2999 if (bcm->current_core->rev == 0) {
3006 } else if (bcm->current_core->rev == 1) {