Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pcmcia/
Dm8xx_pcmcia.c234 #define PCMCIA_BMT_LIMIT (15*4) /* Bus Monitor Timeout value */ macro
251 #undef PCMCIA_BMT_LIMIT
252 #define PCMCIA_BMT_LIMIT (6*8) macro
611 if(clocks >= PCMCIA_BMT_LIMIT) { in m8xx_get_speed()
613 clocks = PCMCIA_BMT_LIMIT-1; in m8xx_get_speed()