Home
last modified time | relevance | path

Searched refs:EFFECTIVE_L1_TLB_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770.c916 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in rv770_pcie_gart_enable()
959 tmp = EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in rv770_pcie_gart_disable()
993 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in rv770_agp_enable()
H A Drv770d.h472 #define EFFECTIVE_L1_TLB_SIZE(x) ((x)<<15) macro
H A Dr600.c1150 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | in r600_pcie_gart_enable()
1200 tmp = EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | in r600_pcie_gart_disable()
1242 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | in r600_agp_enable()
H A Devergreen.c2421 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in evergreen_pcie_gart_enable()
2471 tmp = EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in evergreen_pcie_gart_disable()
2504 EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5); in evergreen_agp_enable()
H A Devergreend.h962 #define EFFECTIVE_L1_TLB_SIZE(x) ((x)<<15) macro
H A Dr600d.h345 #define EFFECTIVE_L1_TLB_SIZE(x) (((x) & 7) << 12) macro