Home
last modified time | relevance | path

Searched refs:debug_exit (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_mux.c54 debug_exit(); in comphy_mux_check_config()
74 debug_exit(); in comphy_mux_get_mux_value()
101 debug_exit(); in comphy_mux_reg_write()
124 debug_exit(); in comphy_mux_init()
H A Dcomphy_a3700.c231 debug_exit(); in comphy_pcie_power_up()
305 debug_exit(); in comphy_sata_power_up()
464 debug_exit(); in comphy_usb3_power_up()
483 debug_exit(); in comphy_usb2_power_up()
553 debug_exit(); in comphy_usb2_power_up()
600 debug_exit(); in comphy_emmc_power_up()
829 debug_exit(); in comphy_sgmii_power_up()
907 debug_exit(); in comphy_dedicated_phys_init()
959 debug_exit(); in comphy_a3700_init()
H A Dcomphy.h15 #define debug_exit() printf("<---- Exit %s\n", __func__); macro
18 #define debug_exit() macro
H A Dcomphy_cp110.c518 debug_exit(); in comphy_pcie_power_up()
640 debug_exit(); in comphy_usb3_power_up()
985 debug_exit(); in comphy_sata_power_up()
1132 debug_exit(); in comphy_sgmii_power_up()
1433 debug_exit(); in comphy_sfi_power_up()
1611 debug_exit(); in comphy_rxauii_power_up()
1656 debug_exit(); in comphy_utmi_power_down()
1667 debug_exit(); in comphy_utmi_phy_config()
1717 debug_exit(); in comphy_utmi_phy_config()
1774 debug_exit(); in comphy_utmi_power_up()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dguestdbg.c391 struct kvm_debug_exit_arch *debug_exit = &vcpu->run->debug.arch; in debug_exit_required() local
401 debug_exit->addr = wp_info->addr; in debug_exit_required()
402 debug_exit->type = KVM_HW_WP_WRITE; in debug_exit_required()
411 debug_exit->addr = addr; in debug_exit_required()
412 debug_exit->type = KVM_HW_BP; in debug_exit_required()
419 debug_exit->addr = peraddr; in debug_exit_required()
420 debug_exit->type = KVM_HW_BP; in debug_exit_required()
426 debug_exit->addr = addr; in debug_exit_required()
427 debug_exit->type = KVM_SINGLESTEP; in debug_exit_required()