Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Divshmem-test.c81 static inline void out_reg(IVState *s, enum Reg reg, unsigned v) in out_reg() function
160 out_reg(s, INTRMASK, 0xffffffff); in test_ivshmem_single()
162 out_reg(s, INTRSTATUS, 1); in test_ivshmem_single()
170 out_reg(s, IVPOSITION, 1); in test_ivshmem_single()
174 out_reg(s, DOORBELL, 8 << 16); in test_ivshmem_single()
350 out_reg(s2, DOORBELL, vm1 << 16); in test_ivshmem_server()
360 out_reg(s1, DOORBELL, vm2 << 16 | 1); in test_ivshmem_server()
/openbmc/linux/drivers/input/misc/
H A D88pm80x_onkey.c110 goto out_reg; in pm80x_onkey_probe()
134 out_reg: in pm80x_onkey_probe()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c2374 static bool iceland_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in iceland_check_s0_mc_reg_index() argument
2380 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in iceland_check_s0_mc_reg_index()
2384 *out_reg = mmMC_SEQ_DLL_STBY_LP; in iceland_check_s0_mc_reg_index()
2388 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in iceland_check_s0_mc_reg_index()
2392 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in iceland_check_s0_mc_reg_index()
2396 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in iceland_check_s0_mc_reg_index()
2400 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in iceland_check_s0_mc_reg_index()
2404 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in iceland_check_s0_mc_reg_index()
2408 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in iceland_check_s0_mc_reg_index()
2412 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in iceland_check_s0_mc_reg_index()
[all …]
H A Dci_smumgr.c2447 static bool ci_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in ci_check_s0_mc_reg_index() argument
2453 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in ci_check_s0_mc_reg_index()
2457 *out_reg = mmMC_SEQ_DLL_STBY_LP; in ci_check_s0_mc_reg_index()
2461 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in ci_check_s0_mc_reg_index()
2465 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in ci_check_s0_mc_reg_index()
2469 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in ci_check_s0_mc_reg_index()
2473 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in ci_check_s0_mc_reg_index()
2477 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in ci_check_s0_mc_reg_index()
2481 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in ci_check_s0_mc_reg_index()
2485 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in ci_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 …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dbtc_dpm.c1853 static bool btc_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in btc_check_s0_mc_reg_index() argument
1859 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in btc_check_s0_mc_reg_index()
1862 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in btc_check_s0_mc_reg_index()
1865 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in btc_check_s0_mc_reg_index()
1868 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in btc_check_s0_mc_reg_index()
1871 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in btc_check_s0_mc_reg_index()
1874 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in btc_check_s0_mc_reg_index()
1877 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in btc_check_s0_mc_reg_index()
1880 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in btc_check_s0_mc_reg_index()
1883 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in btc_check_s0_mc_reg_index()
[all …]
H A Dci_dpm.c4368 static bool ci_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ci_check_s0_mc_reg_index() argument
4374 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4377 *out_reg = MC_SEQ_DLL_STBY_LP >> 2; in ci_check_s0_mc_reg_index()
4380 *out_reg = MC_SEQ_G5PDX_CMD0_LP >> 2; in ci_check_s0_mc_reg_index()
4383 *out_reg = MC_SEQ_G5PDX_CMD1_LP >> 2; in ci_check_s0_mc_reg_index()
4386 *out_reg = MC_SEQ_G5PDX_CTRL_LP >> 2; in ci_check_s0_mc_reg_index()
4389 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4392 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4395 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in ci_check_s0_mc_reg_index()
4398 *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.c5406 static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in si_check_s0_mc_reg_index() argument
5412 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in si_check_s0_mc_reg_index()
5415 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in si_check_s0_mc_reg_index()
5418 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in si_check_s0_mc_reg_index()
5421 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in si_check_s0_mc_reg_index()
5424 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in si_check_s0_mc_reg_index()
5427 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in si_check_s0_mc_reg_index()
5430 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in si_check_s0_mc_reg_index()
5433 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in si_check_s0_mc_reg_index()
5436 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in si_check_s0_mc_reg_index()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dtca642x.c98 uint8_t out_reg = tca642x_regs[gpio_bank].output_reg; in tca642x_set_val() local
100 return tca642x_reg_write(chip, out_reg, reg_bit, data); in tca642x_set_val()
/openbmc/linux/drivers/watchdog/
H A Dwdt_pci.c643 goto out_reg; in wdtpci_init_one()
696 out_reg: in wdtpci_init_one()
/openbmc/linux/kernel/trace/
H A Dtrace_functions.c814 goto out_reg; in ftrace_trace_probe_callback()
819 goto out_reg; in ftrace_trace_probe_callback()
829 out_reg: in ftrace_trace_probe_callback()
H A Dtrace_events.c3724 goto out_reg; in event_enable_func()
3740 out_reg: in event_enable_func()
H A Dtrace.c8832 goto out_reg; in ftrace_trace_snapshot_callback()
8837 goto out_reg; in ftrace_trace_snapshot_callback()
8847 out_reg: in ftrace_trace_snapshot_callback()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/gpio/
H A Dgpio-mvebu.c125 u32 out_reg; member
965 &mvchip->out_reg); in mvebu_gpio_suspend()
1017 mvchip->out_reg); in mvebu_gpio_resume()
/openbmc/linux/drivers/char/
H A Dlp.c1056 goto out_reg; in lp_init()
1076 out_reg: in lp_init()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5900 static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in si_check_s0_mc_reg_index() argument
5905 *out_reg = MC_SEQ_RAS_TIMING_LP; in si_check_s0_mc_reg_index()
5908 *out_reg = MC_SEQ_CAS_TIMING_LP; in si_check_s0_mc_reg_index()
5911 *out_reg = MC_SEQ_MISC_TIMING_LP; in si_check_s0_mc_reg_index()
5914 *out_reg = MC_SEQ_MISC_TIMING2_LP; in si_check_s0_mc_reg_index()
5917 *out_reg = MC_SEQ_RD_CTL_D0_LP; in si_check_s0_mc_reg_index()
5920 *out_reg = MC_SEQ_RD_CTL_D1_LP; in si_check_s0_mc_reg_index()
5923 *out_reg = MC_SEQ_WR_CTL_D0_LP; in si_check_s0_mc_reg_index()
5926 *out_reg = MC_SEQ_WR_CTL_D1_LP; in si_check_s0_mc_reg_index()
5929 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP; in si_check_s0_mc_reg_index()
[all …]
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c1599 goto out_reg; in i2c_register_adapter()
1608 goto out_reg; in i2c_register_adapter()
1635 out_reg: in i2c_register_adapter()
/openbmc/linux/drivers/video/fbdev/
H A Duvesafb.c1723 goto out_reg; in uvesafb_probe()
1760 out_reg: in uvesafb_probe()
/openbmc/linux/drivers/dma/ppc4xx/
H A Dadma.c4572 goto out_reg; in ppc440spe_adma_init()
4603 out_reg: in ppc440spe_adma_init()