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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dpm.c244 static unsigned long regs_save[16]; local
271 s3c_sleep_save_phys = virt_to_phys(regs_save);
308 s3c_cpu_save(regs_save);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Ds1d13xxxfb.c963 if (!s1dfb->regs_save)
964 s1dfb->regs_save = kmalloc(info->fix.mmio_len, GFP_KERNEL);
966 if (!s1dfb->regs_save) {
972 memcpy_fromio(s1dfb->regs_save, s1dfb->regs, info->fix.mmio_len);
999 if (s1dfb->regs_save) {
1001 memcpy_toio(s1dfb->regs, s1dfb->regs_save, info->fix.mmio_len);
1002 kfree(s1dfb->regs_save);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Ds1d13xxxfb.h164 void *regs_save; /* pm saves all registers here */ member in struct:s1d13xxxfb_par

Completed in 33 milliseconds