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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dsticore.c376 "sti_mem_addr %08x (size=%d bytes)\n",
381 cfg->sti_mem_addr, sti_mem_request));
405 void *sti_mem_addr; local
415 sti_mem_addr = kzalloc(sti->sti_mem_request, GFP_KERNEL);
417 if (!(glob_cfg && glob_cfg_ext && save_addr && sti_mem_addr)) {
421 kfree(sti_mem_addr);
472 glob_cfg_ext->sti_mem_addr = STI_PTR(sti_mem_addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsticore.h79 u32 sti_mem_addr; /* pointer to global sti memory (size=sti_mem_request) */ member in struct:sti_glob_cfg_ext

Completed in 68 milliseconds