HomeSort by: relevance | last modified time | path
    Searched defs:buffer_alloc (Results 1 - 16 of 16) sorted by relevancy

  /src/bin/dd/
dd.c 75 static void *buffer_alloc(size_t);
155 buffer_alloc(size_t sz) function in typeref:typename:void *
251 if ((in.db = buffer_alloc(dbsz)) == NULL) {
257 buffer_alloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
258 (out.db = buffer_alloc((u_int)(out.dbsz + cbsz))) == NULL) {
dd.c 75 static void *buffer_alloc(size_t);
155 buffer_alloc(size_t sz) function in typeref:typename:void *
251 if ((in.db = buffer_alloc(dbsz)) == NULL) {
257 buffer_alloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
258 (out.db = buffer_alloc((u_int)(out.dbsz + cbsz))) == NULL) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 603 u32 tmp, buffer_alloc, i, mem_cfg; local in function:dce_v10_0_line_buffer_adjust
616 buffer_alloc = 2;
619 buffer_alloc = 2;
622 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
626 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
630 buffer_alloc = 0;
638 tmp = REG_SET_FIELD(tmp, PIPE0_DMIF_BUFFER_CONTROL, DMIF_BUFFERS_ALLOCATED, buffer_alloc);
amdgpu_dce_v11_0.c 629 u32 tmp, buffer_alloc, i, mem_cfg; local in function:dce_v11_0_line_buffer_adjust
642 buffer_alloc = 2;
645 buffer_alloc = 2;
648 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
652 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
656 buffer_alloc = 0;
664 tmp = REG_SET_FIELD(tmp, PIPE0_DMIF_BUFFER_CONTROL, DMIF_BUFFERS_ALLOCATED, buffer_alloc);
amdgpu_dce_v6_0.c 999 u32 tmp, buffer_alloc, i; local in function:dce_v6_0_line_buffer_adjust
1017 buffer_alloc = 1;
1020 buffer_alloc = 2;
1024 buffer_alloc = 0;
1031 (buffer_alloc << PIPE0_DMIF_BUFFER_CONTROL__DMIF_BUFFERS_ALLOCATED__SHIFT));
amdgpu_dce_v8_0.c 540 u32 tmp, buffer_alloc, i; local in function:dce_v8_0_line_buffer_adjust
553 buffer_alloc = 2;
556 buffer_alloc = 2;
559 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
563 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
567 buffer_alloc = 0;
575 (buffer_alloc << PIPE0_DMIF_BUFFER_CONTROL__DMIF_BUFFERS_ALLOCATED__SHIFT));
amdgpu_dce_v10_0.c 603 u32 tmp, buffer_alloc, i, mem_cfg; local in function:dce_v10_0_line_buffer_adjust
616 buffer_alloc = 2;
619 buffer_alloc = 2;
622 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
626 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
630 buffer_alloc = 0;
638 tmp = REG_SET_FIELD(tmp, PIPE0_DMIF_BUFFER_CONTROL, DMIF_BUFFERS_ALLOCATED, buffer_alloc);
amdgpu_dce_v11_0.c 629 u32 tmp, buffer_alloc, i, mem_cfg; local in function:dce_v11_0_line_buffer_adjust
642 buffer_alloc = 2;
645 buffer_alloc = 2;
648 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
652 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
656 buffer_alloc = 0;
664 tmp = REG_SET_FIELD(tmp, PIPE0_DMIF_BUFFER_CONTROL, DMIF_BUFFERS_ALLOCATED, buffer_alloc);
amdgpu_dce_v6_0.c 999 u32 tmp, buffer_alloc, i; local in function:dce_v6_0_line_buffer_adjust
1017 buffer_alloc = 1;
1020 buffer_alloc = 2;
1024 buffer_alloc = 0;
1031 (buffer_alloc << PIPE0_DMIF_BUFFER_CONTROL__DMIF_BUFFERS_ALLOCATED__SHIFT));
amdgpu_dce_v8_0.c 540 u32 tmp, buffer_alloc, i; local in function:dce_v8_0_line_buffer_adjust
553 buffer_alloc = 2;
556 buffer_alloc = 2;
559 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
563 buffer_alloc = (adev->flags & AMD_IS_APU) ? 2 : 4;
567 buffer_alloc = 0;
575 (buffer_alloc << PIPE0_DMIF_BUFFER_CONTROL__DMIF_BUFFERS_ALLOCATED__SHIFT));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen.c 1833 u32 tmp, buffer_alloc, i; local in function:evergreen_line_buffer_adjust
1859 buffer_alloc = 1;
1862 buffer_alloc = 2;
1866 buffer_alloc = 0;
1876 DMIF_BUFFERS_ALLOCATED(buffer_alloc));
radeon_evergreen.c 1833 u32 tmp, buffer_alloc, i; local in function:evergreen_line_buffer_adjust
1859 buffer_alloc = 1;
1862 buffer_alloc = 2;
1866 buffer_alloc = 0;
1876 DMIF_BUFFERS_ALLOCATED(buffer_alloc));
radeon_si.c 1983 u32 tmp, buffer_alloc, i; local in function:dce6_line_buffer_adjust
2001 buffer_alloc = 1;
2004 buffer_alloc = 2;
2008 buffer_alloc = 0;
2015 DMIF_BUFFERS_ALLOCATED(buffer_alloc));
radeon_si.c 1983 u32 tmp, buffer_alloc, i; local in function:dce6_line_buffer_adjust
2001 buffer_alloc = 1;
2004 buffer_alloc = 2;
2008 buffer_alloc = 0;
2015 DMIF_BUFFERS_ALLOCATED(buffer_alloc));
radeon_cik.c 8887 u32 tmp, buffer_alloc, i; local in function:dce8_line_buffer_adjust
8900 buffer_alloc = 2;
8903 buffer_alloc = 2;
8906 buffer_alloc = (rdev->flags & RADEON_IS_IGP) ? 2 : 4;
8910 buffer_alloc = (rdev->flags & RADEON_IS_IGP) ? 2 : 4;
8914 buffer_alloc = 0;
8921 DMIF_BUFFERS_ALLOCATED(buffer_alloc));
radeon_cik.c 8887 u32 tmp, buffer_alloc, i; local in function:dce8_line_buffer_adjust
8900 buffer_alloc = 2;
8903 buffer_alloc = 2;
8906 buffer_alloc = (rdev->flags & RADEON_IS_IGP) ? 2 : 4;
8910 buffer_alloc = (rdev->flags & RADEON_IS_IGP) ? 2 : 4;
8914 buffer_alloc = 0;
8921 DMIF_BUFFERS_ALLOCATED(buffer_alloc));

Completed in 66 milliseconds