Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr300d.h217 #define S_0000F0_SOFT_RESET_PP(x) (((x) & 0x1) << 4) macro
H A Drv515d.h222 #define S_0000F0_SOFT_RESET_PP(x) (((x) & 0x1) << 4) macro
H A Drs600d.h194 #define S_0000F0_SOFT_RESET_PP(x) (((x) & 0x1) << 4) macro
H A Dr100d.h81 #define S_0000F0_SOFT_RESET_PP(x) (((x) & 0x1) << 4) macro
H A Dr100.c2592 S_0000F0_SOFT_RESET_PP(1) | in r100_asic_reset()