Searched refs:rst_reg (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/clk/tegra/ |
D | clk.c | 83 .rst_reg = RST_DEVICES_L, 91 .rst_reg = RST_DEVICES_H, 99 .rst_reg = RST_DEVICES_U, 107 .rst_reg = RST_DEVICES_V, 115 .rst_reg = RST_DEVICES_W, 123 .rst_reg = RST_DEVICES_X, 131 .rst_reg = RST_DEVICES_Y,
|
D | clk-periph-fixed.c | 24 value = readl(fixed->base + fixed->regs->rst_reg); in tegra_clk_periph_fixed_is_enabled()
|
D | clk-periph-gate.c | 27 readl_relaxed(gate->clk_base + (gate->regs->rst_reg))
|
D | clk.h | 472 u32 rst_reg; member
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | vegam_smumgr.c | 109 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in vegam_start_smu_in_protection_mode() 123 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in vegam_start_smu_in_protection_mode() 144 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in vegam_start_smu_in_protection_mode() 147 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in vegam_start_smu_in_protection_mode() 169 rst_reg, 1); in vegam_start_smu_in_non_protection_mode() 182 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in vegam_start_smu_in_non_protection_mode()
|
D | polaris10_smumgr.c | 208 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in polaris10_start_smu_in_protection_mode() 222 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in polaris10_start_smu_in_protection_mode() 243 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in polaris10_start_smu_in_protection_mode() 246 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in polaris10_start_smu_in_protection_mode() 268 rst_reg, 1); in polaris10_start_smu_in_non_protection_mode() 281 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in polaris10_start_smu_in_non_protection_mode()
|
D | fiji_smumgr.c | 108 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in fiji_start_smu_in_protection_mode() 123 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in fiji_start_smu_in_protection_mode() 176 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in fiji_start_smu_in_non_protection_mode() 191 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in fiji_start_smu_in_non_protection_mode()
|
D | tonga_smumgr.c | 103 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in tonga_start_in_protection_mode() 119 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in tonga_start_in_protection_mode() 169 SMC_SYSCON_RESET_CNTL, rst_reg, 1); in tonga_start_in_non_protection_mode() 185 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in tonga_start_in_non_protection_mode()
|
D | iceland_smumgr.c | 112 SMC_SYSCON_RESET_CNTL, rst_reg, 0); in iceland_start_smc() 121 rst_reg, 1); in iceland_reset_smc()
|
D | ci_smumgr.c | 1901 PHM_WRITE_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in ci_start_smc() 2361 PHM_WRITE_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in ci_upload_firmware()
|
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu.c | 416 static void rvu_block_reset(struct rvu *rvu, int blkaddr, u64 rst_reg) in rvu_block_reset() argument 423 rvu_write64(rvu, blkaddr, rst_reg, BIT_ULL(0)); in rvu_block_reset() 424 rvu_poll_reg(rvu, blkaddr, rst_reg, BIT_ULL(63), true); in rvu_block_reset()
|