Searched refs:write_dc (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/video/fbdev/geode/ |
| H A D | lxfb_core.c | 383 write_dc(par, DC_UNLOCK, DC_UNLOCK_UNLOCK); in lxfb_map_video_memory() 384 write_dc(par, DC_GLIU0_MEM_OFFSET, info->fix.smem_start & 0xFF000000); in lxfb_map_video_memory() 385 write_dc(par, DC_UNLOCK, DC_UNLOCK_LOCK); in lxfb_map_video_memory()
|
| H A D | gxfb.h | 308 static inline void write_dc(struct gxfb_par *par, int reg, uint32_t val) in write_dc() function
|
| H A D | lxfb.h | 391 static inline void write_dc(struct lxfb_par *par, int reg, uint32_t val) in write_dc() function
|