Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr300d.h214 #define S_0000F0_SOFT_RESET_RE(x) (((x) & 0x1) << 3) macro
H A Drv515d.h219 #define S_0000F0_SOFT_RESET_RE(x) (((x) & 0x1) << 3) macro
H A Drs600d.h191 #define S_0000F0_SOFT_RESET_RE(x) (((x) & 0x1) << 3) macro
H A Dr100d.h78 #define S_0000F0_SOFT_RESET_RE(x) (((x) & 0x1) << 3) macro
H A Dr100.c2591 S_0000F0_SOFT_RESET_RE(1) | in r100_asic_reset()