/linux-6.1.9/drivers/scsi/qla4xxx/ |
D | ql4_dbg.c | 29 printk(KERN_INFO "\n"); in qla4xxx_dump_buffer() 38 printk(KERN_INFO "mailbox[%d] = 0x%08X\n", in qla4xxx_dump_registers() 44 printk(KERN_INFO "0x%02X mailbox[%d] = 0x%08X\n", in qla4xxx_dump_registers() 49 printk(KERN_INFO "0x%02X flash_address = 0x%08X\n", in qla4xxx_dump_registers() 52 printk(KERN_INFO "0x%02X flash_data = 0x%08X\n", in qla4xxx_dump_registers() 55 printk(KERN_INFO "0x%02X ctrl_status = 0x%08X\n", in qla4xxx_dump_registers() 60 printk(KERN_INFO "0x%02X nvram = 0x%08X\n", in qla4xxx_dump_registers() 64 printk(KERN_INFO "0x%02X intr_mask = 0x%08X\n", in qla4xxx_dump_registers() 67 printk(KERN_INFO "0x%02X nvram = 0x%08X\n", in qla4xxx_dump_registers() 70 printk(KERN_INFO "0x%02X semaphore = 0x%08X\n", in qla4xxx_dump_registers() [all …]
|
D | ql4_init.c | 233 DEBUG2(printk(KERN_INFO "scsi%ld: %s: " in qla4xxx_wait_for_ip_config() 241 DEBUG2(printk(KERN_INFO "scsi%ld: %s: " in qla4xxx_wait_for_ip_config() 292 ql4_printk(KERN_INFO, ha, "PEX DMA Not supported %d\n", in qla4_80xx_is_minidump_dma_capable() 322 ql4_printk(KERN_INFO, ha, in qla4xxx_alloc_fw_dump() 334 ql4_printk(KERN_INFO, ha, in qla4xxx_alloc_fw_dump() 343 ql4_printk(KERN_INFO, ha, in qla4xxx_alloc_fw_dump() 361 ql4_printk(KERN_INFO, ha, "Falling back to default capture mask, as PEX DMA is not supported\n"); in qla4xxx_alloc_fw_dump() 367 DEBUG2(ql4_printk(KERN_INFO, ha, "Minimum num of entries = %d\n", in qla4xxx_alloc_fw_dump() 369 DEBUG2(ql4_printk(KERN_INFO, ha, "Dump template size = %d\n", in qla4xxx_alloc_fw_dump() 371 DEBUG2(ql4_printk(KERN_INFO, ha, "Selected Capture mask =0x%x\n", in qla4xxx_alloc_fw_dump() [all …]
|
D | ql4_isr.c | 28 DEBUG2(ql4_printk(KERN_INFO, ha, "scsi%ld:%d:%d:%llu: %s:" in qla4xxx_copy_sense() 45 DEBUG2(printk(KERN_INFO "scsi%ld:%d:%d:%llu: %s: sense key = %x, " in qla4xxx_copy_sense() 86 DEBUG2(printk(KERN_INFO "scsi%ld: %s: Cmd already returned " in qla4xxx_status_cont_entry() 215 DEBUG2(printk(KERN_INFO "scsi%ld:%d:%d:%llu: Timeout\n", in qla4xxx_status_entry() 260 DEBUG2(ql4_printk(KERN_INFO, ha, in qla4xxx_status_entry() 292 DEBUG2(ql4_printk(KERN_INFO, ha, in qla4xxx_status_entry() 315 DEBUG2(printk(KERN_INFO "scsi%ld:%d:%d:%llu: SCS_DEVICE " in qla4xxx_status_entry() 440 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: mbox_cmd = 0x%x, " in qla4xxx_mbox_status_entry() 543 DEBUG2(ql4_printk(KERN_INFO, ha, in qla4xxx_process_response_queue() 593 DEBUG2(ql4_printk(KERN_INFO, ha, in qla4_83xx_loopback_in_progress() [all …]
|
D | ql4_83xx.c | 244 ql4_printk(KERN_INFO, ha, "%s: Resetting rom lock\n", __func__); in qla4_83xx_rom_lock_recovery() 279 ql4_printk(KERN_INFO, ha, "%s: IDC Lock recovery initiated for func %d\n", in qla4_83xx_lock_recovery() 341 …ql4_printk(KERN_INFO, ha, "%s: Lock by func %d failed after 2s, lock held by func %d, lock count %… in qla4_83xx_drv_lock() 350 ql4_printk(KERN_INFO, ha, "%s: IDC lock failed for func %d\n", in qla4_83xx_drv_lock() 359 ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d successful\n", in qla4_83xx_drv_lock() 365 ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timeout\n", in qla4_83xx_drv_lock() 400 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: idc_ctrl = %d\n", __func__, in qla4_83xx_set_idc_dontreset() 411 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: idc_ctrl = %d\n", __func__, in qla4_83xx_clear_idc_dontreset() 493 DEBUG2(ql4_printk(KERN_INFO, ha, in qla4_83xx_can_perform_reset() 513 ql4_printk(KERN_INFO, ha, "%s: Performing ISP error recovery\n", in qla4_83xx_need_reset_handler() [all …]
|
/linux-6.1.9/lib/xz/ |
D | xz_dec_test.c | 79 printk(KERN_INFO DEVICE_NAME ": opened\n"); in xz_dec_test_open() 88 printk(KERN_INFO DEVICE_NAME ": input was truncated\n"); in xz_dec_test_release() 90 printk(KERN_INFO DEVICE_NAME ": closed\n"); in xz_dec_test_release() 109 printk(KERN_INFO DEVICE_NAME ": %zu bytes of " in xz_dec_test_write() 116 printk(KERN_INFO DEVICE_NAME ": decoding %zu bytes of input\n", in xz_dec_test_write() 139 printk(KERN_INFO DEVICE_NAME ": XZ_OK\n"); in xz_dec_test_write() 143 printk(KERN_INFO DEVICE_NAME ": XZ_STREAM_END, " in xz_dec_test_write() 148 printk(KERN_INFO DEVICE_NAME ": XZ_MEMLIMIT_ERROR\n"); in xz_dec_test_write() 152 printk(KERN_INFO DEVICE_NAME ": XZ_FORMAT_ERROR\n"); in xz_dec_test_write() 156 printk(KERN_INFO DEVICE_NAME ": XZ_OPTIONS_ERROR\n"); in xz_dec_test_write() [all …]
|
/linux-6.1.9/drivers/input/joystick/ |
D | joydump.c | 39 printk(KERN_INFO "joydump: ,------------------ START ----------------.\n"); in joydump_connect() 40 printk(KERN_INFO "joydump: | Dumping: %30s |\n", gameport->phys); in joydump_connect() 41 printk(KERN_INFO "joydump: | Speed: %28d kHz |\n", gameport->speed); in joydump_connect() 45 printk(KERN_INFO "joydump: | Raw mode not available - trying cooked. |\n"); in joydump_connect() 49 printk(KERN_INFO "joydump: | Cooked not available either. Failing. |\n"); in joydump_connect() 50 printk(KERN_INFO "joydump: `------------------- END -----------------'\n"); in joydump_connect() 57 printk(KERN_INFO "joydump: | Axis %d: %4d. |\n", i, axes[i]); in joydump_connect() 58 printk(KERN_INFO "joydump: | Buttons %02x. |\n", buttons); in joydump_connect() 59 printk(KERN_INFO "joydump: `------------------- END -----------------'\n"); in joydump_connect() 66 printk(KERN_INFO "joydump: no memory for testing\n"); in joydump_connect() [all …]
|
/linux-6.1.9/sound/isa/gus/ |
D | gus_io.c | 436 …printk(KERN_INFO " -%i- GF1 voice ctrl, ramp ctrl = 0x%x, 0x%x\n", voice, ctrl = snd_gf1_i_read8… in snd_gf1_print_voice_registers() 437 printk(KERN_INFO " -%i- GF1 frequency = 0x%x\n", voice, snd_gf1_i_read16(gus, 1)); in snd_gf1_print_voice_registers() 438 …printk(KERN_INFO " -%i- GF1 loop start, end = 0x%x (0x%x), 0x%x (0x%x)\n", voice, snd_gf1_… in snd_gf1_print_voice_registers() 439 …printk(KERN_INFO " -%i- GF1 ramp start, end, rate = 0x%x, 0x%x, 0x%x\n", voice, snd_gf1_i_read8(… in snd_gf1_print_voice_registers() 440 printk(KERN_INFO" -%i- GF1 volume = 0x%x\n", voice, snd_gf1_i_read16(gus, 9)); in snd_gf1_print_voice_registers() 441 …printk(KERN_INFO " -%i- GF1 position = 0x%x (0x%x)\n", voice, snd_gf1_i_read_addr(g… in snd_gf1_print_voice_registers() 444 printk(KERN_INFO " -%i- GFA1 mode = 0x%x\n", voice, mode); in snd_gf1_print_voice_registers() 446 …printk(KERN_INFO " -%i- GFA1 effect address = 0x%x\n", voice, snd_gf1_i_read_addr(gus, 0x1… in snd_gf1_print_voice_registers() 447 …printk(KERN_INFO " -%i- GFA1 effect volume = 0x%x\n", voice, snd_gf1_i_read16(gus, 0x16)); in snd_gf1_print_voice_registers() 448 …printk(KERN_INFO " -%i- GFA1 effect volume final = 0x%x\n", voice, snd_gf1_i_read16(gus, 0x1d)); in snd_gf1_print_voice_registers() [all …]
|
/linux-6.1.9/arch/sparc/mm/ |
D | leon_mm.c | 49 printk(KERN_INFO "swprobe: trace on\n"); in leon_swprobe() 54 printk(KERN_INFO "swprobe: leon_get_ctable_ptr returned 0=>0\n"); in leon_swprobe() 59 printk(KERN_INFO in leon_swprobe() 67 printk(KERN_INFO "swprobe: --- ctx (%x) ---\n", ctx); in leon_swprobe() 73 printk(KERN_INFO "swprobe: pgd is entry level 3\n"); in leon_swprobe() 81 printk(KERN_INFO "swprobe: pgd is invalid => 0\n"); in leon_swprobe() 86 printk(KERN_INFO "swprobe: --- pgd (%x) ---\n", pgd); in leon_swprobe() 96 printk(KERN_INFO "swprobe: pmd is entry level 2\n"); in leon_swprobe() 104 printk(KERN_INFO "swprobe: pmd is invalid => 0\n"); in leon_swprobe() 109 printk(KERN_INFO "swprobe: --- pmd (%x) ---\n", pmd); in leon_swprobe() [all …]
|
/linux-6.1.9/samples/kfifo/ |
D | dma-example.c | 28 printk(KERN_INFO "DMA fifo test start\n"); in example_init() 35 printk(KERN_INFO "queue size: %u\n", kfifo_size(&fifo)); in example_init() 45 printk(KERN_INFO "queue len: %u\n", kfifo_len(&fifo)); in example_init() 64 printk(KERN_INFO "DMA sgl entries: %d\n", nents); in example_init() 72 printk(KERN_INFO "scatterlist for receive:\n"); in example_init() 74 printk(KERN_INFO in example_init() 94 printk(KERN_INFO "DMA sgl entries: %d\n", nents); in example_init() 101 printk(KERN_INFO "scatterlist for transmit:\n"); in example_init() 103 printk(KERN_INFO in example_init() 122 printk(KERN_INFO "queue len: %u\n", kfifo_len(&fifo)); in example_init() [all …]
|
D | bytestream-example.c | 58 printk(KERN_INFO "byte stream fifo test start\n"); in testfunc() 68 printk(KERN_INFO "fifo len: %u\n", kfifo_len(&test)); in testfunc() 72 printk(KERN_INFO "buf: %.*s\n", i, buf); in testfunc() 76 printk(KERN_INFO "ret: %d\n", ret); in testfunc() 79 printk(KERN_INFO "ret: %d\n", ret); in testfunc() 82 printk(KERN_INFO "skip 1st element\n"); in testfunc() 89 printk(KERN_INFO "queue len: %u\n", kfifo_len(&test)); in testfunc() 93 printk(KERN_INFO "%d\n", i); in testfunc() 98 printk(KERN_INFO "item = %d\n", i); in testfunc() 108 printk(KERN_INFO "test passed\n"); in testfunc()
|
D | inttype-example.c | 58 printk(KERN_INFO "int fifo test start\n"); in testfunc() 65 printk(KERN_INFO "fifo len: %u\n", kfifo_len(&test)); in testfunc() 69 printk(KERN_INFO "ret: %d\n", ret); in testfunc() 72 printk(KERN_INFO "ret: %d\n", ret); in testfunc() 75 printk(KERN_INFO "skip 1st element\n"); in testfunc() 82 printk(KERN_INFO "queue len: %u\n", kfifo_len(&test)); in testfunc() 86 printk(KERN_INFO "%d\n", i); in testfunc() 91 printk(KERN_INFO "item = %d\n", i); in testfunc() 101 printk(KERN_INFO "test passed\n"); in testfunc()
|
D | record-example.c | 76 printk(KERN_INFO "record fifo test start\n"); in testfunc() 81 printk(KERN_INFO "fifo peek len: %u\n", kfifo_peek_len(&test)); in testfunc() 90 printk(KERN_INFO "skip 1st element\n"); in testfunc() 93 printk(KERN_INFO "fifo len: %u\n", kfifo_len(&test)); in testfunc() 98 printk(KERN_INFO "%.*s\n", ret, buf); in testfunc() 105 printk(KERN_INFO "item = %.*s\n", ret, buf); in testfunc() 115 printk(KERN_INFO "test passed\n"); in testfunc()
|
/linux-6.1.9/arch/x86/um/ |
D | sysrq_64.c | 20 printk(KERN_INFO "Pid: %d, comm: %.20s %s %s\n", task_pid_nr(current), in show_regs() 22 printk(KERN_INFO "RIP: %04lx:%pS\n", PT_REGS_CS(regs) & 0xffff, in show_regs() 24 printk(KERN_INFO "RSP: %016lx EFLAGS: %08lx\n", PT_REGS_SP(regs), in show_regs() 26 printk(KERN_INFO "RAX: %016lx RBX: %016lx RCX: %016lx\n", in show_regs() 28 printk(KERN_INFO "RDX: %016lx RSI: %016lx RDI: %016lx\n", in show_regs() 30 printk(KERN_INFO "RBP: %016lx R08: %016lx R09: %016lx\n", in show_regs() 32 printk(KERN_INFO "R10: %016lx R11: %016lx R12: %016lx\n", in show_regs() 34 printk(KERN_INFO "R13: %016lx R14: %016lx R15: %016lx\n", in show_regs()
|
/linux-6.1.9/arch/openrisc/kernel/ |
D | setup.c | 107 printk(KERN_INFO "CPU: OpenRISC-%x (revision %d) @%d MHz\n", in print_cpuinfo() 111 printk(KERN_INFO in print_cpuinfo() 117 printk(KERN_INFO in print_cpuinfo() 122 printk(KERN_INFO "-- dcache disabled\n"); in print_cpuinfo() 124 printk(KERN_INFO in print_cpuinfo() 129 printk(KERN_INFO "-- icache disabled\n"); in print_cpuinfo() 132 printk(KERN_INFO "-- dmmu: %4d entries, %lu way(s)\n", in print_cpuinfo() 136 printk(KERN_INFO "-- immu: %4d entries, %lu way(s)\n", in print_cpuinfo() 140 printk(KERN_INFO "-- additional features:\n"); in print_cpuinfo() 142 printk(KERN_INFO "-- debug unit\n"); in print_cpuinfo() [all …]
|
/linux-6.1.9/drivers/soc/fsl/qe/ |
D | ucc_fast.c | 28 printk(KERN_INFO "UCC%u Fast registers:\n", uccf->uf_info->ucc_num); in ucc_fast_dump_regs() 29 printk(KERN_INFO "Base address: 0x%p\n", uccf->uf_regs); in ucc_fast_dump_regs() 31 printk(KERN_INFO "gumr : addr=0x%p, val=0x%08x\n", in ucc_fast_dump_regs() 33 printk(KERN_INFO "upsmr : addr=0x%p, val=0x%08x\n", in ucc_fast_dump_regs() 35 printk(KERN_INFO "utodr : addr=0x%p, val=0x%04x\n", in ucc_fast_dump_regs() 37 printk(KERN_INFO "udsr : addr=0x%p, val=0x%04x\n", in ucc_fast_dump_regs() 39 printk(KERN_INFO "ucce : addr=0x%p, val=0x%08x\n", in ucc_fast_dump_regs() 41 printk(KERN_INFO "uccm : addr=0x%p, val=0x%08x\n", in ucc_fast_dump_regs() 43 printk(KERN_INFO "uccs : addr=0x%p, val=0x%02x\n", in ucc_fast_dump_regs() 45 printk(KERN_INFO "urfb : addr=0x%p, val=0x%08x\n", in ucc_fast_dump_regs() [all …]
|
/linux-6.1.9/arch/hexagon/mm/ |
D | init.c | 172 printk(KERN_INFO "bootmem_startpg: 0x%08lx\n", bootmem_startpg); in setup_arch_memory() 173 printk(KERN_INFO "bootmem_lastpg: 0x%08lx\n", bootmem_lastpg); in setup_arch_memory() 174 printk(KERN_INFO "min_low_pfn: 0x%08lx\n", min_low_pfn); in setup_arch_memory() 175 printk(KERN_INFO "max_low_pfn: 0x%08lx\n", max_low_pfn); in setup_arch_memory() 205 printk(KERN_INFO "clearing segtable from %p to %p\n", segtable, in setup_arch_memory() 211 printk(KERN_INFO "segtable = %p (should be equal to _K_io_map)\n", in setup_arch_memory() 216 printk(KERN_INFO "&_K_init_devicetable = 0x%08x\n", in setup_arch_memory() 220 printk(KERN_INFO "*segtable = 0x%08x\n", *segtable); in setup_arch_memory() 227 printk(KERN_INFO "PAGE_SIZE=%lu\n", PAGE_SIZE); in setup_arch_memory()
|
/linux-6.1.9/samples/hw_breakpoint/ |
D | data_breakpoint.c | 35 printk(KERN_INFO "%s value is changed\n", ksym_name); in sample_hbp_handler() 37 printk(KERN_INFO "Dump stack from sample_hbp_handler\n"); in sample_hbp_handler() 60 printk(KERN_INFO "HW Breakpoint for %s write installed\n", ksym_name); in hw_break_module_init() 65 printk(KERN_INFO "Breakpoint registration failed\n"); in hw_break_module_init() 74 printk(KERN_INFO "HW Breakpoint for %s write uninstalled\n", ksym_name); in hw_break_module_exit()
|
/linux-6.1.9/drivers/message/fusion/ |
D | mptlan.c | 170 dioprintk((KERN_INFO MYNAM ": %s/%s: Got reply.\n", in lan_reply() 179 dioprintk((KERN_INFO MYNAM ": %s/%s: @lan_reply, tmsg %08x\n", in lan_reply() 262 dioprintk((KERN_INFO MYNAM "@lan_reply: zero context " in lan_reply() 307 dlprintk((KERN_INFO MYNAM ": IOC %s_reset routed to LAN driver!\n", in mpt_lan_ioc_reset() 322 dlprintk ((KERN_INFO "mptlan/ioc_reset: called netif_stop_queue for %s.\n", dev->name)); in mpt_lan_ioc_reset() 344 dlprintk((KERN_INFO MYNAM ": MPT event routed to LAN driver!\n")); in mpt_lan_event_process() 407 dlprintk((KERN_INFO MYNAM "@lo: Finished initializing SendCtl\n")); in mpt_lan_open() 423 /**/ dlprintk((KERN_INFO MYNAM "/lo: txfidx contains - ")); in mpt_lan_open() 428 dlprintk((KERN_INFO MYNAM "/lo: Finished initializing RcvCtl\n")); in mpt_lan_open() 431 printk(KERN_INFO MYNAM ": %s/%s: interface up & active\n", in mpt_lan_open() [all …]
|
/linux-6.1.9/drivers/edac/ |
D | cpc925_edac.c | 512 cpc925_mc_printk(mci, KERN_INFO, "Unexpected syndrome value: 0x%x\n", in cpc925_mc_find_channel() 542 cpc925_mc_printk(mci, KERN_INFO, "DRAM CECC Fault\n"); in cpc925_mc_check() 551 cpc925_mc_printk(mci, KERN_INFO, "DRAM UECC Fault\n"); in cpc925_mc_check() 558 cpc925_mc_printk(mci, KERN_INFO, "Dump registers:\n"); in cpc925_mc_check() 559 cpc925_mc_printk(mci, KERN_INFO, "APIMASK 0x%08x\n", in cpc925_mc_check() 561 cpc925_mc_printk(mci, KERN_INFO, "APIEXCP 0x%08x\n", in cpc925_mc_check() 563 cpc925_mc_printk(mci, KERN_INFO, "Mem Scrub Ctrl 0x%08x\n", in cpc925_mc_check() 565 cpc925_mc_printk(mci, KERN_INFO, "Mem Scrub Rge Start 0x%08x\n", in cpc925_mc_check() 567 cpc925_mc_printk(mci, KERN_INFO, "Mem Scrub Rge End 0x%08x\n", in cpc925_mc_check() 569 cpc925_mc_printk(mci, KERN_INFO, "Mem Scrub Pattern 0x%08x\n", in cpc925_mc_check() [all …]
|
D | i82975x_edac.c | 445 i82975x_printk(KERN_INFO, "DRAM Timings : Ch0 Ch1\n" in i82975x_print_dram_timings() 494 i82975x_printk(KERN_INFO, "MCHBAR real = %0x, remapped = %p\n", in i82975x_probe1() 505 i82975x_printk(KERN_INFO, "DRBCH0R0 = 0x%02x\n", c0drb[0]); in i82975x_probe1() 506 i82975x_printk(KERN_INFO, "DRBCH0R1 = 0x%02x\n", c0drb[1]); in i82975x_probe1() 507 i82975x_printk(KERN_INFO, "DRBCH0R2 = 0x%02x\n", c0drb[2]); in i82975x_probe1() 508 i82975x_printk(KERN_INFO, "DRBCH0R3 = 0x%02x\n", c0drb[3]); in i82975x_probe1() 509 i82975x_printk(KERN_INFO, "DRBCH1R0 = 0x%02x\n", c1drb[0]); in i82975x_probe1() 510 i82975x_printk(KERN_INFO, "DRBCH1R1 = 0x%02x\n", c1drb[1]); in i82975x_probe1() 511 i82975x_printk(KERN_INFO, "DRBCH1R2 = 0x%02x\n", c1drb[2]); in i82975x_probe1() 512 i82975x_printk(KERN_INFO, "DRBCH1R3 = 0x%02x\n", c1drb[3]); in i82975x_probe1() [all …]
|
D | amd8131_edac.c | 158 printk(KERN_INFO "Error(s) in mem limit register " in amd8131_pcix_check() 160 printk(KERN_INFO "DPE: %d, RSE: %d, RMA: %d\n" in amd8131_pcix_check() 178 printk(KERN_INFO "Error(s) in interrupt and control register " in amd8131_pcix_check() 180 printk(KERN_INFO "DTS: %d\n", val32 & INT_CTLR_DTS); in amd8131_pcix_check() 191 printk(KERN_INFO "Error(s) in link conf and control register " in amd8131_pcix_check() 193 printk(KERN_INFO "CRCERR: %d\n", val32 & LNK_CTRL_CRCERR_A); in amd8131_pcix_check() 204 printk(KERN_INFO "Error(s) in link conf and control register " in amd8131_pcix_check() 206 printk(KERN_INFO "CRCERR: %d\n", val32 & LNK_CTRL_CRCERR_B); in amd8131_pcix_check() 284 printk(KERN_INFO "added one device on AMD8131 " in amd8131_probe() 339 printk(KERN_INFO "AMD8131 EDAC driver " AMD8131_EDAC_REVISION "\n"); in amd8131_edac_init() [all …]
|
D | amd8111_edac.c | 165 printk(KERN_INFO "Error(s) in PCI bridge status and command" in amd8111_pci_bridge_check() 167 printk(KERN_INFO "SSE: %d, RMA: %d, RTA: %d\n", in amd8111_pci_bridge_check() 181 printk(KERN_INFO "Error(s) in hypertransport link control" in amd8111_pci_bridge_check() 183 printk(KERN_INFO "LKFAIL: %d\n", in amd8111_pci_bridge_check() 195 printk(KERN_INFO "Error(s) in PCI interrupt and bridge control" in amd8111_pci_bridge_check() 197 printk(KERN_INFO "DTSTAT: %d\n", in amd8111_pci_bridge_check() 209 printk(KERN_INFO in amd8111_pci_bridge_check() 212 printk(KERN_INFO "DPE: %d, RSE: %d, RMA: %d\n" in amd8111_pci_bridge_check() 242 printk(KERN_INFO "%s: failed to request legacy I/O region " in amd8111_lpc_bridge_init() 248 printk(KERN_INFO "%s: port %d is buggy, not supported" in amd8111_lpc_bridge_init() [all …]
|
/linux-6.1.9/drivers/media/pci/saa7164/ |
D | saa7164-fw.c | 172 printk(KERN_INFO "%s() Image downloaded, booting...\n", __func__); in saa7164_downloadimage() 178 printk(KERN_INFO "%s() Image booted successfully.\n", __func__); in saa7164_downloadimage() 405 printk(KERN_INFO "%s() Waiting for firmware upload (%s)\n", in saa7164_downloadfirmware() 415 printk(KERN_INFO "%s() firmware read %zu bytes.\n", in saa7164_downloadfirmware() 425 printk(KERN_INFO "%s() firmware loaded.\n", __func__); in saa7164_downloadfirmware() 428 printk(KERN_INFO "Firmware file header part 1:\n"); in saa7164_downloadfirmware() 429 printk(KERN_INFO " .FirmwareSize = 0x%x\n", hdr->firmwaresize); in saa7164_downloadfirmware() 430 printk(KERN_INFO " .BSLSize = 0x%x\n", hdr->bslsize); in saa7164_downloadfirmware() 431 printk(KERN_INFO " .Reserved = 0x%x\n", hdr->reserved); in saa7164_downloadfirmware() 432 printk(KERN_INFO " .Version = 0x%x\n", hdr->version); in saa7164_downloadfirmware() [all …]
|
/linux-6.1.9/drivers/of/ |
D | unittest.c | 465 EXPECT_BEGIN(KERN_INFO, in of_unittest_parse_phandle_with_args() 471 EXPECT_END(KERN_INFO, in of_unittest_parse_phandle_with_args() 476 EXPECT_BEGIN(KERN_INFO, in of_unittest_parse_phandle_with_args() 482 EXPECT_END(KERN_INFO, in of_unittest_parse_phandle_with_args() 490 EXPECT_BEGIN(KERN_INFO, in of_unittest_parse_phandle_with_args() 496 EXPECT_END(KERN_INFO, in of_unittest_parse_phandle_with_args() 501 EXPECT_BEGIN(KERN_INFO, in of_unittest_parse_phandle_with_args() 507 EXPECT_END(KERN_INFO, in of_unittest_parse_phandle_with_args() 515 EXPECT_BEGIN(KERN_INFO, in of_unittest_parse_phandle_with_args() 521 EXPECT_END(KERN_INFO, in of_unittest_parse_phandle_with_args() [all …]
|
/linux-6.1.9/arch/mips/alchemy/common/ |
D | dma.c | 142 printk(KERN_INFO "Au1000 DMA%d Register Dump:\n", dmanr); in dump_au1000_dma_channel() 143 printk(KERN_INFO " mode = 0x%08x\n", in dump_au1000_dma_channel() 145 printk(KERN_INFO " addr = 0x%08x\n", in dump_au1000_dma_channel() 147 printk(KERN_INFO " start0 = 0x%08x\n", in dump_au1000_dma_channel() 149 printk(KERN_INFO " start1 = 0x%08x\n", in dump_au1000_dma_channel() 151 printk(KERN_INFO " count0 = 0x%08x\n", in dump_au1000_dma_channel() 153 printk(KERN_INFO " count1 = 0x%08x\n", in dump_au1000_dma_channel() 260 printk(KERN_INFO "Alchemy DMA initialized\n"); in au1000_dma_init()
|