Lines Matching refs:index
1732 * @index: doorbell index
1735 * requested doorbell index (CIK).
1737 u32 cik_mm_rdoorbell(struct radeon_device *rdev, u32 index)
1739 if (index < rdev->doorbell.num_doorbells) {
1740 return readl(rdev->doorbell.ptr + index);
1742 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index);
1751 * @index: doorbell index
1755 * requested doorbell index (CIK).
1757 void cik_mm_wdoorbell(struct radeon_device *rdev, u32 index, u32 v)
1759 if (index < rdev->doorbell.num_doorbells) {
1760 writel(v, rdev->doorbell.ptr + index);
1762 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index);
2326 * which index in the tiling table we want to use, and the
3500 * @ridx: radeon ring index