| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-adv.c | 13 task->thread.debug.dbcr0 &= ~DBCR0_BT; in user_enable_single_step() 14 task->thread.debug.dbcr0 |= DBCR0_IDM | DBCR0_IC; in user_enable_single_step() 25 task->thread.debug.dbcr0 &= ~DBCR0_IC; in user_enable_block_step() 26 task->thread.debug.dbcr0 = DBCR0_IDM | DBCR0_BT; in user_enable_block_step() 43 task->thread.debug.dbcr0 &= ~(DBCR0_IC | DBCR0_BT); in user_disable_single_step() 47 if (!DBCR_ACTIVE_EVENTS(task->thread.debug.dbcr0, in user_disable_single_step() 48 task->thread.debug.dbcr1)) { in user_disable_single_step() 52 task->thread.debug.dbcr0 &= ~DBCR0_IDM; in user_disable_single_step() 80 return put_user(child->thread.debug.dac1, datalp); in ptrace_get_debugreg() 109 task->thread.debug.dac1 = data & ~0x3UL; in ptrace_set_debugreg() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | debug_regs.c | 54 #define CLEAR_DEBUG() memset(&debug, 0, sizeof(debug)) 55 #define APPLY_DEBUG() vcpu_set_guest_debug(vm, VCPU_ID, &debug) 66 struct kvm_guest_debug debug; in main() local 93 debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP; in main() 97 run->debug.arch.exception == BP_VECTOR && in main() 98 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main() 100 run->exit_reason, run->debug.arch.exception, in main() 101 run->debug.arch.pc, CAST_TO_RIP(sw_bp)); in main() 107 debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_HW_BP; in main() 108 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp); in main() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/altera/ |
| H A D | sdram.c | 65 debug("workaround rows - memsize %lld\n", memsize); in get_errata_rows() 66 debug("workaround rows - cs %d\n", cs); in get_errata_rows() 67 debug("workaround rows - width %d\n", width); in get_errata_rows() 68 debug("workaround rows - rows %d\n", rows); in get_errata_rows() 69 debug("workaround rows - banks %d\n", banks); in get_errata_rows() 70 debug("workaround rows - cols %d\n", cols); in get_errata_rows() 73 debug("rows workaround - term1 %lld\n", newrows); in get_errata_rows() 76 debug("rows workaround - term2 %lld\n", newrows); in get_errata_rows() 85 debug("rows workaround - bits %d\n", bits); in get_errata_rows() 99 debug("rows workaround - ilog2 %d, %lld\n", inewrowslog2, newrows); in get_errata_rows() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_debug.c | 49 struct dp_debug_private *debug = file->private_data; in dp_debug_read_info() local 57 if (!debug) in dp_debug_read_info() 67 drm_mode = &debug->panel->dp_mode.drm_mode; in dp_debug_read_info() 75 debug->panel->max_pclk_khz); in dp_debug_read_info() 81 debug->panel->link_info.rate); in dp_debug_read_info() 87 debug->panel->link_info.num_lanes); in dp_debug_read_info() 93 debug->panel->link_info.capabilities); in dp_debug_read_info() 127 debug->panel->dp_mode.h_active_low, in dp_debug_read_info() 128 debug->panel->dp_mode.v_active_low); in dp_debug_read_info() 152 debug->panel->dp_mode.bpp); in dp_debug_read_info() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | mpc85xx_ddr_gen3.c | 73 debug("Workaround for ERRATUM_DDR111_DDR134\n"); in fsl_ddr_set_memctl_regs() 85 debug("Found cs%d_bns (0x%08x) covering 0xff000000, " in fsl_ddr_set_memctl_regs() 172 if (regs->debug[i]) { in fsl_ddr_set_memctl_regs() 173 debug("Write to debug_%d as %08x\n", i+1, regs->debug[i]); in fsl_ddr_set_memctl_regs() 174 out_be32(&ddr->debug[i], regs->debug[i]); in fsl_ddr_set_memctl_regs() 179 out_be32(&ddr->debug[12], 0x00000015); in fsl_ddr_set_memctl_regs() 180 out_be32(&ddr->debug[21], 0x24000000); in fsl_ddr_set_memctl_regs() 202 debug("Workaround for ERRATUM_DDR_A003\n"); in fsl_ddr_set_memctl_regs() 205 out_be32(&ddr->debug[2], 0x00000400); in fsl_ddr_set_memctl_regs() 210 save1 = in_be32(&ddr->debug[12]); in fsl_ddr_set_memctl_regs() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/ |
| H A D | me_status.c | 141 debug("ME: FW Partition Table : %s\n", in _intel_me_status() 143 debug("ME: Bringup Loader Failure : %s\n", in _intel_me_status() 145 debug("ME: Firmware Init Complete : %s\n", in _intel_me_status() 147 debug("ME: Manufacturing Mode : %s\n", in _intel_me_status() 149 debug("ME: Boot Options Present : %s\n", in _intel_me_status() 151 debug("ME: Update In Progress : %s\n", in _intel_me_status() 153 debug("ME: Current Working State : %s\n", in _intel_me_status() 155 debug("ME: Current Operation State : %s\n", in _intel_me_status() 157 debug("ME: Current Operation Mode : %s\n", in _intel_me_status() 159 debug("ME: Error Code : %s\n", in _intel_me_status() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | rndis.c | 169 debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp() 171 debug("%03d: %08x %08x %08x %08x\n", i, in gen_ndis_query_resp() 191 debug("%s: OID_GEN_SUPPORTED_LIST\n", __func__); in gen_ndis_query_resp() 201 debug("%s: OID_GEN_HARDWARE_STATUS\n", __func__); in gen_ndis_query_resp() 215 debug("%s: OID_GEN_MEDIA_SUPPORTED\n", __func__); in gen_ndis_query_resp() 222 debug("%s: OID_GEN_MEDIA_IN_USE\n", __func__); in gen_ndis_query_resp() 230 debug("%s: OID_GEN_MAXIMUM_FRAME_SIZE\n", __func__); in gen_ndis_query_resp() 240 debug("%s: OID_GEN_LINK_SPEED\n", __func__); in gen_ndis_query_resp() 251 debug("%s: OID_GEN_TRANSMIT_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp() 260 debug("%s: OID_GEN_RECEIVE_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp() [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 171 debug("enabling power on all ports\n"); in usb_hub_power_on() 174 debug("port %d returns %lX\n", i + 1, dev->status); in usb_hub_power_on() 196 debug("pgood_delay=%dms\n", pgood_delay); in usb_hub_power_on() 210 debug("devnum=%d poweron: query_delay=%d connect_timeout=%d\n", in usb_hub_power_on() 280 debug("%s: resetting '%s' port %d...\n", __func__, dev->dev->name, in usb_hub_port_reset() 283 debug("%s: resetting port %d...\n", __func__, port + 1); in usb_hub_port_reset() 293 debug("get_port_status failed status %lX\n", in usb_hub_port_reset() 300 debug("portstatus %x, change %x, %s\n", portstatus, portchange, in usb_hub_port_reset() 303 debug("STAT_C_CONNECTION = %d STAT_CONNECTION = %d" \ in usb_hub_port_reset() 334 debug("Cannot enable port %i after %i retries, " \ in usb_hub_port_reset() [all …]
|
| H A D | usb_storage.c | 131 debug("."); in usb_show_progress() 183 debug("Get Max LUN -> len = %i, result = %i\n", len, (int) *result); in usb_get_max_lun() 201 debug("\n\nProbing for storage\n"); in usb_stor_probe_device() 222 debug("Cannot bind driver\n"); in usb_stor_probe_device() 235 debug("%s: Found device %p\n", __func__, udev); in usb_stor_probe_device() 237 debug("usb_stor_get_info: Invalid device\n"); in usb_stor_probe_device() 279 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device() 281 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device() 283 debug("%s: Found device %p\n", __func__, udev); in usb_stor_probe_device() 316 debug("i=%d\n", i); in usb_stor_scan() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | s390dbf.rst | 6 - arch/s390/kernel/debug.c 7 - arch/s390/include/asm/debug.h 11 The goal of this feature is to provide a kernel debug logging API 13 (e.g. device drivers) can have one separate debug log. 14 One purpose of this is to inspect the debug logs after a production system crash 18 it is possible to look at the debug logs on a live system via the Linux 21 The debug feature may also very useful for kernel and driver development. 25 Kernel components (e.g. device drivers) can register themselves at the debug 28 debug log for the caller. For each debug log exists a number of debug areas 29 where exactly one is active at one time. Each debug area consists of contiguous [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_runtime_pm.c | 80 spin_lock_init(&rpm->debug.lock); in init_intel_runtime_pm_wakeref() 96 spin_lock_irqsave(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref() 98 if (!rpm->debug.count) in track_intel_runtime_pm_wakeref() 99 rpm->debug.last_acquire = stack; in track_intel_runtime_pm_wakeref() 101 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref() 102 (rpm->debug.count + 1) * sizeof(*stacks), in track_intel_runtime_pm_wakeref() 105 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref() 106 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref() 111 spin_unlock_irqrestore(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref() 128 spin_lock_irqsave(&rpm->debug.lock, flags); in untrack_intel_runtime_pm_wakeref() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_image_process.cpp | 57 void (*debug)(const void *arg); member 64 .debug = _debug, \ 156 info->debug (nullptr); in sample_main() 162 info->debug (nullptr); in sample_main() 168 info->debug (nullptr); in sample_main() 174 info->debug (nullptr); in sample_main() 180 info->debug (nullptr); in sample_main() 187 info->debug (nullptr); in sample_main() 193 info->debug (nullptr); in sample_main() 199 info->debug (nullptr); in sample_main() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | cpu.c | 26 debug("%s entry\n", __func__); in enable_cpu_power_rail() 51 debug("%s entry\n", __func__); in enable_cpu_clocks() 56 debug("%s: PLLX base = 0x%08X\n", __func__, reg); in enable_cpu_clocks() 59 debug("%s: PLLX locked, delay for stable clocks\n", __func__); in enable_cpu_clocks() 63 debug("%s: Setting CCLK_BURST and DIVIDER\n", __func__); in enable_cpu_clocks() 67 debug("%s: Enabling clock to all CPUs\n", __func__); in enable_cpu_clocks() 73 debug("%s: Enabling main CPU complex clocks\n", __func__); in enable_cpu_clocks() 79 debug("%s: Done\n", __func__); in enable_cpu_clocks() 87 debug("%s entry\n", __func__); in remove_cpu_resets() 120 debug("%s entry\n", __func__); in tegra124_init_clocks() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | ibmphp_ebda.c | 114 debug("%s - slot_min = %x\n", __func__, ptr->slot_min); in print_bus_info() 115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info() 116 debug("%s - slot_count = %x\n", __func__, ptr->slot_count); in print_bus_info() 117 debug("%s - bus# = %x\n", __func__, ptr->busno); in print_bus_info() 118 debug("%s - current_speed = %x\n", __func__, ptr->current_speed); in print_bus_info() 119 debug("%s - controller_id = %x\n", __func__, ptr->controller_id); in print_bus_info() 121 debug("%s - slots_at_33_conv = %x\n", __func__, ptr->slots_at_33_conv); in print_bus_info() 122 debug("%s - slots_at_66_conv = %x\n", __func__, ptr->slots_at_66_conv); in print_bus_info() 123 debug("%s - slots_at_66_pcix = %x\n", __func__, ptr->slots_at_66_pcix); in print_bus_info() 124 debug("%s - slots_at_100_pcix = %x\n", __func__, ptr->slots_at_100_pcix); in print_bus_info() [all …]
|
| H A D | ibmphp_core.c | 39 static bool debug; variable 40 module_param(debug, bool, S_IRUGO | S_IWUSR); 41 MODULE_PARM_DESC(debug, "Debugging mode enabled or not"); 66 debug("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info() 67 debug("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info() 82 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", in get_cur_bus_info() 148 debug("(*cur_slot)->irq[0] = %x\n", in ibmphp_init_devno() 150 debug("(*cur_slot)->irq[1] = %x\n", in ibmphp_init_devno() 152 debug("(*cur_slot)->irq[2] = %x\n", in ibmphp_init_devno() 154 debug("(*cur_slot)->irq[3] = %x\n", in ibmphp_init_devno() [all …]
|
| H A D | ibmphp_pci.c | 81 debug("inside configure_card, func->busno = %x\n", func->busno); in ibmphp_configure_card() 98 debug("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->function = %x\n", in ibmphp_configure_card() 103 debug("vendor_id is %x\n", vendor_id); in ibmphp_configure_card() 106 debug("found valid device, vendor_id = %x\n", vendor_id); in ibmphp_configure_card() 119 debug("hrd_type = %x, class = %x, class_code %x\n", hdr_type, class, class_code); in ibmphp_configure_card() 132 …debug("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, c… in ibmphp_configure_card() 233 debug("class now is %x\n", class); in ibmphp_configure_card() 242 debug("cur_func->busno b4 configure_bridge is %x\n", cur_func->busno); in ibmphp_configure_card() 256 debug("cur_func->busno = %x, device = %x, function = %x\n", in ibmphp_configure_card() 259 debug("after configuring bridge..., sec_number = %x\n", sec_number); in ibmphp_configure_card() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | ddr.c | 115 debug("Starting write leveling calibration.\n"); in mmdc_do_write_level_calibration() 161 debug("Ending write leveling calibration. Error mask: 0x%x\n", errors); in mmdc_do_write_level_calibration() 169 …debug("Cal seems to have soft-failed due to memory not supporting write leveling on all channels. … in mmdc_do_write_level_calibration() 194 debug("\tMMDC_MPWLDECTRL0 after write level cal: 0x%08X\n", in mmdc_do_write_level_calibration() 196 debug("\tMMDC_MPWLDECTRL1 after write level cal: 0x%08X\n", in mmdc_do_write_level_calibration() 199 debug("\tMMDC_MPWLDECTRL0 after write level cal: 0x%08X\n", in mmdc_do_write_level_calibration() 201 debug("\tMMDC_MPWLDECTRL1 after write level cal: 0x%08X\n", in mmdc_do_write_level_calibration() 333 debug("Starting Read DQS Gating calibration.\n"); in mmdc_do_dqs_calibration() 395 debug("Ending Read DQS Gating calibration. Error mask: 0x%x\n", errors); in mmdc_do_dqs_calibration() 402 debug("Starting Read Delay calibration.\n"); in mmdc_do_dqs_calibration() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/sound/ |
| H A D | sound-i2s.c | 40 debug("EXYNOS_SOUND: No node for sound in device tree\n"); in get_sound_i2s_values() 52 debug("%s: Missing i2s base\n", __func__); in get_sound_i2s_values() 60 debug("audio_pll_clk = %d\n", i2s->audio_pll_clk); in get_sound_i2s_values() 64 debug("samplingrate = %d\n", i2s->samplingrate); in get_sound_i2s_values() 68 debug("bitspersample = %d\n", i2s->bitspersample); in get_sound_i2s_values() 72 debug("channels = %d\n", i2s->channels); in get_sound_i2s_values() 76 debug("rfs = %d\n", i2s->rfs); in get_sound_i2s_values() 80 debug("bfs = %d\n", i2s->bfs); in get_sound_i2s_values() 84 debug("id = %d\n", i2s->id); in get_sound_i2s_values() 87 debug("fail to get sound i2s node properties\n"); in get_sound_i2s_values() [all …]
|
| H A D | wm8994.c | 92 debug("Write Addr : 0x%04X, Data : 0x%04X\n", reg, data); in wm8994_i2c_write() 112 debug("%s: Error while reading register %#04x\n", in wm8994_i2c_read() 181 debug("%s: Invalid audio interface selection\n", __func__); in wm8994_set_fmt() 192 debug("%s: Invalid i2s master selection\n", __func__); in wm8994_set_fmt() 211 debug("%s: Invalid i2s format selection\n", __func__); in wm8994_set_fmt() 226 debug("%s: Invalid i2s frame inverse selection\n", in wm8994_set_fmt() 248 debug("%s: Invalid i2s clock polarity selection\n", in wm8994_set_fmt() 254 debug("%s: Invalid i2s format selection\n", __func__); in wm8994_set_fmt() 265 debug("%s: codec register access error\n", __func__); in wm8994_set_fmt() 344 debug("%s: Could not get the best matching samplingrate\n", in wm8994_hw_params() [all …]
|
| H A D | max98095.c | 56 debug("%s: Write Addr : 0x%02X, Data : 0x%02X\n", in max98095_i2c_write() 75 debug("%s: Error while reading register %#04x\n", in max98095_i2c_read() 172 debug("%s: Illegal bits per sample %d.\n", in max98095_hw_params() 178 debug("%s: Failed to set sample rate to %d.\n", in max98095_hw_params() 196 debug("%s: Error setting hardware params.\n", __func__); in max98095_hw_params() 232 debug("%s: Invalid master clock frequency\n", __func__); in max98095_set_sysclk() 236 debug("%s: Clock at %uHz\n", __func__, freq); in max98095_set_sysclk() 296 debug("%s: Clock mode unsupported\n", __func__); in max98095_set_fmt() 307 debug("%s: Unrecognized format.\n", __func__); in max98095_set_fmt() 324 debug("%s: Unrecognized inversion settings.\n", __func__); in max98095_set_fmt() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_mipi_dsi_common.c | 68 debug("count = 3 payload = %x, %x %x %x\n", in exynos_mipi_dsi_long_data_wr() 75 debug("count = 2 payload = %x, %x %x\n", payload, in exynos_mipi_dsi_long_data_wr() 87 debug("count = 4 payload = %x, %x %x %x %x\n", in exynos_mipi_dsi_long_data_wr() 105 debug("state is ULPS.\n"); in exynos_mipi_dsi_wr_data() 122 debug("SRF header fifo is not empty.\n"); in exynos_mipi_dsi_wr_data() 136 debug("data0 = %x data1 = %x\n", in exynos_mipi_dsi_wr_data() 194 debug("count = %d payload = %x,%x %x %x\n", in exynos_mipi_dsi_wr_data() 225 debug("data id %x is not supported current DSI spec.\n", in exynos_mipi_dsi_wr_data() 286 debug("fin_pll range should be 6MHz ~ 12MHz\n"); in exynos_mipi_dsi_change_pll() 304 debug("dfvco = %lu, dfin_pll = %lu, main_divider = %d\n", in exynos_mipi_dsi_change_pll() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/coresight/ |
| H A D | coresight-cpu-debug.rst | 11 Coresight CPU debug module is defined in ARMv8-a architecture reference manual 12 (ARM DDI 0487A.k) Chapter 'Part H: External debug', the CPU can integrate 13 debug module and it is mainly used for two modes: self-hosted debug and 14 external debug. Usually the external debug mode is well known as the external 16 explore debugging method which rely on self-hosted debug mode, this document 19 The debug module provides sample-based profiling extension, which can be used 21 every CPU has one dedicated debug module to be connected. Based on self-hosted 22 debug mechanism, Linux kernel can access these related registers from mmio 36 - At the time this documentation was written, the debug driver mainly relies on 69 Before accessing debug registers, we should ensure the clock and power domain [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | debug.h | 35 ++priv->debug->tx; in cw1200_debug_txed() 40 ++priv->debug->tx_agg; in cw1200_debug_txed_agg() 46 ++priv->debug->tx_multi; in cw1200_debug_txed_multi() 47 priv->debug->tx_multi_frames += count; in cw1200_debug_txed_multi() 52 ++priv->debug->rx; in cw1200_debug_rxed() 57 ++priv->debug->rx_agg; in cw1200_debug_rxed_agg() 62 ++priv->debug->tx_cache_miss; in cw1200_debug_tx_cache_miss() 67 ++priv->debug->tx_align; in cw1200_debug_tx_align() 72 ++priv->debug->tx_ttl; in cw1200_debug_tx_ttl() 77 ++priv->debug->tx_burst; in cw1200_debug_tx_burst() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | sdram.c | 64 debug("Cannot find RTC: err=%d\n", ret); in read_seed_from_cmos() 80 debug("Failed to read from RTC %s\n", dev->name); in read_seed_from_cmos() 84 debug("Read scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos() 86 debug("Read S3 scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos() 100 debug("%s: invalid seed checksum\n", __func__); in read_seed_from_cmos() 127 debug("%s: at %p, size %x checksum %04x\n", __func__, in prepare_mrc_cache() 142 debug("Cannot find RTC: err=%d\n", ret); in write_seeds_to_cmos() 148 debug("Save scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos() 152 debug("Save s3 scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos() 213 debug("%s: Could not locate SPD (ret=%d)\n", __func__, ret); in copy_spd() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | asix.c | 120 debug("asix_write_cmd() cmd=0x%02x value=0x%04x index=0x%04x " in asix_write_cmd() 142 debug("asix_read_cmd() cmd=0x%02x value=0x%04x index=0x%04x size=%d\n", in asix_read_cmd() 164 debug("Failed to enable software MII access\n"); in asix_set_sw_mii() 174 debug("Failed to enable hardware MII access\n"); in asix_set_hw_mii() 186 debug("asix_mdio_read() phy_id=0x%02x, loc=0x%02x, returns=0x%04x\n", in asix_mdio_read() 198 debug("asix_mdio_write() phy_id=0x%02x, loc=0x%02x, val=0x%04x\n", in asix_mdio_write() 214 debug("Failed to send software reset: %02x\n", ret); in asix_sw_reset() 227 debug("asix_get_phy_addr()\n"); in asix_get_phy_addr() 230 debug("Error reading PHYID register: %02x\n", ret); in asix_get_phy_addr() 233 debug("asix_get_phy_addr() returning 0x%02x%02x\n", buf[0], buf[1]); in asix_get_phy_addr() [all …]
|