Lines Matching refs:speed
121 unsigned short speed = 0;
125 if (speed < spds[i])
126 speed = spds[i];
127 if (speed == 0)
128 speed = dflt;
130 return speed;
555 * the map speed as requested, but override the address ranges
564 unsigned short speed = map->speed;
566 debug(skt, 2, "map %u speed %u start 0x%08llx stop 0x%08llx\n",
567 map->map, map->speed, (unsigned long long)map->start,
586 if (speed == 0)
587 speed = SOC_PCMCIA_IO_ACCESS;
589 speed = 0;
592 skt->spd_io[map->map] = speed;
609 * the map speed as requested, but override the address ranges
619 unsigned short speed = map->speed;
621 debug(skt, 2, "map %u speed %u card_start %08x\n",
622 map->map, map->speed, map->card_start);
637 if (speed == 0)
638 speed = 300;
640 speed = 0;
645 skt->spd_attr[map->map] = speed;
650 skt->spd_mem[map->map] = speed;