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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_ip32.c250 * @dcr_cache: cached contents of DCR
263 unsigned int dcr_cache; member in struct:parport_ip32_private
398 unsigned int dcr = i ? priv->dcr_cache : readb(priv->regs.dcr);
895 return priv->dcr_cache; /* use soft copy */
910 priv->dcr_cache = c; /* update soft copy */

Completed in 148 milliseconds