Lines Matching refs:speed
122 unsigned short speed = 0;
126 if (speed < spds[i])
127 speed = spds[i];
128 if (speed == 0)
129 speed = dflt;
131 return speed;
556 * the map speed as requested, but override the address ranges
565 unsigned short speed = map->speed;
567 debug(skt, 2, "map %u speed %u start 0x%08llx stop 0x%08llx\n",
568 map->map, map->speed, (unsigned long long)map->start,
587 if (speed == 0)
588 speed = SOC_PCMCIA_IO_ACCESS;
590 speed = 0;
593 skt->spd_io[map->map] = speed;
610 * the map speed as requested, but override the address ranges
620 unsigned short speed = map->speed;
622 debug(skt, 2, "map %u speed %u card_start %08x\n",
623 map->map, map->speed, map->card_start);
638 if (speed == 0)
639 speed = 300;
641 speed = 0;
646 skt->spd_attr[map->map] = speed;
651 skt->spd_mem[map->map] = speed;