Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_asic.c559 .get_memory_clock = &radeon_atom_get_memory_clock,
695 .get_memory_clock = &radeon_atom_get_memory_clock,
763 .get_memory_clock = &radeon_atom_get_memory_clock,
831 .get_memory_clock = &radeon_atom_get_memory_clock,
899 .get_memory_clock = &radeon_atom_get_memory_clock,
996 .get_memory_clock = &radeon_atom_get_memory_clock,
1082 .get_memory_clock = &radeon_atom_get_memory_clock,
1285 .get_memory_clock = &radeon_atom_get_memory_clock,
1407 .get_memory_clock = &radeon_atom_get_memory_clock,
1598 .get_memory_clock = &radeon_atom_get_memory_clock,
[all …]
H A Dradeon_asic.h43 uint32_t radeon_atom_get_memory_clock(struct radeon_device *rdev);
H A Dradeon_atombios.c3019 uint32_t radeon_atom_get_memory_clock(struct radeon_device *rdev) in radeon_atom_get_memory_clock() function