Lines Matching refs:index
1723 * @index: doorbell index
1726 * requested doorbell index (CIK).
1728 u32 cik_mm_rdoorbell(struct radeon_device *rdev, u32 index)
1730 if (index < rdev->doorbell.num_doorbells) {
1731 return readl(rdev->doorbell.ptr + index);
1733 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index);
1742 * @index: doorbell index
1746 * requested doorbell index (CIK).
1748 void cik_mm_wdoorbell(struct radeon_device *rdev, u32 index, u32 v)
1750 if (index < rdev->doorbell.num_doorbells) {
1751 writel(v, rdev->doorbell.ptr + index);
1753 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index);
2317 * which index in the tiling table we want to use, and the
3490 * @ridx: radeon ring index