Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pcmcia/
Dsoc_common.c119 calc_speed(unsigned short *spds, int num, unsigned short dflt) in calc_speed() argument
125 if (speed < spds[i]) in calc_speed()
126 speed = spds[i]; in calc_speed()