Home
last modified time | relevance | path

Searched refs:out_reg (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c24 u32 out_reg[MLX5_ST_SZ_DW(nic_cap_reg)] = {}; in mlx5_reporter_vnic_diagnose_counter_icm() local
31 err = mlx5_core_access_reg(dev, in_reg, sizeof(in_reg), out_reg, in mlx5_reporter_vnic_diagnose_counter_icm()
32 sizeof(out_reg), MLX5_REG_NIC_CAP, 0, 0); in mlx5_reporter_vnic_diagnose_counter_icm()
37 vhca_icm_ctrl = MLX5_GET(nic_cap_reg, out_reg, vhca_icm_ctrl); in mlx5_reporter_vnic_diagnose_counter_icm()
/linux/drivers/input/misc/
H A D88pm80x_onkey.c98 goto out_reg; in pm80x_onkey_probe()
122 out_reg: in pm80x_onkey_probe()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c2375 static bool iceland_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in iceland_check_s0_mc_reg_index() argument
2381 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in iceland_check_s0_mc_reg_index()
2385 *out_reg = mmMC_SEQ_DLL_STBY_LP; in iceland_check_s0_mc_reg_index()
2389 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in iceland_check_s0_mc_reg_index()
2393 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in iceland_check_s0_mc_reg_index()
2397 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in iceland_check_s0_mc_reg_index()
2401 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in iceland_check_s0_mc_reg_index()
2405 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in iceland_check_s0_mc_reg_index()
2409 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in iceland_check_s0_mc_reg_index()
2413 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in iceland_check_s0_mc_reg_index()
[all …]
H A Dtonga_smumgr.c2837 static bool tonga_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in tonga_check_s0_mc_reg_index() argument
2843 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in tonga_check_s0_mc_reg_index()
2847 *out_reg = mmMC_SEQ_DLL_STBY_LP; in tonga_check_s0_mc_reg_index()
2851 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in tonga_check_s0_mc_reg_index()
2855 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in tonga_check_s0_mc_reg_index()
2859 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in tonga_check_s0_mc_reg_index()
2863 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in tonga_check_s0_mc_reg_index()
2867 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in tonga_check_s0_mc_reg_index()
2871 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in tonga_check_s0_mc_reg_index()
2875 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in tonga_check_s0_mc_reg_index()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dbtc_dpm.c1825 static bool btc_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in btc_check_s0_mc_reg_index() argument
1831 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in btc_check_s0_mc_reg_index()
1834 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in btc_check_s0_mc_reg_index()
1837 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in btc_check_s0_mc_reg_index()
1840 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in btc_check_s0_mc_reg_index()
1843 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in btc_check_s0_mc_reg_index()
1846 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in btc_check_s0_mc_reg_index()
1849 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in btc_check_s0_mc_reg_index()
1852 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in btc_check_s0_mc_reg_index()
1855 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in btc_check_s0_mc_reg_index()
[all …]
H A Dci_dpm.c4357 static bool ci_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ci_check_s0_mc_reg_index() argument
4363 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4366 *out_reg = MC_SEQ_DLL_STBY_LP >> 2; in ci_check_s0_mc_reg_index()
4369 *out_reg = MC_SEQ_G5PDX_CMD0_LP >> 2; in ci_check_s0_mc_reg_index()
4372 *out_reg = MC_SEQ_G5PDX_CMD1_LP >> 2; in ci_check_s0_mc_reg_index()
4375 *out_reg = MC_SEQ_G5PDX_CTRL_LP >> 2; in ci_check_s0_mc_reg_index()
4378 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4381 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4384 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in ci_check_s0_mc_reg_index()
4387 *out_reg = MC_SEQ_PMG_DVS_CMD_LP >> 2; in ci_check_s0_mc_reg_index()
[all …]
H A Dni_dpm.c2771 static bool ni_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ni_check_s0_mc_reg_index() argument
2777 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in ni_check_s0_mc_reg_index()
2780 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in ni_check_s0_mc_reg_index()
2783 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in ni_check_s0_mc_reg_index()
2786 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in ni_check_s0_mc_reg_index()
2789 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in ni_check_s0_mc_reg_index()
2792 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in ni_check_s0_mc_reg_index()
2795 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in ni_check_s0_mc_reg_index()
2798 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in ni_check_s0_mc_reg_index()
2801 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in ni_check_s0_mc_reg_index()
[all …]
H A Dsi_dpm.c5369 static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in si_check_s0_mc_reg_index() argument
5375 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in si_check_s0_mc_reg_index()
5378 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in si_check_s0_mc_reg_index()
5381 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in si_check_s0_mc_reg_index()
5384 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in si_check_s0_mc_reg_index()
5387 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in si_check_s0_mc_reg_index()
5390 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in si_check_s0_mc_reg_index()
5393 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in si_check_s0_mc_reg_index()
5396 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in si_check_s0_mc_reg_index()
5399 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in si_check_s0_mc_reg_index()
[all …]
/linux/drivers/watchdog/
H A Dwdt_pci.c641 goto out_reg; in wdtpci_init_one()
694 out_reg: in wdtpci_init_one()
/linux/kernel/trace/
H A Dtrace_functions.c870 goto out_reg; in ftrace_trace_probe_callback()
875 goto out_reg; in ftrace_trace_probe_callback()
885 out_reg: in ftrace_trace_probe_callback()
H A Dtrace.c8607 goto out_reg; in ftrace_trace_snapshot_callback()
8612 goto out_reg; in ftrace_trace_snapshot_callback()
8622 out_reg: in ftrace_trace_snapshot_callback()
/linux/drivers/i2c/busses/
H A Di2c-cpm.c495 goto out_reg; in cpm_i2c_setup()
516 goto out_reg; in cpm_i2c_setup()
591 out_reg: in cpm_i2c_setup()
/linux/drivers/s390/char/
H A Dsclp_vt220.c756 goto out_reg; in sclp_vt220_tty_init()
760 out_reg: in sclp_vt220_tty_init()
/linux/drivers/gpio/
H A Dgpio-mvebu.c126 u32 out_reg; member
959 &mvchip->out_reg); in mvebu_gpio_suspend()
1011 mvchip->out_reg); in mvebu_gpio_resume()
/linux/drivers/char/
H A Dlp.c1055 goto out_reg; in lp_init()
1075 out_reg: in lp_init()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5945 static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in si_check_s0_mc_reg_index() argument
5950 *out_reg = MC_SEQ_RAS_TIMING_LP; in si_check_s0_mc_reg_index()
5953 *out_reg = MC_SEQ_CAS_TIMING_LP; in si_check_s0_mc_reg_index()
5956 *out_reg = MC_SEQ_MISC_TIMING_LP; in si_check_s0_mc_reg_index()
5959 *out_reg = MC_SEQ_MISC_TIMING2_LP; in si_check_s0_mc_reg_index()
5962 *out_reg = MC_SEQ_RD_CTL_D0_LP; in si_check_s0_mc_reg_index()
5965 *out_reg = MC_SEQ_RD_CTL_D1_LP; in si_check_s0_mc_reg_index()
5968 *out_reg = MC_SEQ_WR_CTL_D0_LP; in si_check_s0_mc_reg_index()
5971 *out_reg = MC_SEQ_WR_CTL_D1_LP; in si_check_s0_mc_reg_index()
5974 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP; in si_check_s0_mc_reg_index()
[all …]
/linux/drivers/i2c/
H A Di2c-core-base.c1584 goto out_reg; in i2c_register_adapter()
1588 goto out_reg; in i2c_register_adapter()
1607 out_reg: in i2c_register_adapter()
/linux/drivers/video/fbdev/
H A Duvesafb.c1720 goto out_reg; in uvesafb_probe()
1757 out_reg: in uvesafb_probe()
/linux/drivers/dma/ppc4xx/
H A Dadma.c4570 goto out_reg; in ppc440spe_adma_init()
4601 out_reg: in ppc440spe_adma_init()