Home
last modified time | relevance | path

Searched refs:pr_debug (Results 1 – 25 of 2382) sorted by relevance

12345678910>>...96

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_queue.c32 pr_debug("Printing queue properties:\n"); in print_queue_properties()
33 pr_debug("Queue Type: %u\n", q->type); in print_queue_properties()
34 pr_debug("Queue Size: %llu\n", q->queue_size); in print_queue_properties()
35 pr_debug("Queue percent: %u\n", q->queue_percent); in print_queue_properties()
36 pr_debug("Queue Address: 0x%llX\n", q->queue_address); in print_queue_properties()
37 pr_debug("Queue Id: %u\n", q->queue_id); in print_queue_properties()
38 pr_debug("Queue Process Vmid: %u\n", q->vmid); in print_queue_properties()
39 pr_debug("Queue Read Pointer: 0x%px\n", q->read_ptr); in print_queue_properties()
40 pr_debug("Queue Write Pointer: 0x%px\n", q->write_ptr); in print_queue_properties()
41 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->doorbell_ptr); in print_queue_properties()
[all …]
H A Dkfd_dbgdev.c195 pr_debug("DIQ Created with queue id: %d\n", qid); in dbgdev_register_diq()
262 pr_debug("\t\t%20s %08x\n", "set reg mask :", cntl->bitfields.mask); in dbgdev_address_watch_set_registers()
263 pr_debug("\t\t%20s %08x\n", "set reg add high :", in dbgdev_address_watch_set_registers()
265 pr_debug("\t\t%20s %08x\n", "set reg add low :", in dbgdev_address_watch_set_registers()
305 pr_debug("\t\t%30s\n", "* * * * * * * * * * * * * * * * * *"); in dbgdev_address_watch_nodiq()
306 pr_debug("\t\t%20s %08x\n", "register index :", i); in dbgdev_address_watch_nodiq()
307 pr_debug("\t\t%20s %08x\n", "vmid is :", pdd->qpd.vmid); in dbgdev_address_watch_nodiq()
308 pr_debug("\t\t%20s %08x\n", "Address Low is :", in dbgdev_address_watch_nodiq()
310 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq()
312 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Ddevice-init.c31 pr_debug(" -> %s:%d\n", __func__, __LINE__); in ps3_register_lpm_devices()
45 pr_debug("%s:%d: ps3_repository_read_be_node_id failed \n", in ps3_register_lpm_devices()
54 pr_debug("%s:%d: ps3_repository_read_lpm_privileges failed\n", in ps3_register_lpm_devices()
62 pr_debug("%s:%d: wrong lpar\n", in ps3_register_lpm_devices()
69 pr_debug("%s:%d: don't have rights to use lpm\n", in ps3_register_lpm_devices()
75 pr_debug("%s:%d: pu_id %llu, rights %llu(%llxh)\n", in ps3_register_lpm_devices()
82 pr_debug("%s:%d: ps3_repository_read_pu_id failed \n", in ps3_register_lpm_devices()
90 pr_debug("%s:%d ps3_system_bus_device_register failed\n", in ps3_register_lpm_devices()
95 pr_debug(" <- %s:%d\n", __func__, __LINE__); in ps3_register_lpm_devices()
103 pr_debug(" <- %s:%d: failed\n", __func__, __LINE__); in ps3_register_lpm_devices()
[all …]
H A Dos-area.c265 pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name); in os_area_set_property()
272 pr_debug("%s:%d of_set_property failed\n", __func__, in os_area_set_property()
290 pr_debug("%s:%d not found %s\n", __func__, __LINE__, in os_area_get_property()
312 pr_debug("%s:%d: h.magic_num: '%s'\n", func, line, in _dump_header()
314 pr_debug("%s:%d: h.hdr_version: %u\n", func, line, in _dump_header()
316 pr_debug("%s:%d: h.db_area_offset: %u\n", func, line, in _dump_header()
318 pr_debug("%s:%d: h.ldr_area_offset: %u\n", func, line, in _dump_header()
320 pr_debug("%s:%d: h.ldr_format: %u\n", func, line, in _dump_header()
322 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, in _dump_header()
330 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dbp-modify.c20 pr_debug("in %s\n", __func__); in bp_1()
26 pr_debug("in %s\n", __func__); in bp_2()
43 pr_debug("failed to PTRACE_TRACEME\n"); in spawn_child()
69 pr_debug("tracee exited prematurely 1\n"); in bp_modify1()
83 pr_debug("failed to set breakpoint, 1st time: %s\n", in bp_modify1()
90 pr_debug("failed to set breakpoint, 2nd time: %s\n", in bp_modify1()
97 pr_debug("failed to set dr7: %s\n", strerror(errno)); in bp_modify1()
102 pr_debug("failed to PTRACE_CONT: %s\n", strerror(errno)); in bp_modify1()
108 pr_debug("tracee exited prematurely 2\n"); in bp_modify1()
115 pr_debug("failed to PTRACE_PEEKUSER: %s\n", in bp_modify1()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dcode-reading.c151 pr_debug("getline failed\n"); in read_objdump_output()
164 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output()
201 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump()
208 pr_debug("popen failed\n"); in read_via_objdump()
214 pr_debug("objdump read too few bytes: %zd\n", len); in read_via_objdump()
229 pr_debug("0x%02x ", buf[i]); in dump_buf()
231 pr_debug("\n"); in dump_buf()
233 pr_debug("\n"); in dump_buf()
249 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
253 pr_debug("Hypervisor address can not be resolved - skipping\n"); in read_object_code()
[all …]
H A Dswitch-tracking.c79 pr_debug("Duplicate comm event\n"); in check_comm()
132 pr_debug("perf_evlist__parse_sample failed\n"); in process_sample_event()
152 pr_debug("Missing sched_switch events\n"); in process_sample_event()
198 pr_debug("Unexpected comm event\n"); in process_event()
220 pr_debug("malloc failed\n"); in add_event()
227 pr_debug("perf_evlist__parse_sample failed\n"); in add_event()
232 pr_debug("event with no time\n"); in add_event()
288 pr_debug("calloc failed\n"); in process_events()
308 pr_debug("%u events recorded\n", cnt); in process_events()
346 pr_debug("thread_map__new failed!\n"); in test__switch_tracking()
[all …]
H A Dperf-record.c77 pr_debug("Not enough memory to create evlist\n"); in test__PERF_RECORD()
89 pr_debug("Not enough memory to create thread/cpu maps\n"); in test__PERF_RECORD()
101 pr_debug("Couldn't run the workload!\n"); in test__PERF_RECORD()
116 pr_debug("sched__get_first_possible_cpu: %s\n", in test__PERF_RECORD()
127 pr_debug("sched_setaffinity: %s\n", in test__PERF_RECORD()
138 pr_debug("perf_evlist__open: %s\n", in test__PERF_RECORD()
150 pr_debug("evlist__mmap: %s\n", in test__PERF_RECORD()
189 pr_debug("Couldn't parse sample\n"); in test__PERF_RECORD()
199 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n", in test__PERF_RECORD()
207 pr_debug("%s with unexpected cpu, expected %d, got %d\n", in test__PERF_RECORD()
[all …]
H A Devent-times.c27 pr_debug("attaching to spawned child, enable on exec\n"); in attach__enable_on_exec()
31 pr_debug("Not enough memory to create thread/cpu maps\n"); in attach__enable_on_exec()
37 pr_debug("Couldn't run the workload!\n"); in attach__enable_on_exec()
45 pr_debug("perf_evlist__open: %s\n", in attach__enable_on_exec()
65 pr_debug("attaching to current thread as disabled\n"); in attach__current_disabled()
69 pr_debug("thread_map__new\n"); in attach__current_disabled()
77 pr_debug("Failed to open event cpu-clock:u\n"); in attach__current_disabled()
91 pr_debug("attaching to current thread as enabled\n"); in attach__current_enabled()
95 pr_debug("failed to call thread_map__new\n"); in attach__current_enabled()
118 pr_debug("attaching to CPU 0 as enabled\n"); in attach__cpu_disabled()
[all …]
H A Dfdarray.c37 pr_debug("\nfdarray__new() failed!"); in test__fdarray__filter()
44 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter()
52 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", in test__fdarray__filter()
60 pr_debug("\nfiltering all but fda->entries[2]:"); in test__fdarray__filter()
65 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); in test__fdarray__filter()
73 pr_debug("\nfiltering all but (fda->entries[0], fda->entries[3]):"); in test__fdarray__filter()
78 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter()
83 pr_debug("\n"); in test__fdarray__filter()
98 pr_debug("\nfdarray__new() failed!"); in test__fdarray__add()
104 pr_debug("\n%d: fda->entries[%d](%d) != %d!", \ in test__fdarray__add()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dusbip_common.c65 pr_debug("dev(%d) ep(%d) [%s] ", dev, ep, dir ? "IN" : "OUT"); in usbip_dump_pipe()
69 pr_debug("ISO\n"); in usbip_dump_pipe()
72 pr_debug("INT\n"); in usbip_dump_pipe()
75 pr_debug("CTRL\n"); in usbip_dump_pipe()
78 pr_debug("BULK\n"); in usbip_dump_pipe()
81 pr_debug("ERR\n"); in usbip_dump_pipe()
94 pr_debug("tt hub ttport %d\n", udev->ttport); in usbip_dump_usb_device()
98 pr_debug(" %2u", i); in usbip_dump_usb_device()
99 pr_debug("\n"); in usbip_dump_usb_device()
103 pr_debug(" %2u", (udev->toggle[0] & (1 << i)) ? 1 : 0); in usbip_dump_usb_device()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c150 pr_debug("%s: <-\n", __func__); in gelic_eurus_sync_cmd_worker()
167 pr_debug("%s: cmd='%s' start\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
194 pr_debug("%s: cmd done tag=%#lx arg1=%#lx, arg2=%#lx\n", __func__, in gelic_eurus_sync_cmd_worker()
196 pr_debug("%s: cmd done status=%#x cmd_status=%#lx size=%#lx\n", in gelic_eurus_sync_cmd_worker()
201 pr_debug("%s: cmd='%s' done\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
236 pr_debug("%s: <-\n", __func__); in gelic_wl_get_link()
243 pr_debug("%s: ->\n", __func__); in gelic_wl_get_link()
304 pr_debug("%s: <-\n", __func__); in gelic_wl_get_range()
359 pr_debug("%s: ->\n", __func__); in gelic_wl_get_range()
379 pr_debug("%s: ESSID scan =%s\n", __func__, essid); in gelic_wl_set_scan()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dpcmciamtd.c91 pr_debug("device removed\n"); in remap_window()
97 pr_debug("Remapping window from 0x%8.8x to 0x%8.8x\n", in remap_window()
118 pr_debug("ofs = 0x%08lx (%p) data = 0x%02lx\n", ofs, addr, d.x[0]); in pcmcia_read8_remap()
133 pr_debug("ofs = 0x%08lx (%p) data = 0x%04lx\n", ofs, addr, d.x[0]); in pcmcia_read16_remap()
143 pr_debug("to = %p from = %lu len = %zd\n", to, from, len); in pcmcia_copy_from_remap()
155 pr_debug("memcpy from %p to %p len = %d\n", addr, to, toread); in pcmcia_copy_from_remap()
171 pr_debug("adr = 0x%08lx (%p) data = 0x%02lx\n", adr, addr, d.x[0]); in pcmcia_write8_remap()
182 pr_debug("adr = 0x%08lx (%p) data = 0x%04lx\n", adr, addr, d.x[0]); in pcmcia_write16_remap()
192 pr_debug("to = %lu from = %p len = %zd\n", to, from, len); in pcmcia_copy_to_remap()
204 pr_debug("memcpy from %p to %p len = %d\n", from, addr, towrite); in pcmcia_copy_to_remap()
[all …]
/OK3568_Linux_fs/kernel/drivers/nubus/
H A Dnubus.c352 pr_debug(" block (0x%x), size %d\n", ent.type, size); in nubus_get_block_rsrc_dir()
376 pr_debug(" block (0x%x), size %d\n", ent.type, in nubus_get_display_vidmode()
382 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_display_vidmode()
396 pr_debug(" gamma directory offset: 0x%06x\n", ent->data); in nubus_get_display_resource()
400 pr_debug(" mode 0x%02x info offset: 0x%06x\n", in nubus_get_display_resource()
405 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_display_resource()
422 pr_debug(" MAC address: %pM\n", addr); in nubus_get_network_resource()
427 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_network_resource()
444 pr_debug(" memory: [ 0x%08lx 0x%08lx ]\n", in nubus_get_cpu_resource()
454 pr_debug(" ROM: [ 0x%08lx 0x%08lx ]\n", in nubus_get_cpu_resource()
[all …]
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dspeedstep-lib.c76 pr_debug("P3 - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", msr_lo, msr_tmp); in pentium3_get_frequency()
90 pr_debug("workaround for early PIIIs\n"); in pentium3_get_frequency()
101 pr_debug("speed is %u\n", in pentium3_get_frequency()
113 pr_debug("PM - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", msr_lo, msr_tmp); in pentiumM_get_frequency()
123 pr_debug("bits 22-26 are 0x%x, speed is %u\n", in pentiumM_get_frequency()
161 pr_debug("PCORE - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", in pentium_core_get_frequency()
165 pr_debug("bits 22-26 are 0x%x, speed is %u\n", in pentium_core_get_frequency()
191 pr_debug("P4 - MSR_EBC_FREQUENCY_ID: 0x%x 0x%x\n", msr_lo, msr_hi); in pentium4_get_frequency()
218 pr_debug("P4 - FSB %u kHz; Multiplier %u; Speed %u kHz\n", in pentium4_get_frequency()
259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-loader.c63 pr_debug("bpf: failed to load buffer\n"); in bpf__prepare_load_buffer()
88 pr_debug("bpf: builtin compilation failed: %d, try external compiler\n", err); in bpf__prepare_load()
93 pr_debug("bpf: successful builtin compilation\n"); in bpf__prepare_load()
104 pr_debug("bpf: failed to load %s\n", filename); in bpf__prepare_load()
224 pr_debug("config bpf program: %s=%s\n", key, value); in do_prog_config()
229 pr_debug("BPF: ERROR: invalid program config option: %s=%s\n", in do_prog_config()
232 pr_debug("\nHint: Valid options are:\n"); in do_prog_config()
234 pr_debug("\t%s:\t%s\n", bpf_prog_config_terms[i].usage, in do_prog_config()
236 pr_debug("\n"); in do_prog_config()
250 pr_debug("Not enough memory: dup config_str failed\n"); in parse_prog_config_kvpair()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Drndis.c189 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp()
191 pr_debug("%03d: %08x %08x %08x %08x\n", i, in gen_ndis_query_resp()
212 pr_debug("%s: RNDIS_OID_GEN_SUPPORTED_LIST\n", __func__); in gen_ndis_query_resp()
222 pr_debug("%s: RNDIS_OID_GEN_HARDWARE_STATUS\n", __func__); in gen_ndis_query_resp()
235 pr_debug("%s: RNDIS_OID_GEN_MEDIA_SUPPORTED\n", __func__); in gen_ndis_query_resp()
242 pr_debug("%s: RNDIS_OID_GEN_MEDIA_IN_USE\n", __func__); in gen_ndis_query_resp()
250 pr_debug("%s: RNDIS_OID_GEN_MAXIMUM_FRAME_SIZE\n", __func__); in gen_ndis_query_resp()
260 pr_debug("%s: RNDIS_OID_GEN_LINK_SPEED\n", __func__); in gen_ndis_query_resp()
270 pr_debug("%s: RNDIS_OID_GEN_TRANSMIT_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp()
279 pr_debug("%s: RNDIS_OID_GEN_RECEIVE_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dieee1284.c255 pr_debug("%s: Timeout at event 49\n", in parport_ieee1284_terminate()
259 pr_debug("%s: ECP direction: forward\n", port->name); in parport_ieee1284_terminate()
277 pr_debug("%s: Timeout at event 24\n", port->name); in parport_ieee1284_terminate()
289 pr_debug("%s: Timeout at event 27\n", port->name); in parport_ieee1284_terminate()
298 pr_debug("%s: In compatibility (forward idle) mode\n", port->name); in parport_ieee1284_terminate()
399 pr_debug("%s: Peripheral not IEEE1284 compliant (0x%02X)\n", in parport_negotiate()
422 pr_debug("%s: Mode 0x%02x not supported? (0x%02x)\n", in parport_negotiate()
433 pr_debug("%s: Mode 0x%02x rejected by peripheral\n", in parport_negotiate()
454 pr_debug("%s: Event 52 didn't happen\n", port->name); in parport_negotiate()
470 pr_debug("%s: Mode 0x%02x not supported? (0x%02x)\n", in parport_negotiate()
[all …]
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Drsp.c32 pr_debug("status 0x%x\n", rsp->status); in nci_core_reset_rsp_packet()
36 pr_debug("nci_ver 0x%x, config_status 0x%x\n", in nci_core_reset_rsp_packet()
48 pr_debug("status 0x%x\n", rsp_1->status); in nci_core_init_rsp_packet()
80 pr_debug("nfcc_features 0x%x\n", in nci_core_init_rsp_packet()
82 pr_debug("num_supported_rf_interfaces %d\n", in nci_core_init_rsp_packet()
84 pr_debug("supported_rf_interfaces[0] 0x%x\n", in nci_core_init_rsp_packet()
86 pr_debug("supported_rf_interfaces[1] 0x%x\n", in nci_core_init_rsp_packet()
88 pr_debug("supported_rf_interfaces[2] 0x%x\n", in nci_core_init_rsp_packet()
90 pr_debug("supported_rf_interfaces[3] 0x%x\n", in nci_core_init_rsp_packet()
92 pr_debug("max_logical_connections %d\n", in nci_core_init_rsp_packet()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_auto_dbg.c92 pr_debug("dbg_step=0\n\n"); in phydm_auto_check_hang_engine_n()
99 pr_debug("dbg_step=1\n\n"); in phydm_auto_check_hang_engine_n()
124 pr_debug("dbg_step=2\n\n"); in phydm_auto_check_hang_engine_n()
149 pr_debug("Check Hang Decision\n\n"); in phydm_auto_check_hang_engine_n()
154 pr_debug("RF0x0[%d] = 0x%x\n", i, rf_mode); in phydm_auto_check_hang_engine_n()
156 pr_debug("Incorrect RF mode\n"); in phydm_auto_check_hang_engine_n()
157 pr_debug("ReasonCode:RHN-1\n"); in phydm_auto_check_hang_engine_n()
163 pr_debug("ReasonCode:RHN-3\n"); in phydm_auto_check_hang_engine_n()
170 pr_debug("BB TX mode table {A, B}= {%d, %d}\n", in phydm_auto_check_hang_engine_n()
174 pr_debug("ReasonCode:RHN-2\n"); in phydm_auto_check_hang_engine_n()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_auto_dbg.c91 pr_debug("dbg_step=0\n\n"); in phydm_auto_check_hang_engine_n()
98 pr_debug("dbg_step=1\n\n"); in phydm_auto_check_hang_engine_n()
123 pr_debug("dbg_step=2\n\n"); in phydm_auto_check_hang_engine_n()
148 pr_debug("Check Hang Decision\n\n"); in phydm_auto_check_hang_engine_n()
153 pr_debug("RF0x0[%d] = 0x%x\n", i, rf_mode); in phydm_auto_check_hang_engine_n()
155 pr_debug("Incorrect RF mode\n"); in phydm_auto_check_hang_engine_n()
156 pr_debug("ReasonCode:RHN-1\n"); in phydm_auto_check_hang_engine_n()
162 pr_debug("ReasonCode:RHN-3\n"); in phydm_auto_check_hang_engine_n()
169 pr_debug("BB TX mode table {A, B}= {%d, %d}\n", in phydm_auto_check_hang_engine_n()
173 pr_debug("ReasonCode:RHN-2\n"); in phydm_auto_check_hang_engine_n()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_auto_dbg.c92 pr_debug("dbg_step=0\n\n"); in phydm_auto_check_hang_engine_n()
99 pr_debug("dbg_step=1\n\n"); in phydm_auto_check_hang_engine_n()
124 pr_debug("dbg_step=2\n\n"); in phydm_auto_check_hang_engine_n()
149 pr_debug("Check Hang Decision\n\n"); in phydm_auto_check_hang_engine_n()
154 pr_debug("RF0x0[%d] = 0x%x\n", i, rf_mode); in phydm_auto_check_hang_engine_n()
156 pr_debug("Incorrect RF mode\n"); in phydm_auto_check_hang_engine_n()
157 pr_debug("ReasonCode:RHN-1\n"); in phydm_auto_check_hang_engine_n()
163 pr_debug("ReasonCode:RHN-3\n"); in phydm_auto_check_hang_engine_n()
170 pr_debug("BB TX mode table {A, B}= {%d, %d}\n", in phydm_auto_check_hang_engine_n()
174 pr_debug("ReasonCode:RHN-2\n"); in phydm_auto_check_hang_engine_n()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_auto_dbg.c91 pr_debug("dbg_step=0\n\n"); in phydm_auto_check_hang_engine_n()
98 pr_debug("dbg_step=1\n\n"); in phydm_auto_check_hang_engine_n()
123 pr_debug("dbg_step=2\n\n"); in phydm_auto_check_hang_engine_n()
148 pr_debug("Check Hang Decision\n\n"); in phydm_auto_check_hang_engine_n()
153 pr_debug("RF0x0[%d] = 0x%x\n", i, rf_mode); in phydm_auto_check_hang_engine_n()
155 pr_debug("Incorrect RF mode\n"); in phydm_auto_check_hang_engine_n()
156 pr_debug("ReasonCode:RHN-1\n"); in phydm_auto_check_hang_engine_n()
162 pr_debug("ReasonCode:RHN-3\n"); in phydm_auto_check_hang_engine_n()
169 pr_debug("BB TX mode table {A, B}= {%d, %d}\n", in phydm_auto_check_hang_engine_n()
173 pr_debug("ReasonCode:RHN-2\n"); in phydm_auto_check_hang_engine_n()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_auto_dbg.c91 pr_debug("dbg_step=0\n\n"); in phydm_auto_check_hang_engine_n()
98 pr_debug("dbg_step=1\n\n"); in phydm_auto_check_hang_engine_n()
123 pr_debug("dbg_step=2\n\n"); in phydm_auto_check_hang_engine_n()
148 pr_debug("Check Hang Decision\n\n"); in phydm_auto_check_hang_engine_n()
153 pr_debug("RF0x0[%d] = 0x%x\n", i, rf_mode); in phydm_auto_check_hang_engine_n()
155 pr_debug("Incorrect RF mode\n"); in phydm_auto_check_hang_engine_n()
156 pr_debug("ReasonCode:RHN-1\n"); in phydm_auto_check_hang_engine_n()
162 pr_debug("ReasonCode:RHN-3\n"); in phydm_auto_check_hang_engine_n()
169 pr_debug("BB TX mode table {A, B}= {%d, %d}\n", in phydm_auto_check_hang_engine_n()
173 pr_debug("ReasonCode:RHN-2\n"); in phydm_auto_check_hang_engine_n()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_auto_dbg.c92 pr_debug("dbg_step=0\n\n"); in phydm_auto_check_hang_engine_n()
99 pr_debug("dbg_step=1\n\n"); in phydm_auto_check_hang_engine_n()
124 pr_debug("dbg_step=2\n\n"); in phydm_auto_check_hang_engine_n()
149 pr_debug("Check Hang Decision\n\n"); in phydm_auto_check_hang_engine_n()
154 pr_debug("RF0x0[%d] = 0x%x\n", i, rf_mode); in phydm_auto_check_hang_engine_n()
156 pr_debug("Incorrect RF mode\n"); in phydm_auto_check_hang_engine_n()
157 pr_debug("ReasonCode:RHN-1\n"); in phydm_auto_check_hang_engine_n()
163 pr_debug("ReasonCode:RHN-3\n"); in phydm_auto_check_hang_engine_n()
170 pr_debug("BB TX mode table {A, B}= {%d, %d}\n", in phydm_auto_check_hang_engine_n()
174 pr_debug("ReasonCode:RHN-2\n"); in phydm_auto_check_hang_engine_n()
[all …]

12345678910>>...96