Lines Matching refs:srbm_soft_reset
386 u32 srbm_soft_reset = 0; in tonga_ih_check_soft_reset() local
390 srbm_soft_reset = REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, in tonga_ih_check_soft_reset()
393 if (srbm_soft_reset) { in tonga_ih_check_soft_reset()
394 adev->irq.srbm_soft_reset = srbm_soft_reset; in tonga_ih_check_soft_reset()
397 adev->irq.srbm_soft_reset = 0; in tonga_ih_check_soft_reset()
404 if (!ip_block->adev->irq.srbm_soft_reset) in tonga_ih_pre_soft_reset()
414 if (!adev->irq.srbm_soft_reset) in tonga_ih_post_soft_reset()
423 u32 srbm_soft_reset; in tonga_ih_soft_reset() local
425 if (!adev->irq.srbm_soft_reset) in tonga_ih_soft_reset()
427 srbm_soft_reset = adev->irq.srbm_soft_reset; in tonga_ih_soft_reset()
429 if (srbm_soft_reset) { in tonga_ih_soft_reset()
433 tmp |= srbm_soft_reset; in tonga_ih_soft_reset()
440 tmp &= ~srbm_soft_reset; in tonga_ih_soft_reset()