/Linux-v4.19/drivers/mfd/ |
D | asic3.c | 446 u32 mask = ASIC3_GPIO_TO_MASK(offset), out_reg; in asic3_gpio_direction() local 462 out_reg = asic3_read_register(asic, gpio_base + ASIC3_GPIO_DIRECTION); in asic3_gpio_direction() 466 out_reg |= mask; in asic3_gpio_direction() 468 out_reg &= ~mask; in asic3_gpio_direction() 470 asic3_write_register(asic, gpio_base + ASIC3_GPIO_DIRECTION, out_reg); in asic3_gpio_direction() 513 u32 mask, out_reg; in asic3_gpio_set() local 531 out_reg = asic3_read_register(asic, gpio_base + ASIC3_GPIO_OUT); in asic3_gpio_set() 534 out_reg |= mask; in asic3_gpio_set() 536 out_reg &= ~mask; in asic3_gpio_set() 538 asic3_write_register(asic, gpio_base + ASIC3_GPIO_OUT, out_reg); in asic3_gpio_set() [all …]
|
/Linux-v4.19/drivers/input/misc/ |
D | 88pm80x_onkey.c | 111 goto out_reg; in pm80x_onkey_probe() 135 out_reg: in pm80x_onkey_probe()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | iceland_smumgr.c | 2369 static bool iceland_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in iceland_check_s0_mc_reg_index() argument 2375 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in iceland_check_s0_mc_reg_index() 2379 *out_reg = mmMC_SEQ_DLL_STBY_LP; in iceland_check_s0_mc_reg_index() 2383 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in iceland_check_s0_mc_reg_index() 2387 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in iceland_check_s0_mc_reg_index() 2391 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in iceland_check_s0_mc_reg_index() 2395 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in iceland_check_s0_mc_reg_index() 2399 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in iceland_check_s0_mc_reg_index() 2403 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in iceland_check_s0_mc_reg_index() 2407 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in iceland_check_s0_mc_reg_index() [all …]
|
D | ci_smumgr.c | 2439 static bool ci_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in ci_check_s0_mc_reg_index() argument 2445 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in ci_check_s0_mc_reg_index() 2449 *out_reg = mmMC_SEQ_DLL_STBY_LP; in ci_check_s0_mc_reg_index() 2453 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in ci_check_s0_mc_reg_index() 2457 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in ci_check_s0_mc_reg_index() 2461 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in ci_check_s0_mc_reg_index() 2465 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in ci_check_s0_mc_reg_index() 2469 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in ci_check_s0_mc_reg_index() 2473 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in ci_check_s0_mc_reg_index() 2477 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in ci_check_s0_mc_reg_index() [all …]
|
D | tonga_smumgr.c | 2820 static bool tonga_check_s0_mc_reg_index(uint16_t in_reg, uint16_t *out_reg) in tonga_check_s0_mc_reg_index() argument 2826 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in tonga_check_s0_mc_reg_index() 2830 *out_reg = mmMC_SEQ_DLL_STBY_LP; in tonga_check_s0_mc_reg_index() 2834 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in tonga_check_s0_mc_reg_index() 2838 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in tonga_check_s0_mc_reg_index() 2842 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in tonga_check_s0_mc_reg_index() 2846 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in tonga_check_s0_mc_reg_index() 2850 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in tonga_check_s0_mc_reg_index() 2854 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in tonga_check_s0_mc_reg_index() 2858 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in tonga_check_s0_mc_reg_index() [all …]
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | btc_dpm.c | 1854 static bool btc_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in btc_check_s0_mc_reg_index() argument 1860 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in btc_check_s0_mc_reg_index() 1863 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in btc_check_s0_mc_reg_index() 1866 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in btc_check_s0_mc_reg_index() 1869 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in btc_check_s0_mc_reg_index() 1872 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in btc_check_s0_mc_reg_index() 1875 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in btc_check_s0_mc_reg_index() 1878 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in btc_check_s0_mc_reg_index() 1881 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in btc_check_s0_mc_reg_index() 1884 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in btc_check_s0_mc_reg_index() [all …]
|
D | ci_dpm.c | 4405 static bool ci_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ci_check_s0_mc_reg_index() argument 4411 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index() 4414 *out_reg = MC_SEQ_DLL_STBY_LP >> 2; in ci_check_s0_mc_reg_index() 4417 *out_reg = MC_SEQ_G5PDX_CMD0_LP >> 2; in ci_check_s0_mc_reg_index() 4420 *out_reg = MC_SEQ_G5PDX_CMD1_LP >> 2; in ci_check_s0_mc_reg_index() 4423 *out_reg = MC_SEQ_G5PDX_CTRL_LP >> 2; in ci_check_s0_mc_reg_index() 4426 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in ci_check_s0_mc_reg_index() 4429 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in ci_check_s0_mc_reg_index() 4432 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in ci_check_s0_mc_reg_index() 4435 *out_reg = MC_SEQ_PMG_DVS_CMD_LP >> 2; in ci_check_s0_mc_reg_index() [all …]
|
D | ni_dpm.c | 2766 static bool ni_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ni_check_s0_mc_reg_index() argument 2772 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in ni_check_s0_mc_reg_index() 2775 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in ni_check_s0_mc_reg_index() 2778 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in ni_check_s0_mc_reg_index() 2781 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in ni_check_s0_mc_reg_index() 2784 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in ni_check_s0_mc_reg_index() 2787 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in ni_check_s0_mc_reg_index() 2790 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in ni_check_s0_mc_reg_index() 2793 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in ni_check_s0_mc_reg_index() 2796 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in ni_check_s0_mc_reg_index() [all …]
|
D | si_dpm.c | 5423 static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in si_check_s0_mc_reg_index() argument 5429 *out_reg = MC_SEQ_RAS_TIMING_LP >> 2; in si_check_s0_mc_reg_index() 5432 *out_reg = MC_SEQ_CAS_TIMING_LP >> 2; in si_check_s0_mc_reg_index() 5435 *out_reg = MC_SEQ_MISC_TIMING_LP >> 2; in si_check_s0_mc_reg_index() 5438 *out_reg = MC_SEQ_MISC_TIMING2_LP >> 2; in si_check_s0_mc_reg_index() 5441 *out_reg = MC_SEQ_RD_CTL_D0_LP >> 2; in si_check_s0_mc_reg_index() 5444 *out_reg = MC_SEQ_RD_CTL_D1_LP >> 2; in si_check_s0_mc_reg_index() 5447 *out_reg = MC_SEQ_WR_CTL_D0_LP >> 2; in si_check_s0_mc_reg_index() 5450 *out_reg = MC_SEQ_WR_CTL_D1_LP >> 2; in si_check_s0_mc_reg_index() 5453 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP >> 2; in si_check_s0_mc_reg_index() [all …]
|
/Linux-v4.19/kernel/trace/ |
D | trace_functions.c | 654 goto out_reg; in ftrace_trace_probe_callback() 659 goto out_reg; in ftrace_trace_probe_callback() 669 out_reg: in ftrace_trace_probe_callback()
|
D | trace_events_trigger.c | 661 goto out_reg; in event_trigger_callback() 664 goto out_reg; in event_trigger_callback() 670 out_reg: in event_trigger_callback() 1432 goto out_reg; in event_enable_trigger_func() 1435 goto out_reg; in event_enable_trigger_func() 1441 out_reg: in event_enable_trigger_func()
|
D | trace_events.c | 2759 goto out_reg; in event_enable_func() 2775 out_reg: in event_enable_func()
|
D | trace.c | 7181 goto out_reg; in ftrace_trace_snapshot_callback() 7186 goto out_reg; in ftrace_trace_snapshot_callback() 7196 out_reg: in ftrace_trace_snapshot_callback()
|
/Linux-v4.19/drivers/watchdog/ |
D | wdt_pci.c | 646 goto out_reg; in wdtpci_init_one() 699 out_reg: in wdtpci_init_one()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-cpm.c | 501 goto out_reg; in cpm_i2c_setup() 522 goto out_reg; in cpm_i2c_setup() 595 out_reg: in cpm_i2c_setup()
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp_vt220.c | 768 goto out_reg; in sclp_vt220_tty_init() 772 out_reg: in sclp_vt220_tty_init()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | ci_dpm.c | 4556 static bool ci_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in ci_check_s0_mc_reg_index() argument 4562 *out_reg = mmMC_SEQ_RAS_TIMING_LP; in ci_check_s0_mc_reg_index() 4565 *out_reg = mmMC_SEQ_DLL_STBY_LP; in ci_check_s0_mc_reg_index() 4568 *out_reg = mmMC_SEQ_G5PDX_CMD0_LP; in ci_check_s0_mc_reg_index() 4571 *out_reg = mmMC_SEQ_G5PDX_CMD1_LP; in ci_check_s0_mc_reg_index() 4574 *out_reg = mmMC_SEQ_G5PDX_CTRL_LP; in ci_check_s0_mc_reg_index() 4577 *out_reg = mmMC_SEQ_CAS_TIMING_LP; in ci_check_s0_mc_reg_index() 4580 *out_reg = mmMC_SEQ_MISC_TIMING_LP; in ci_check_s0_mc_reg_index() 4583 *out_reg = mmMC_SEQ_MISC_TIMING2_LP; in ci_check_s0_mc_reg_index() 4586 *out_reg = mmMC_SEQ_PMG_DVS_CMD_LP; in ci_check_s0_mc_reg_index() [all …]
|
D | si_dpm.c | 5880 static bool si_check_s0_mc_reg_index(u16 in_reg, u16 *out_reg) in si_check_s0_mc_reg_index() argument 5885 *out_reg = MC_SEQ_RAS_TIMING_LP; in si_check_s0_mc_reg_index() 5888 *out_reg = MC_SEQ_CAS_TIMING_LP; in si_check_s0_mc_reg_index() 5891 *out_reg = MC_SEQ_MISC_TIMING_LP; in si_check_s0_mc_reg_index() 5894 *out_reg = MC_SEQ_MISC_TIMING2_LP; in si_check_s0_mc_reg_index() 5897 *out_reg = MC_SEQ_RD_CTL_D0_LP; in si_check_s0_mc_reg_index() 5900 *out_reg = MC_SEQ_RD_CTL_D1_LP; in si_check_s0_mc_reg_index() 5903 *out_reg = MC_SEQ_WR_CTL_D0_LP; in si_check_s0_mc_reg_index() 5906 *out_reg = MC_SEQ_WR_CTL_D1_LP; in si_check_s0_mc_reg_index() 5909 *out_reg = MC_SEQ_PMG_CMD_EMRS_LP; in si_check_s0_mc_reg_index() [all …]
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-mvebu.c | 123 u32 out_reg; member 923 &mvchip->out_reg); in mvebu_gpio_suspend() 975 mvchip->out_reg); in mvebu_gpio_resume()
|
/Linux-v4.19/drivers/char/ |
D | lp.c | 1023 goto out_reg; in lp_init() 1044 out_reg: in lp_init()
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-core-base.c | 1264 goto out_reg; in i2c_register_adapter() 1297 out_reg: in i2c_register_adapter()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | uvesafb.c | 1723 goto out_reg; in uvesafb_probe() 1759 out_reg: in uvesafb_probe()
|
/Linux-v4.19/drivers/dma/ppc4xx/ |
D | adma.c | 4584 goto out_reg; in ppc440spe_adma_init() 4615 out_reg: in ppc440spe_adma_init()
|