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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v11_0.c 982 uint32_t *pcache = (uint32_t*)ctx->sys_cache; local in function:psp_v11_0_memory_training
1004 pcache[0], pcache[1], pcache[2], pcache[3],
1013 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) {
1019 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE &&
1020 pcache[3] == p2c_header[3])) {
amdgpu_psp_v11_0.c 982 uint32_t *pcache = (uint32_t*)ctx->sys_cache; local in function:psp_v11_0_memory_training
1004 pcache[0], pcache[1], pcache[2], pcache[3],
1013 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) {
1019 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE &&
1020 pcache[3] == p2c_header[3])) {

Completed in 50 milliseconds