Home
last modified time | relevance | path

Searched refs:crcs (Results 1 – 2 of 2) sorted by relevance

/arch/arm/plat-samsung/
Dpm-check.c37 static u32 *crcs; /* allocated over suspend/resume */ variable
99 crcs = kmalloc(crc_size+4, GFP_KERNEL); in s3c_pm_check_prepare()
100 if (crcs == NULL) in s3c_pm_check_prepare()
130 if (crcs != NULL) in s3c_pm_check_store()
131 s3c_pm_run_sysram(s3c_pm_makecheck, crcs); in s3c_pm_check_store()
185 if (in_region(ptr, left, crcs, crc_size)) { in s3c_pm_runcheck()
216 if (crcs != NULL) in s3c_pm_check_restore()
217 s3c_pm_run_sysram(s3c_pm_runcheck, crcs); in s3c_pm_check_restore()
230 kfree(crcs); in s3c_pm_check_cleanup()
231 crcs = NULL; in s3c_pm_check_cleanup()
/arch/powerpc/platforms/44x/
Dfsp2.c191 u32 crcs = mfcmu(CMUN_CRCS); in rst_wrn_handler() local
192 switch (crcs & CRCS_STAT_MASK) { in rst_wrn_handler()
196 panic("Unknown external reset: CRCS=0x%x", crcs); in rst_wrn_handler()