Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mfd/
Dasic3.c442 u32 mask = ASIC3_GPIO_TO_MASK(offset), out_reg; in asic3_gpio_direction() local
458 out_reg = asic3_read_register(asic, gpio_base + ASIC3_GPIO_DIRECTION); in asic3_gpio_direction()
462 out_reg |= mask; in asic3_gpio_direction()
464 out_reg &= ~mask; in asic3_gpio_direction()
466 asic3_write_register(asic, gpio_base + ASIC3_GPIO_DIRECTION, out_reg); in asic3_gpio_direction()
509 u32 mask, out_reg; in asic3_gpio_set() local
527 out_reg = asic3_read_register(asic, gpio_base + ASIC3_GPIO_OUT); in asic3_gpio_set()
530 out_reg |= mask; in asic3_gpio_set()
532 out_reg &= ~mask; in asic3_gpio_set()
534 asic3_write_register(asic, gpio_base + ASIC3_GPIO_OUT, out_reg); in asic3_gpio_set()
[all …]
/Linux-v5.15/drivers/input/misc/
D88pm80x_onkey.c110 goto out_reg; in pm80x_onkey_probe()
134 out_reg: in pm80x_onkey_probe()
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/smumgr/
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 …]
Dci_smumgr.c2446 static bool ci_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in ci_check_s0_mc_reg_index() argument
2452 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in ci_check_s0_mc_reg_index()
2456 *out_reg = mmMC_SEQ_DLL_STBY_LP; in ci_check_s0_mc_reg_index()
2460 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in ci_check_s0_mc_reg_index()
2464 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in ci_check_s0_mc_reg_index()
2468 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in ci_check_s0_mc_reg_index()
2472 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in ci_check_s0_mc_reg_index()
2476 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in ci_check_s0_mc_reg_index()
2480 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in ci_check_s0_mc_reg_index()
2484 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in ci_check_s0_mc_reg_index()
[all …]
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-v5.15/drivers/gpu/drm/radeon/
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 …]
Dci_dpm.c4371 static bool ci_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ci_check_s0_mc_reg_index() argument
4377 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4380 *out_reg = MC_SEQ_DLL_STBY_LP >> 2; in ci_check_s0_mc_reg_index()
4383 *out_reg = MC_SEQ_G5PDX_CMD0_LP >> 2; in ci_check_s0_mc_reg_index()
4386 *out_reg = MC_SEQ_G5PDX_CMD1_LP >> 2; in ci_check_s0_mc_reg_index()
4389 *out_reg = MC_SEQ_G5PDX_CTRL_LP >> 2; in ci_check_s0_mc_reg_index()
4392 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4395 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in ci_check_s0_mc_reg_index()
4398 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in ci_check_s0_mc_reg_index()
4401 *out_reg = MC_SEQ_PMG_DVS_CMD_LP >> 2; in ci_check_s0_mc_reg_index()
[all …]
Dni_dpm.c2769 static bool ni_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ni_check_s0_mc_reg_index() argument
2775 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in ni_check_s0_mc_reg_index()
2778 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in ni_check_s0_mc_reg_index()
2781 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in ni_check_s0_mc_reg_index()
2784 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in ni_check_s0_mc_reg_index()
2787 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in ni_check_s0_mc_reg_index()
2790 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in ni_check_s0_mc_reg_index()
2793 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in ni_check_s0_mc_reg_index()
2796 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in ni_check_s0_mc_reg_index()
2799 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in ni_check_s0_mc_reg_index()
[all …]
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 …]
/Linux-v5.15/kernel/trace/
Dtrace_events_trigger.c699 goto out_reg; in event_trigger_callback()
702 goto out_reg; in event_trigger_callback()
708 out_reg: in event_trigger_callback()
1485 goto out_reg; in event_enable_trigger_func()
1488 goto out_reg; in event_enable_trigger_func()
1494 out_reg: in event_enable_trigger_func()
Dtrace_functions.c819 goto out_reg; in ftrace_trace_probe_callback()
824 goto out_reg; in ftrace_trace_probe_callback()
834 out_reg: in ftrace_trace_probe_callback()
Dtrace_events.c3271 goto out_reg; in event_enable_func()
3287 out_reg: in event_enable_func()
Dtrace.c8493 goto out_reg; in ftrace_trace_snapshot_callback()
8498 goto out_reg; in ftrace_trace_snapshot_callback()
8508 out_reg: in ftrace_trace_snapshot_callback()
/Linux-v5.15/drivers/watchdog/
Dwdt_pci.c643 goto out_reg; in wdtpci_init_one()
696 out_reg: in wdtpci_init_one()
/Linux-v5.15/drivers/i2c/busses/
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-v5.15/drivers/s390/char/
Dsclp_vt220.c757 goto out_reg; in sclp_vt220_tty_init()
761 out_reg: in sclp_vt220_tty_init()
/Linux-v5.15/drivers/gpio/
Dgpio-mvebu.c128 u32 out_reg; member
972 &mvchip->out_reg); in mvebu_gpio_suspend()
1024 mvchip->out_reg); in mvebu_gpio_resume()
/Linux-v5.15/drivers/char/
Dlp.c1055 goto out_reg; in lp_init()
1076 out_reg: in lp_init()
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/
Dsi_dpm.c5860 static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in si_check_s0_mc_reg_index() argument
5865 *out_reg = MC_SEQ_RAS_TIMING_LP; in si_check_s0_mc_reg_index()
5868 *out_reg = MC_SEQ_CAS_TIMING_LP; in si_check_s0_mc_reg_index()
5871 *out_reg = MC_SEQ_MISC_TIMING_LP; in si_check_s0_mc_reg_index()
5874 *out_reg = MC_SEQ_MISC_TIMING2_LP; in si_check_s0_mc_reg_index()
5877 *out_reg = MC_SEQ_RD_CTL_D0_LP; in si_check_s0_mc_reg_index()
5880 *out_reg = MC_SEQ_RD_CTL_D1_LP; in si_check_s0_mc_reg_index()
5883 *out_reg = MC_SEQ_WR_CTL_D0_LP; in si_check_s0_mc_reg_index()
5886 *out_reg = MC_SEQ_WR_CTL_D1_LP; in si_check_s0_mc_reg_index()
5889 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP; in si_check_s0_mc_reg_index()
[all …]
/Linux-v5.15/drivers/i2c/
Di2c-core-base.c1577 goto out_reg; in i2c_register_adapter()
1585 goto out_reg; in i2c_register_adapter()
1612 out_reg: in i2c_register_adapter()
/Linux-v5.15/drivers/video/fbdev/
Duvesafb.c1726 goto out_reg; in uvesafb_probe()
1762 out_reg: in uvesafb_probe()
/Linux-v5.15/drivers/dma/ppc4xx/
Dadma.c4575 goto out_reg; in ppc440spe_adma_init()
4606 out_reg: in ppc440spe_adma_init()