Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomctrl.c60 while (*(uint32_t *)reg_data != END_OF_REG_DATA_BLOCK && in atomctrl_retrieve_ac_timing()
88 PP_ASSERT_WITH_CODE((*(uint32_t *)reg_data == END_OF_REG_DATA_BLOCK), in atomctrl_retrieve_ac_timing()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atombios.c1614 while ((le32_to_cpu(*(u32 *)reg_data) != END_OF_REG_DATA_BLOCK) && in amdgpu_atombios_init_mc_reg_table()
1637 if (le32_to_cpu(*(u32 *)reg_data) != END_OF_REG_DATA_BLOCK) in amdgpu_atombios_init_mc_reg_table()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_atombios.c4012 while ((le32_to_cpu(*(u32 *)reg_data) != END_OF_REG_DATA_BLOCK) && in radeon_atom_init_mc_reg_table()
4035 if (le32_to_cpu(*(u32 *)reg_data) != END_OF_REG_DATA_BLOCK) in radeon_atom_init_mc_reg_table()
H A Datombios.h6303 #define END_OF_REG_DATA_BLOCK 0x00000000 macro
/dragonfly/sys/dev/drm/amd/include/
H A Datombios.h7468 #define END_OF_REG_DATA_BLOCK 0x00000000 macro