Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/drm/
Dffb_drv.h91 /*210*/ volatile unsigned int consty; /* Constant Y */ member
193 unsigned int consty; member
Dffb_context.c101 ctx->consty = upa_readl(&ffb->consty); /* Constant Y */ in ffb_save_context()
244 upa_writel(ctx->consty, &ffb->consty); /* Constant Y */ in ffb_restore_context()
/linux-2.4.37.9/drivers/char/drm-4.0/
Dffb_drv.h91 /*210*/ volatile unsigned int consty; /* Constant Y */ member
193 unsigned int consty; member
Dffb_context.c100 ctx->consty = upa_readl(&ffb->consty); /* Constant Y */ in ffb_save_context()
243 upa_writel(ctx->consty, &ffb->consty); /* Constant Y */ in ffb_restore_context()
/linux-2.4.37.9/drivers/video/
Dcreatorfb.c184 volatile u32 consty; member