Searched refs:rst_reg (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/clk/tegra/ |
D | clk.c | 92 .rst_reg = RST_DEVICES_L, 100 .rst_reg = RST_DEVICES_H, 108 .rst_reg = RST_DEVICES_U, 116 .rst_reg = RST_DEVICES_V, 124 .rst_reg = RST_DEVICES_W, 132 .rst_reg = RST_DEVICES_X, 140 .rst_reg = RST_DEVICES_Y,
|
D | clk-periph-gate.c | 38 readl_relaxed(gate->clk_base + (gate->regs->rst_reg))
|
D | clk.h | 376 u32 rst_reg; member
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | fiji_smc.c | 350 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); 569 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in fiji_smu_start_in_protection_mode() 586 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in fiji_smu_start_in_protection_mode() 675 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in fiji_smu_start_in_non_protection_mode() 692 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in fiji_smu_start_in_non_protection_mode()
|
D | tonga_smc.c | 350 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); 571 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in tonga_smu_start_in_protection_mode() 588 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in tonga_smu_start_in_protection_mode() 676 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in tonga_smu_start_in_non_protection_mode() 693 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in tonga_smu_start_in_non_protection_mode()
|
D | iceland_smc.c | 128 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in iceland_start_smc() 136 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in iceland_reset_smc()
|