Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | PMAGB_B_ROM 0x000000 /* REX option ROM */ |
#define | PMAGB_B_SFB 0x100000 /* SFB ASIC */ |
#define | PMAGB_B_GP0 0x140000 /* general purpose output 0 */ |
#define | PMAGB_B_GP1 0x180000 /* general purpose output 1 */ |
#define | PMAGB_B_BT459 0x1c0000 /* Bt459 RAMDAC */ |
#define | PMAGB_B_FBMEM 0x200000 /* frame buffer */ |
#define | PMAGB_B_SIZE 0x400000 /* address space size */ |
#define | SFB_REG_VID_HOR 0x64 /* video horizontal setup */ |
#define | SFB_REG_VID_VER 0x68 /* video vertical setup */ |
#define | SFB_REG_VID_BASE 0x6c /* video base address */ |
#define | SFB_REG_TCCLK_COUNT 0x78 /* TURBOchannel clock count */ |
#define | SFB_REG_VIDCLK_COUNT 0x7c /* video clock count */ |
#define | SFB_VID_HOR_BP_SHIFT 0x15 /* back porch */ |
#define | SFB_VID_HOR_BP_MASK 0x7f |
#define | SFB_VID_HOR_SYN_SHIFT 0x0e /* sync pulse */ |
#define | SFB_VID_HOR_SYN_MASK 0x7f |
#define | SFB_VID_HOR_FP_SHIFT 0x09 /* front porch */ |
#define | SFB_VID_HOR_FP_MASK 0x1f |
#define | SFB_VID_HOR_PIX_SHIFT 0x00 /* active video */ |
#define | SFB_VID_HOR_PIX_MASK 0x1ff |
#define | SFB_VID_VER_BP_SHIFT 0x16 /* back porch */ |
#define | SFB_VID_VER_BP_MASK 0x3f |
#define | SFB_VID_VER_SYN_SHIFT 0x10 /* sync pulse */ |
#define | SFB_VID_VER_SYN_MASK 0x3f |
#define | SFB_VID_VER_FP_SHIFT 0x0b /* front porch */ |
#define | SFB_VID_VER_FP_MASK 0x1f |
#define | SFB_VID_VER_SL_SHIFT 0x00 /* active scan lines */ |
#define | SFB_VID_VER_SL_MASK 0x7ff |
#define | SFB_VID_BASE_MASK 0x1ff /* video base row address */ |
#define | BT459_ADDR_LO 0x0 /* address low */ |
#define | BT459_ADDR_HI 0x4 /* address high */ |
#define | BT459_DATA 0x8 /* data window register */ |
#define | BT459_CMAP 0xc /* color map window register */ |
#define BT459_ADDR_HI 0x4 /* address high */ |
Definition at line 56 of file pmagb-b-fb.h.
#define BT459_ADDR_LO 0x0 /* address low */ |
Definition at line 55 of file pmagb-b-fb.h.
#define BT459_CMAP 0xc /* color map window register */ |
Definition at line 58 of file pmagb-b-fb.h.
#define BT459_DATA 0x8 /* data window register */ |
Definition at line 57 of file pmagb-b-fb.h.
#define PMAGB_B_BT459 0x1c0000 /* Bt459 RAMDAC */ |
Definition at line 20 of file pmagb-b-fb.h.
#define PMAGB_B_FBMEM 0x200000 /* frame buffer */ |
Definition at line 21 of file pmagb-b-fb.h.
#define PMAGB_B_GP0 0x140000 /* general purpose output 0 */ |
Definition at line 18 of file pmagb-b-fb.h.
#define PMAGB_B_GP1 0x180000 /* general purpose output 1 */ |
Definition at line 19 of file pmagb-b-fb.h.
#define PMAGB_B_ROM 0x000000 /* REX option ROM */ |
Definition at line 16 of file pmagb-b-fb.h.
#define PMAGB_B_SFB 0x100000 /* SFB ASIC */ |
Definition at line 17 of file pmagb-b-fb.h.
#define PMAGB_B_SIZE 0x400000 /* address space size */ |
Definition at line 22 of file pmagb-b-fb.h.
#define SFB_REG_TCCLK_COUNT 0x78 /* TURBOchannel clock count */ |
Definition at line 28 of file pmagb-b-fb.h.
#define SFB_REG_VID_BASE 0x6c /* video base address */ |
Definition at line 27 of file pmagb-b-fb.h.
#define SFB_REG_VID_HOR 0x64 /* video horizontal setup */ |
Definition at line 25 of file pmagb-b-fb.h.
#define SFB_REG_VID_VER 0x68 /* video vertical setup */ |
Definition at line 26 of file pmagb-b-fb.h.
#define SFB_REG_VIDCLK_COUNT 0x7c /* video clock count */ |
Definition at line 29 of file pmagb-b-fb.h.
#define SFB_VID_BASE_MASK 0x1ff /* video base row address */ |
Definition at line 52 of file pmagb-b-fb.h.
#define SFB_VID_HOR_BP_MASK 0x7f |
Definition at line 33 of file pmagb-b-fb.h.
#define SFB_VID_HOR_BP_SHIFT 0x15 /* back porch */ |
Definition at line 32 of file pmagb-b-fb.h.
#define SFB_VID_HOR_FP_MASK 0x1f |
Definition at line 37 of file pmagb-b-fb.h.
#define SFB_VID_HOR_FP_SHIFT 0x09 /* front porch */ |
Definition at line 36 of file pmagb-b-fb.h.
#define SFB_VID_HOR_PIX_MASK 0x1ff |
Definition at line 39 of file pmagb-b-fb.h.
#define SFB_VID_HOR_PIX_SHIFT 0x00 /* active video */ |
Definition at line 38 of file pmagb-b-fb.h.
#define SFB_VID_HOR_SYN_MASK 0x7f |
Definition at line 35 of file pmagb-b-fb.h.
#define SFB_VID_HOR_SYN_SHIFT 0x0e /* sync pulse */ |
Definition at line 34 of file pmagb-b-fb.h.
#define SFB_VID_VER_BP_MASK 0x3f |
Definition at line 43 of file pmagb-b-fb.h.
#define SFB_VID_VER_BP_SHIFT 0x16 /* back porch */ |
Definition at line 42 of file pmagb-b-fb.h.
#define SFB_VID_VER_FP_MASK 0x1f |
Definition at line 47 of file pmagb-b-fb.h.
#define SFB_VID_VER_FP_SHIFT 0x0b /* front porch */ |
Definition at line 46 of file pmagb-b-fb.h.
#define SFB_VID_VER_SL_MASK 0x7ff |
Definition at line 49 of file pmagb-b-fb.h.
#define SFB_VID_VER_SL_SHIFT 0x00 /* active scan lines */ |
Definition at line 48 of file pmagb-b-fb.h.
#define SFB_VID_VER_SYN_MASK 0x3f |
Definition at line 45 of file pmagb-b-fb.h.
#define SFB_VID_VER_SYN_SHIFT 0x10 /* sync pulse */ |
Definition at line 44 of file pmagb-b-fb.h.