Home
last modified time | relevance | path

Searched refs:radeon_atom_get_memory_clock (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_asic.c554 .get_memory_clock = &radeon_atom_get_memory_clock,
690 .get_memory_clock = &radeon_atom_get_memory_clock,
758 .get_memory_clock = &radeon_atom_get_memory_clock,
826 .get_memory_clock = &radeon_atom_get_memory_clock,
894 .get_memory_clock = &radeon_atom_get_memory_clock,
991 .get_memory_clock = &radeon_atom_get_memory_clock,
1077 .get_memory_clock = &radeon_atom_get_memory_clock,
1276 .get_memory_clock = &radeon_atom_get_memory_clock,
1396 .get_memory_clock = &radeon_atom_get_memory_clock,
1583 .get_memory_clock = &radeon_atom_get_memory_clock,
[all …]
H A Dradeon_asic.h41 uint32_t radeon_atom_get_memory_clock(struct radeon_device *rdev);
H A Dradeon_atombios.c3003 uint32_t radeon_atom_get_memory_clock(struct radeon_device *rdev) in radeon_atom_get_memory_clock() function