aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/kyro
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2009-08-04 09:12:50 -0400
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2009-12-09 05:12:44 -0500
commitb39a982ddecf1d95ed96f8457c39d3ea11df93f6 (patch)
tree07d233ede4b49bddb2776ee013cbdf5621e7845b /drivers/video/kyro
parent3de7a1dc0c9d29b138713ecb85df4b6ca3af2ef3 (diff)
OMAP: DSS2: omapfb driver
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/kyro')
0 files changed, 0 insertions, 0 deletions
> #define ESTAT_UFLW (0x40) /* Tried to read FIFO when it was empty */ #define ESTAT_OFLW (0x20) /* Tried to write FIFO when it was full */ #define ESTAT_DTC (0x10) /* Terminal Count from PC bus DMA logic */ #define ESTAT_DIP (0x08) /* DMA In Progress */ /* Bits in E33G_GACFR register: */ #define EGACFR_NIM (0x80) /* NIC interrupt mask */ #define EGACFR_TCM (0x40) /* DMA term. count interrupt mask */ #define EGACFR_RSEL (0x08) /* Map a bank of card mem into system mem */ #define EGACFR_MBS2 (0x04) /* Memory bank select, bit 2. */ #define EGACFR_MBS1 (0x02) /* Memory bank select, bit 1. */ #define EGACFR_MBS0 (0x01) /* Memory bank select, bit 0. */ #define EGACFR_NORM (0x49) /* TCM | RSEL | MBS0 */ #define EGACFR_IRQOFF (0xc9) /* TCM | RSEL | MBS0 | NIM */ /* MBS2 MBS1 MBS0 Sh. mem windows card mem at: ---- ---- ---- ----------------------------- 0 0 0 0x0000 -- bank 0 0 0 1 0x2000 -- bank 1 (only choice for 8bit card) 0 1 0 0x4000 -- bank 2, not used 0 1 1 0x6000 -- bank 3, not used There was going to be a 32k card that used bank 2 and 3, but it never got produced. */ /* End of 3C503 parameter definitions */