Home
last modified time | relevance | path

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

/drivers/pcmcia/
Dsoc_common.c120 calc_speed(unsigned short *spds, int num, unsigned short dflt) in calc_speed() argument
126 if (speed < spds[i]) in calc_speed()
127 speed = spds[i]; in calc_speed()