Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/drm/
Dffb_drv.h99 /*230*/ volatile unsigned int dcsf; /* Depth Cue Scale Front Bound */ member
201 unsigned int dcsf; member
Dffb_context.c109 ctx->dcsf = upa_readl(&ffb->dcsf); /* Depth Cue Scale Front Bound */ in ffb_save_context()
252 upa_writel(ctx->dcsf, &ffb->dcsf); /* Depth Cue Scale Front Bound */ in ffb_restore_context()
/linux-2.4.37.9/drivers/char/drm-4.0/
Dffb_drv.h99 /*230*/ volatile unsigned int dcsf; /* Depth Cue Scale Front Bound */ member
201 unsigned int dcsf; member
Dffb_context.c108 ctx->dcsf = upa_readl(&ffb->dcsf); /* Depth Cue Scale Front Bound */ in ffb_save_context()
251 upa_writel(ctx->dcsf, &ffb->dcsf); /* Depth Cue Scale Front Bound */ in ffb_restore_context()
/linux-2.4.37.9/drivers/video/
Dcreatorfb.c192 volatile u32 dcsf; member