HomeSort by: relevance | last modified time | path
    Searched refs:rconf (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/usermode/dev/
vaudio.c 272 thunk_audio_config_t pconf, rconf; local in function:vaudio_commit_settings
280 memset(&rconf, 0, sizeof(rconf));
281 rconf.sample_rate = sc->sc_rparam.sample_rate;
282 rconf.precision = sc->sc_rparam.precision;
283 rconf.validbits = sc->sc_rparam.validbits;
284 rconf.channels = sc->sc_rparam.channels;
286 return thunk_audio_config(sc->sc_audiofd, &pconf, &rconf);
  /src/sys/arch/usermode/usermode/
thunk.c 916 const thunk_audio_config_t *rconf)
926 info.record.sample_rate = rconf->sample_rate;
927 info.record.channels = rconf->channels;
928 info.record.precision = rconf->precision;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v6_0.c 1346 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf)
1351 *rconf |=
1361 *rconf |=
1367 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT);
1370 *rconf |= 0x0;
amdgpu_gfx_v7_0.c 1646 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1)
1650 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) |
1655 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) |
1663 *rconf |= RB_MAP_PKR0(2);
1668 *rconf |= 0x0;
amdgpu_gfx_v8_0.c 3467 gfx_v8_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1)
3472 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) |
3481 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) |
3488 *rconf |= RB_MAP_PKR0(2);
3493 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) |
3498 *rconf |= 0x0;

Completed in 27 milliseconds