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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c251 * @dcr_cache: cached contents of DCR
264 unsigned int dcr_cache; member in struct:parport_ip32_private
399 unsigned int dcr = i ? priv->dcr_cache : readb(priv->regs.dcr);
898 return priv->dcr_cache; /* use soft copy */
913 priv->dcr_cache = c; /* update soft copy */

Completed in 30 milliseconds