Home
last modified time | relevance | path

Searched refs:pr_info (Results 1 – 25 of 2386) sorted by relevance

12345678910>>...96

/Linux-v4.19/drivers/misc/lkdtm/
Drefcount.c21 pr_info("Overflow detected: saturated\n"); in overflow_check()
39 pr_info("attempting good refcount_inc() without overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
43 pr_info("attempting bad refcount_inc() overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
55 pr_info("attempting good refcount_add() without overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
62 pr_info("attempting bad refcount_add() overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
73 pr_info("attempting bad refcount_inc_not_zero() overflow\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW()
85 pr_info("attempting bad refcount_add_not_zero() overflow\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW()
96 pr_info("Zero detected: saturated\n"); in check_zero()
118 pr_info("attempting good refcount_dec()\n"); in lkdtm_REFCOUNT_DEC_ZERO()
121 pr_info("attempting bad refcount_dec() to zero\n"); in lkdtm_REFCOUNT_DEC_ZERO()
[all …]
Dheap.c40 pr_info("Allocated memory %p-%p\n", base, &base[offset * 2]); in lkdtm_WRITE_AFTER_FREE()
41 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE()
49 pr_info("Hmm, didn't get the same memory range.\n"); in lkdtm_WRITE_AFTER_FREE()
65 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE()
71 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE()
78 pr_info("Value in memory before free: %x\n", base[offset]); in lkdtm_READ_AFTER_FREE()
82 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE()
86 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
89 pr_info("Memory was not poisoned\n"); in lkdtm_READ_AFTER_FREE()
98 pr_info("Unable to allocate free page\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE()
[all …]
Dperms.c42 pr_info("do_overwritten wasn't overwritten!\n"); in do_overwritten()
50 pr_info("attempting ok execution at %p\n", do_nothing); in execute_location()
58 pr_info("attempting bad execution at %p\n", func); in execute_location()
69 pr_info("attempting ok execution at %p\n", do_nothing); in execute_user_location()
76 pr_info("attempting bad execution at %p\n", func); in execute_user_location()
85 pr_info("attempting bad rodata write at %p\n", ptr); in lkdtm_WRITE_RO()
99 pr_info("%p was NOT written during init!?\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
103 pr_info("attempting bad ro_after_init write at %p\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
115 pr_info("attempting bad %zu byte write at %p\n", size, ptr); in lkdtm_WRITE_KERN()
188 pr_info("attempting bad read at %p\n", ptr); in lkdtm_ACCESS_USERSPACE()
[all …]
Dusercopy.c78 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack()
85 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack()
99 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack()
106 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack()
152 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_heap_size()
158 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_heap_size()
164 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_heap_size()
170 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_heap_size()
227 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist()
233 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist()
[all …]
/Linux-v4.19/mm/
Dkmemleak-test.c52 pr_info("Kmemleak testing\n"); in kmemleak_test_init()
55 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
56 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
57 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
58 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
59 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
60 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
61 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
62 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
64 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
[all …]
/Linux-v4.19/arch/h8300/kernel/
Dtraps.c61 pr_info("\nCURRENT PROCESS:\n\n"); in dump()
62 pr_info("COMM=%s PID=%d\n", current->comm, current->pid); in dump()
64 pr_info("TEXT=%08x-%08x DATA=%08x-%08x BSS=%08x-%08x\n", in dump()
71 pr_info("USER-STACK=%08x KERNEL-STACK=%08lx\n\n", in dump()
77 pr_info("\nCODE:"); in dump()
81 pr_info("\n%08x: ", (int) (tp + i)); in dump()
82 pr_info("%08x ", (int) *sp++); in dump()
84 pr_info("\n"); in dump()
86 pr_info("\nKERNEL STACK:"); in dump()
90 pr_info("\n%08x: ", (int) (tp + i)); in dump()
[all …]
/Linux-v4.19/arch/arm/mach-u300/
Ddummyspichip.c79 pr_info("Simple test 1: write 0xAA byte, read back garbage byte " in dummy_looptest()
86 pr_info("Simple test 1: SUCCESS!\n"); in dummy_looptest()
88 pr_info("Simple test 2: write 8 bytes, read back 8 bytes garbage " in dummy_looptest()
95 pr_info("Simple test 2: SUCCESS!\n"); in dummy_looptest()
97 pr_info("Simple test 3: write 14 bytes, read back 14 bytes garbage " in dummy_looptest()
104 pr_info("Simple test 3: SUCCESS!\n"); in dummy_looptest()
106 pr_info("Simple test 4: write 8 bytes with spi_write(), read 8 " in dummy_looptest()
113 pr_info("Simple test 4 step 1: SUCCESS!\n"); in dummy_looptest()
119 pr_info("Simple test 4 step 2: SUCCESS!\n"); in dummy_looptest()
121 pr_info("Simple test 5: write 14 bytes with spi_write(), read " in dummy_looptest()
[all …]
/Linux-v4.19/lib/
Dtest_siphash.c125 pr_info("siphash self-test aligned %u: FAIL\n", i + 1); in siphash_test_init()
130 pr_info("siphash self-test unaligned %u: FAIL\n", i + 1); in siphash_test_init()
135 pr_info("hsiphash self-test aligned %u: FAIL\n", i + 1); in siphash_test_init()
140 pr_info("hsiphash self-test unaligned %u: FAIL\n", i + 1); in siphash_test_init()
146 pr_info("siphash self-test 1u64: FAIL\n"); in siphash_test_init()
151 pr_info("siphash self-test 2u64: FAIL\n"); in siphash_test_init()
157 pr_info("siphash self-test 3u64: FAIL\n"); in siphash_test_init()
163 pr_info("siphash self-test 4u64: FAIL\n"); in siphash_test_init()
168 pr_info("siphash self-test 1u32: FAIL\n"); in siphash_test_init()
173 pr_info("siphash self-test 2u32: FAIL\n"); in siphash_test_init()
[all …]
Dtest_kasan.c35 pr_info("out-of-bounds to right\n"); in kmalloc_oob_right()
51 pr_info("out-of-bounds to left\n"); in kmalloc_oob_left()
67 pr_info("kmalloc_node(): out-of-bounds to right\n"); in kmalloc_node_oob_right()
87 pr_info("kmalloc pagealloc allocation: out-of-bounds to right\n"); in kmalloc_pagealloc_oob_right()
103 pr_info("kmalloc pagealloc allocation: use-after-free\n"); in kmalloc_pagealloc_uaf()
119 pr_info("kmalloc pagealloc allocation: invalid-free\n"); in kmalloc_pagealloc_invalid_free()
137 pr_info("kmalloc large allocation: out-of-bounds to right\n"); in kmalloc_large_oob_right()
154 pr_info("out-of-bounds after krealloc more\n"); in kmalloc_oob_krealloc_more()
173 pr_info("out-of-bounds after krealloc less\n"); in kmalloc_oob_krealloc_less()
191 pr_info("kmalloc out-of-bounds for 16-bytes access\n"); in kmalloc_oob_16()
[all …]
/Linux-v4.19/drivers/mtd/tests/
Dpagetest.c129 pr_info("crosstest\n"); in crosstest()
163 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
172 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
181 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
189 pr_info("verifying pages read at %#llx match\n", in crosstest()
195 pr_info("crosstest ok\n"); in crosstest()
206 pr_info("erasecrosstest\n"); in erasecrosstest()
219 pr_info("erasing block %d\n", ebnum); in erasecrosstest()
224 pr_info("writing 1st page of block %d\n", ebnum); in erasecrosstest()
231 pr_info("reading 1st page of block %d\n", ebnum); in erasecrosstest()
[all …]
Doobtest.c106 pr_info("writing OOBs of whole device\n"); in write_whole_device()
114 pr_info("written up to eraseblock %u\n", i); in write_whole_device()
120 pr_info("written %u eraseblocks\n", i); in write_whole_device()
139 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0x%x diff 0x%x\n", in memcmpshowoffset()
167 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0xff diff 0x%x\n", in memffshow()
218 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock()
264 pr_info("ignoring errors as within bitflip limit\n"); in verify_eraseblock()
318 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock_in_one_go()
330 pr_info("verifying all eraseblocks\n"); in verify_all_eraseblocks()
338 pr_info("verified up to eraseblock %u\n", i); in verify_all_eraseblocks()
[all …]
Dsubpagetest.c141 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
153 pr_info("------------- written----------------\n"); in verify_eraseblock()
155 pr_info("------------- read ------------------\n"); in verify_eraseblock()
157 pr_info("-------------------------------------\n"); in verify_eraseblock()
168 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
178 pr_info("error: verify failed at %#llx\n", in verify_eraseblock()
180 pr_info("------------- written----------------\n"); in verify_eraseblock()
182 pr_info("------------- read ------------------\n"); in verify_eraseblock()
184 pr_info("-------------------------------------\n"); in verify_eraseblock()
205 pr_info("ECC correction at %#llx\n", in verify_eraseblock2()
[all …]
Dspeedtest.c196 pr_info("Please specify a valid mtd-device via module parameter\n"); in mtd_speedtest_init()
202 pr_info("MTD device: %d count: %d\n", dev, count); in mtd_speedtest_init()
204 pr_info("MTD device: %d\n", dev); in mtd_speedtest_init()
214 pr_info("not NAND flash, assume page size is 512 " in mtd_speedtest_init()
225 pr_info("MTD device size %llu, eraseblock size %u, " in mtd_speedtest_init()
257 pr_info("testing eraseblock write speed\n"); in mtd_speedtest_init()
272 pr_info("eraseblock write speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
275 pr_info("testing eraseblock read speed\n"); in mtd_speedtest_init()
290 pr_info("eraseblock read speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
297 pr_info("testing page write speed\n"); in mtd_speedtest_init()
[all …]
Dnandbiterrs.c106 pr_info("write_page\n"); in write_page()
118 pr_info("rewrite page\n"); in rewrite_page()
148 pr_info("read_page\n"); in read_page()
172 pr_info("verify_page\n"); in verify_page()
201 pr_info("Inserted biterror @ %u/%u\n", byte, bit); in insert_biterror()
219 pr_info("incremental biterrors test\n"); in incremental_errors_test()
236 pr_info("Read reported %d corrected bit errors\n", err); in incremental_errors_test()
250 pr_info("Successfully corrected %d bit errors per subpage\n", in incremental_errors_test()
282 pr_info("overwrite biterrors test\n"); in overwrite_test()
300 pr_info("Implausible number of bit errors corrected\n"); in overwrite_test()
[all …]
/Linux-v4.19/samples/kprobes/
Dkprobe_example.c30 pr_info("<%s> pre_handler: p->addr = 0x%p, ip = %lx, flags = 0x%lx\n", in handler_pre()
34 pr_info("<%s> pre_handler: p->addr = 0x%p, nip = 0x%lx, msr = 0x%lx\n", in handler_pre()
38 pr_info("<%s> pre_handler: p->addr = 0x%p, epc = 0x%lx, status = 0x%lx\n", in handler_pre()
42 pr_info("<%s> pre_handler: p->addr = 0x%p, pc = 0x%lx," in handler_pre()
47 pr_info("<%s> pre_handler: p->addr, 0x%p, ip = 0x%lx, flags = 0x%lx\n", in handler_pre()
60 pr_info("<%s> post_handler: p->addr = 0x%p, flags = 0x%lx\n", in handler_post()
64 pr_info("<%s> post_handler: p->addr = 0x%p, msr = 0x%lx\n", in handler_post()
68 pr_info("<%s> post_handler: p->addr = 0x%p, status = 0x%lx\n", in handler_post()
72 pr_info("<%s> post_handler: p->addr = 0x%p, pstate = 0x%lx\n", in handler_post()
76 pr_info("<%s> pre_handler: p->addr, 0x%p, flags = 0x%lx\n", in handler_post()
[all …]
/Linux-v4.19/kernel/
Dbacktracetest.c22 pr_info("Testing a backtrace from process context.\n"); in backtrace_test_normal()
23 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_normal()
40 pr_info("Testing a backtrace from irq context.\n"); in backtrace_test_irq()
41 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_irq()
54 pr_info("Testing a saved backtrace.\n"); in backtrace_test_saved()
55 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_saved()
68 pr_info("Saved backtrace test skipped.\n"); in backtrace_test_saved()
74 pr_info("====[ backtrace testing ]===========\n"); in backtrace_regression_test()
80 pr_info("====[ end of backtrace testing ]====\n"); in backtrace_regression_test()
/Linux-v4.19/fs/btrfs/
Dprint-tree.c14 pr_info("\t\tchunk length %llu owner %llu type %llu num_stripes %d\n", in print_chunk()
18 pr_info("\t\t\tstripe %d devid %llu offset %llu\n", i, in print_chunk()
26 pr_info("\t\tdev item devid %llu total_bytes %llu bytes used %llu\n", in print_dev_item()
63 pr_info("\t\textent refs %llu gen %llu flags %llu\n", in print_extent_item()
72 pr_info("\t\ttree block key (%llu %u %llu) level %d\n", in print_extent_item()
87 pr_info("\t\tref#%d: ", ref_index++); in print_extent_item()
99 pr_info("\t\t\t(parent %llu is NOT ALIGNED to nodesize %llu)\n", in print_extent_item()
115 pr_info("\t\t\t(parent %llu is NOT ALIGNED to nodesize %llu)\n", in print_extent_item()
140 pr_info("\t\tsubvol_id %llu\n", in print_uuid_item()
198 pr_info("\titem %d key (%llu %u %llu) itemoff %d itemsize %d\n", in btrfs_print_leaf()
[all …]
/Linux-v4.19/drivers/staging/gs_fpgaboot/
Dgs_fpgaboot.c112 pr_info("bitstream file magic number Ok\n"); in readmagic_bitstream()
129 pr_info("file: %s\n", fimage->filename); in gs_print_header()
130 pr_info("part: %s\n", fimage->part); in gs_print_header()
131 pr_info("date: %s\n", fimage->date); in gs_print_header()
132 pr_info("time: %s\n", fimage->time); in gs_print_header()
133 pr_info("lendata: %d\n", fimage->lendata); in gs_print_header()
180 pr_info("image is bitstream format\n"); in gs_read_image()
199 pr_info("load fpgaimage %s\n", fw_file); in gs_load_image()
243 pr_info("device init done\n"); in gs_download_image()
248 pr_info("program done\n"); in gs_download_image()
[all …]
/Linux-v4.19/arch/m68k/kernel/
Dsetup_no.c106 pr_info("uClinux with CPU " CPU_NAME "\n"); in setup_arch()
109 pr_info("uCdimm by Lineo, Inc. <www.lineo.com>\n"); in setup_arch()
112 pr_info("M68VZ328 support by Evan Stawnyczy <e@lineo.ca>\n"); in setup_arch()
115 pr_info("COLDFIRE port done by Greg Ungerer, gerg@snapgear.com\n"); in setup_arch()
117 pr_info("Modified for M5307 by Dave Miller, dmiller@intellistor.com\n"); in setup_arch()
120 pr_info("Modified for M5206eLITE by Rob Scott, rscott@mtrob.fdns.net\n"); in setup_arch()
123 pr_info("Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne\n"); in setup_arch()
126 pr_info("TRG SuperPilot FLASH card support <info@trgnet.com>\n"); in setup_arch()
129 pr_info("PalmV support by Lineo Inc. <jeff@uclinux.com>\n"); in setup_arch()
132 pr_info("DragonEngine II board support by Georges Menie\n"); in setup_arch()
[all …]
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h159 pr_info("mf:\n\t"); in _debug_dump_mf()
162 pr_info("\n\t"); in _debug_dump_mf()
163 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_mf()
165 pr_info("\n"); in _debug_dump_mf()
178 pr_info("reply:\n\t"); in _debug_dump_reply()
181 pr_info("\n\t"); in _debug_dump_reply()
182 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_reply()
184 pr_info("\n"); in _debug_dump_reply()
197 pr_info("config:\n\t"); in _debug_dump_config()
200 pr_info("\n\t"); in _debug_dump_config()
[all …]
Dmpt3sas_trigger_diag.c75 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: enter\n", in _mpt3sas_raise_sigio()
88 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in _mpt3sas_raise_sigio()
97 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in _mpt3sas_raise_sigio()
103 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: exit\n", ioc->name, in _mpt3sas_raise_sigio()
118 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: enter\n", in mpt3sas_process_trigger_data()
124 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_process_trigger_data()
132 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: exit\n", ioc->name, in mpt3sas_process_trigger_data()
171 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_trigger_master()
185 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_trigger_master()
205 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: exit\n", ioc->name, in mpt3sas_trigger_master()
[all …]
/Linux-v4.19/arch/mips/lib/
Ddump_tlb.c21 pr_info("Index : %0x\n", read_c0_index()); in dump_tlb_regs()
22 pr_info("PageMask : %0x\n", read_c0_pagemask()); in dump_tlb_regs()
24 pr_info("GuestCtl1: %0x\n", read_c0_guestctl1()); in dump_tlb_regs()
25 pr_info("EntryHi : %0*lx\n", field, read_c0_entryhi()); in dump_tlb_regs()
26 pr_info("EntryLo0 : %0*lx\n", field, read_c0_entrylo0()); in dump_tlb_regs()
27 pr_info("EntryLo1 : %0*lx\n", field, read_c0_entrylo1()); in dump_tlb_regs()
28 pr_info("Wired : %0x\n", read_c0_wired()); in dump_tlb_regs()
34 pr_info("FrameMask: %0x\n", read_c0_framemask()); in dump_tlb_regs()
38 pr_info("PageGrain: %0x\n", read_c0_pagegrain()); in dump_tlb_regs()
40 pr_info("PWField : %0*lx\n", field, read_c0_pwfield()); in dump_tlb_regs()
[all …]
/Linux-v4.19/drivers/watchdog/
Dpc87413_wdt.c90 pr_info(DPFX in pc87413_select_wdt_out()
114 pr_info(DPFX "pc87413 - Enable SWC functions\n"); in pc87413_enable_swc()
135 pr_info(DPFX in pc87413_get_swc_base_addr()
148 pr_info(DPFX "Select Bank3 of SWC\n"); in pc87413_swc_bank3()
159 pr_info(DPFX "Set WDTO to %d minutes\n", pc87413_time); in pc87413_programm_wdto()
170 pr_info(DPFX "Enable WDEN\n"); in pc87413_enable_wden()
180 pr_info(DPFX "Enable SW_WD_TREN\n"); in pc87413_enable_sw_wd_tren()
191 pr_info(DPFX "pc87413 - Disable SW_WD_TREN\n"); in pc87413_disable_sw_wd_tren()
202 pr_info(DPFX "pc87413 - Enable SW_WD_TRG\n"); in pc87413_enable_sw_wd_trg()
213 pr_info(DPFX "Disable SW_WD_TRG\n"); in pc87413_disable_sw_wd_trg()
[all …]
/Linux-v4.19/security/keys/
Dtrusted.h44 pr_info("trusted_key: sealing key type %d\n", o->keytype); in dump_options()
45 pr_info("trusted_key: sealing key handle %0X\n", o->keyhandle); in dump_options()
46 pr_info("trusted_key: pcrlock %d\n", o->pcrlock); in dump_options()
47 pr_info("trusted_key: pcrinfo %d\n", o->pcrinfo_len); in dump_options()
54 pr_info("trusted_key: key_len %d\n", p->key_len); in dump_payload()
57 pr_info("trusted_key: bloblen %d\n", p->blob_len); in dump_payload()
60 pr_info("trusted_key: migratable %d\n", p->migratable); in dump_payload()
67 pr_info("trusted-key: secret:\n"); in dump_sess()
70 pr_info("trusted-key: enonce:\n"); in dump_sess()
79 pr_info("\ntrusted-key: tpm buffer\n"); in dump_tpm_buf()
/Linux-v4.19/drivers/media/rc/
Dnuvoton-cir.c198 pr_info("Wake samples (%d) =", count); in nvt_write_wakeup_codes()
200 pr_info("Wake sample fifo cleared"); in nvt_write_wakeup_codes()
292 pr_info("%s: Dump CIR logical device registers:\n", NVT_DRIVER_NAME); in cir_dump_regs()
293 pr_info(" * CR CIR ACTIVE : 0x%x\n", in cir_dump_regs()
295 pr_info(" * CR CIR BASE ADDR: 0x%x\n", in cir_dump_regs()
298 pr_info(" * CR CIR IRQ NUM: 0x%x\n", in cir_dump_regs()
303 pr_info("%s: Dump CIR registers:\n", NVT_DRIVER_NAME); in cir_dump_regs()
304 pr_info(" * IRCON: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRCON)); in cir_dump_regs()
305 pr_info(" * IRSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRSTS)); in cir_dump_regs()
306 pr_info(" * IREN: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IREN)); in cir_dump_regs()
[all …]

12345678910>>...96