Home
last modified time | relevance | path

Searched refs:spds (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/pcmcia/
Dsoc_common.c83 calc_speed(unsigned short *spds, int num, unsigned short dflt) in calc_speed() argument
89 if (speed < spds[i]) in calc_speed()
90 speed = spds[i]; in calc_speed()