/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_nbio_v6_1.c | 122 u32 ih_doorbell_range = RREG32_SOC15(NBIO, 0 , mmBIF_IH_DOORBELL_RANGE); local in function:nbio_v6_1_ih_doorbell_range 125 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, OFFSET, doorbell_index); 126 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, 129 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 0); 131 WREG32_SOC15(NBIO, 0, mmBIF_IH_DOORBELL_RANGE, ih_doorbell_range); 296 .ih_doorbell_range = nbio_v6_1_ih_doorbell_range,
|
amdgpu_nbio_v2_3.c | 162 u32 ih_doorbell_range = RREG32_SOC15(NBIO, 0, mmBIF_IH_DOORBELL_RANGE); local in function:nbio_v2_3_ih_doorbell_range 165 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, 168 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, 172 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, 176 WREG32_SOC15(NBIO, 0, mmBIF_IH_DOORBELL_RANGE, ih_doorbell_range); 340 .ih_doorbell_range = nbio_v2_3_ih_doorbell_range,
|
amdgpu_nbio_v7_0.c | 134 u32 ih_doorbell_range = RREG32_SOC15(NBIO, 0 , mmBIF_IH_DOORBELL_RANGE); local in function:nbio_v7_0_ih_doorbell_range 137 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, OFFSET, doorbell_index); 138 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 2); 140 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 0); 142 WREG32_SOC15(NBIO, 0, mmBIF_IH_DOORBELL_RANGE, ih_doorbell_range); 312 .ih_doorbell_range = nbio_v7_0_ih_doorbell_range,
|
amdgpu_nbio.h | 70 void (*ih_doorbell_range)(struct amdgpu_device *adev, member in struct:amdgpu_nbio_funcs
|
amdgpu_nbio_v7_4.c | 189 u32 ih_doorbell_range = RREG32_SOC15(NBIO, 0 , mmBIF_IH_DOORBELL_RANGE); local in function:nbio_v7_4_ih_doorbell_range 192 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, OFFSET, doorbell_index); 193 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 2); 195 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 0); 197 WREG32_SOC15(NBIO, 0, mmBIF_IH_DOORBELL_RANGE, ih_doorbell_range); 549 .ih_doorbell_range = nbio_v7_4_ih_doorbell_range,
|