Searched refs:cis_width (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pcmcia/
H A Dcistpl.c58 static int cis_width; variable
59 module_param(cis_width, int, 0444);
152 ((cis_width) ? MAP_16BIT : 0));
176 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0);
234 ((cis_width) ? MAP_16BIT : 0));
250 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0);

Completed in 125 milliseconds