Searched refs:RB_SIZE (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.c | 24 #define RB_SIZE SZ_32K macro 357 RB_SIZE); in adreno_gpu_init()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | cz_ih.c | 131 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, RB_SIZE, rb_bufsz); in cz_ih_irq_init()
|
D | iceland_ih.c | 131 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, RB_SIZE, rb_bufsz); in iceland_ih_irq_init()
|
D | tonga_ih.c | 129 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, RB_SIZE, rb_bufsz); in tonga_ih_irq_init()
|
D | sdma_v2_4.c | 467 rb_cntl = REG_SET_FIELD(rb_cntl, SDMA0_GFX_RB_CNTL, RB_SIZE, rb_bufsz); in sdma_v2_4_gfx_resume()
|
D | sdma_v3_0.c | 604 rb_cntl = REG_SET_FIELD(rb_cntl, SDMA0_GFX_RB_CNTL, RB_SIZE, rb_bufsz); in sdma_v3_0_gfx_resume()
|
/linux-4.4.14/drivers/macintosh/ |
D | via-pmu.c | 2027 #define RB_SIZE 0x10 macro 2035 } rb_buf[RB_SIZE]; 2061 if (i >= RB_SIZE) in pmu_pass_intr() 2128 if (++i >= RB_SIZE) in pmu_read()
|