Home
last modified time | relevance | path

Searched refs:pcache (Results 1 – 5 of 5) sorted by relevance

/drivers/mtd/maps/
A Dvmu-flash.c33 struct vmu_cache *pcache; member
124 pcache = card->parts[partition].pcache; in maple_vmu_read_block()
125 pcache->valid = 0; in maple_vmu_read_block()
128 if (!pcache->buffer) { in maple_vmu_read_block()
211 pcache->block = num; in maple_vmu_read_block()
213 pcache->valid = 1; in maple_vmu_read_block()
372 pcache = card->parts[partition].pcache; in vmu_flash_read()
469 pcache = card->parts[partition].pcache; in vmu_flash_write()
470 pcache->valid = 0; in vmu_flash_write()
552 if (!pcache) in vmu_queryblocks()
[all …]
/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.c1631 pcache = kfd_alloc_struct(pcache); in fill_in_l1_pcache()
1632 if (!pcache) in fill_in_l1_pcache()
1657 pcache->sibling_map[1] = in fill_in_l1_pcache()
1659 pcache->sibling_map[2] = in fill_in_l1_pcache()
1661 pcache->sibling_map[3] = in fill_in_l1_pcache()
1664 pcache->sibling_map_size = 4; in fill_in_l1_pcache()
1665 *props_ext = pcache; in fill_in_l1_pcache()
1715 pcache = kfd_alloc_struct(pcache); in fill_in_l2_l3_pcache()
1716 if (!pcache) in fill_in_l2_l3_pcache()
1735 pcache->cache_size /= mode; in fill_in_l2_l3_pcache()
[all …]
/drivers/gpu/drm/amd/amdgpu/
A Dpsp_v11_0.c453 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training() local
475 pcache[0], pcache[1], pcache[2], pcache[3], in psp_v11_0_memory_training()
484 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) { in psp_v11_0_memory_training()
490 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE && in psp_v11_0_memory_training()
491 pcache[3] == p2c_header[3])) { in psp_v11_0_memory_training()
A Dpsp_v14_0.c419 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v14_0_memory_training() local
441 pcache[0], pcache[1], pcache[2], pcache[3], in psp_v14_0_memory_training()
450 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) { in psp_v14_0_memory_training()
456 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE && in psp_v14_0_memory_training()
457 pcache[3] == p2c_header[3])) { in psp_v14_0_memory_training()
A Dpsp_v13_0.c554 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v13_0_memory_training() local
576 pcache[0], pcache[1], pcache[2], pcache[3], in psp_v13_0_memory_training()
585 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) { in psp_v13_0_memory_training()
591 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE && in psp_v13_0_memory_training()
592 pcache[3] == p2c_header[3])) { in psp_v13_0_memory_training()

Completed in 19 milliseconds