Make UEFI boot-platform build again
[haiku.git] / headers / private / graphics / radeon / capture_regs.h
blob70ec6750ce3f7e6a564342bc91ed6a42c532bfa5
1 #ifndef __CAPTURE_REGS_H__
2 #define __CAPTURE_REGS_H__
4 #define RADEON_FCP_CNTL 0x0910
5 # define RADEON_FCP_CNTL_PCICLK 0
6 # define RADEON_FCP_CNTL_PCLK 1
7 # define RADEON_FCP_CNTL_PCLKb 2
8 # define RADEON_FCP_CNTL_HREF 3
9 # define RADEON_FCP_CNTL_GND 4
10 # define RADEON_FCP_CNTL_HREFb 5
12 #define RADEON_CAP0_TRIG_CNTL 0x0950
13 #define RADEON_CAP1_TRIG_CNTL 0x09c0 /* ? */
16 #endif