Lines Matching refs:block_base
213 u32 cause, addr, block_base; in hl_ack_pb_security_violations() local
216 block_base = pb_blocks[i] + block_offset; in hl_ack_pb_security_violations()
217 cause = RREG32(block_base + HL_BLOCK_GLBL_ERR_CAUSE); in hl_ack_pb_security_violations()
219 addr = RREG32(block_base + HL_BLOCK_GLBL_ERR_ADDR); in hl_ack_pb_security_violations()
221 block_base, cause, addr); in hl_ack_pb_security_violations()
222 WREG32(block_base + HL_BLOCK_GLBL_ERR_CAUSE, cause); in hl_ack_pb_security_violations()
676 u32 glbl_err_addr, glbl_err_cause, addr_val, cause_val, block_base, in hl_read_glbl_errors() local
680 block_base = base + major * current_block->major_offset + in hl_read_glbl_errors()
684 glbl_err_cause = block_base + HL_GLBL_ERR_CAUSE_OFFSET; in hl_read_glbl_errors()
689 glbl_err_addr = block_base + HL_GLBL_ERR_ADDR_OFFSET; in hl_read_glbl_errors()
697 hdev->asic_prop.cfg_base_address + block_base + in hl_read_glbl_errors()