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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 327 u32 rom_cntl; local in function:ni_read_disabled_bios
334 rom_cntl = RREG32(R600_ROM_CNTL);
349 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE);
360 WREG32(R600_ROM_CNTL, rom_cntl);
371 uint32_t rom_cntl; local in function:r700_read_disabled_bios
381 rom_cntl = RREG32(R600_ROM_CNTL);
409 WREG32(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE));
411 WREG32(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE));
429 WREG32(R600_ROM_CNTL, rom_cntl);
440 uint32_t rom_cntl; local in function:r600_read_disabled_bios
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cik.c 904 u32 rom_cntl; local in function:cik_read_disabled_bios
913 rom_cntl = RREG32_SMC(ixROM_CNTL);
928 WREG32_SMC(ixROM_CNTL, rom_cntl | ROM_CNTL__SCK_OVERWRITE_MASK);
939 WREG32_SMC(ixROM_CNTL, rom_cntl);
amdgpu_si.c 1135 u32 rom_cntl; local in function:si_read_disabled_bios
1144 rom_cntl = RREG32(R600_ROM_CNTL);
1159 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE);
1170 WREG32(R600_ROM_CNTL, rom_cntl);
amdgpu_vi.c 388 u32 rom_cntl; local in function:vi_read_disabled_bios
397 rom_cntl = RREG32_SMC(ixROM_CNTL);
412 WREG32_SMC(ixROM_CNTL, rom_cntl | ROM_CNTL__SCK_OVERWRITE_MASK);
423 WREG32_SMC(ixROM_CNTL, rom_cntl);

Completed in 15 milliseconds