亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? davincihd_mcasp.h

?? 用于dm6467 開發(fā)平臺的uboot源碼
?? H
?? 第 1 頁 / 共 2 頁
字號:
/*
 *  Copyright 2007 by Spectrum Digital Incorporated.
 *  All rights reserved. Property of Spectrum Digital Incorporated.
 */

/*
 *  MCASP header file
 *
 */

#ifndef MCASP_
#define MCASP_

#ifdef __cplusplus
extern "C" {
#endif

#include "davincihd.h"

/* ------------------------------------------------------------------------ *
 *  MCASP IDs                                                               *
 * ------------------------------------------------------------------------ */
#define MCASP_0                 ( 0 )
#define MCASP_1                 ( 1 )

#define SERIALIZER_0            ( 0 )
#define SERIALIZER_1            ( 1 )
#define SERIALIZER_2            ( 2 )
#define SERIALIZER_3            ( 3 )

/* ------------------------------------------------------------------------ *
 *  MCASP0 Controller                                                       *
 * ------------------------------------------------------------------------ */
#define MCASP0_BASE             0x01d01000
#define MCASP0_DATA             0x01d01400
#define MCASP0_DATA_SIZE        0x00000400
#define MCASP0_PID              *( volatile Uint32* )( MCASP0_BASE + 0x0 )
#define MCASP0_PWRDEMU          *( volatile Uint32* )( MCASP0_BASE + 0x4 )
#define MCASP0_PFUNC            *( volatile Uint32* )( MCASP0_BASE + 0x10 )
#define MCASP0_PDIR             *( volatile Uint32* )( MCASP0_BASE + 0x14 )
#define MCASP0_PDOUT            *( volatile Uint32* )( MCASP0_BASE + 0x18 )
#define MCASP0_PDIN             *( volatile Uint32* )( MCASP0_BASE + 0x1c )
#define MCASP0_PDCLR            *( volatile Uint32* )( MCASP0_BASE + 0x20 )
#define MCASP0_GBLCTL           *( volatile Uint32* )( MCASP0_BASE + 0x44 )
#define MCASP0_AMUTE            *( volatile Uint32* )( MCASP0_BASE + 0x48 )
#define MCASP0_DLBCTL           *( volatile Uint32* )( MCASP0_BASE + 0x4c )
#define MCASP0_DITCTL           *( volatile Uint32* )( MCASP0_BASE + 0x50 )
#define MCASP0_RGBLCTL          *( volatile Uint32* )( MCASP0_BASE + 0x60 )
#define MCASP0_RMASK            *( volatile Uint32* )( MCASP0_BASE + 0x64 )
#define MCASP0_RFMT             *( volatile Uint32* )( MCASP0_BASE + 0x68 )
#define MCASP0_AFSRCTL          *( volatile Uint32* )( MCASP0_BASE + 0x6c )
#define MCASP0_ACLKRCTL         *( volatile Uint32* )( MCASP0_BASE + 0x70 )
#define MCASP0_AHCLKRCTL        *( volatile Uint32* )( MCASP0_BASE + 0x74 )
#define MCASP0_RTDM             *( volatile Uint32* )( MCASP0_BASE + 0x78 )
#define MCASP0_RINTCTL          *( volatile Uint32* )( MCASP0_BASE + 0x7c )
#define MCASP0_RSTAT            *( volatile Uint32* )( MCASP0_BASE + 0x80 )
#define MCASP0_RSLOT            *( volatile Uint32* )( MCASP0_BASE + 0x84 )
#define MCASP0_RCLKCHK          *( volatile Uint32* )( MCASP0_BASE + 0x88 )
#define MCASP0_XGBLCTL          *( volatile Uint32* )( MCASP0_BASE + 0xa0 )
#define MCASP0_XMASK            *( volatile Uint32* )( MCASP0_BASE + 0xa4 )
#define MCASP0_XFMT             *( volatile Uint32* )( MCASP0_BASE + 0xa8 )
#define MCASP0_AFSXCTL          *( volatile Uint32* )( MCASP0_BASE + 0xac )
#define MCASP0_ACLKXCTL         *( volatile Uint32* )( MCASP0_BASE + 0xb0 )
#define MCASP0_AHCLKXCTL        *( volatile Uint32* )( MCASP0_BASE + 0xb4 )
#define MCASP0_XTDM             *( volatile Uint32* )( MCASP0_BASE + 0xb8 )
#define MCASP0_XINTCTL          *( volatile Uint32* )( MCASP0_BASE + 0xbc )
#define MCASP0_XSTAT            *( volatile Uint32* )( MCASP0_BASE + 0xc0 )
#define MCASP0_XSLOT            *( volatile Uint32* )( MCASP0_BASE + 0xc4 )
#define MCASP0_XCLKCHK          *( volatile Uint32* )( MCASP0_BASE + 0xc8 )
#define MCASP0_DITCSRA0         *( volatile Uint32* )( MCASP0_BASE + 0x100 )
#define MCASP0_DITCSRA1         *( volatile Uint32* )( MCASP0_BASE + 0x104 )
#define MCASP0_DITCSRA2         *( volatile Uint32* )( MCASP0_BASE + 0x108 )
#define MCASP0_DITCSRA3         *( volatile Uint32* )( MCASP0_BASE + 0x10c )
#define MCASP0_DITCSRA4         *( volatile Uint32* )( MCASP0_BASE + 0x110 )
#define MCASP0_DITCSRA5         *( volatile Uint32* )( MCASP0_BASE + 0x114 )
#define MCASP0_DITCSRB0         *( volatile Uint32* )( MCASP0_BASE + 0x118 )
#define MCASP0_DITCSRB1         *( volatile Uint32* )( MCASP0_BASE + 0x11c )
#define MCASP0_DITCSRB2         *( volatile Uint32* )( MCASP0_BASE + 0x120 )
#define MCASP0_DITCSRB3         *( volatile Uint32* )( MCASP0_BASE + 0x124 )
#define MCASP0_DITCSRB4         *( volatile Uint32* )( MCASP0_BASE + 0x128 )
#define MCASP0_DITCSRB5         *( volatile Uint32* )( MCASP0_BASE + 0x12c )
#define MCASP0_DITUDRA0         *( volatile Uint32* )( MCASP0_BASE + 0x130 )
#define MCASP0_DITUDRA1         *( volatile Uint32* )( MCASP0_BASE + 0x134 )
#define MCASP0_DITUDRA2         *( volatile Uint32* )( MCASP0_BASE + 0x138 )
#define MCASP0_DITUDRA3         *( volatile Uint32* )( MCASP0_BASE + 0x13c )
#define MCASP0_DITUDRA4         *( volatile Uint32* )( MCASP0_BASE + 0x140 )
#define MCASP0_DITUDRA5         *( volatile Uint32* )( MCASP0_BASE + 0x144 )
#define MCASP0_DITUDRB0         *( volatile Uint32* )( MCASP0_BASE + 0x148 )
#define MCASP0_DITUDRB1         *( volatile Uint32* )( MCASP0_BASE + 0x14c )
#define MCASP0_DITUDRB2         *( volatile Uint32* )( MCASP0_BASE + 0x150 )
#define MCASP0_DITUDRB3         *( volatile Uint32* )( MCASP0_BASE + 0x154 )
#define MCASP0_DITUDRB4         *( volatile Uint32* )( MCASP0_BASE + 0x158 )
#define MCASP0_DITUDRB5         *( volatile Uint32* )( MCASP0_BASE + 0x15c )
#define MCASP0_SRCTL0           *( volatile Uint32* )( MCASP0_BASE + 0x180 )
#define MCASP0_SRCTL1           *( volatile Uint32* )( MCASP0_BASE + 0x184 )
#define MCASP0_SRCTL2           *( volatile Uint32* )( MCASP0_BASE + 0x188 )
#define MCASP0_SRCTL3           *( volatile Uint32* )( MCASP0_BASE + 0x18c )
#define MCASP0_XBUF0            *( volatile Uint32* )( MCASP0_BASE + 0x200 )
#define MCASP0_XBUF0_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x200 )
#define MCASP0_XBUF0_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x200 )
#define MCASP0_XBUF1            *( volatile Uint32* )( MCASP0_BASE + 0x204 )
#define MCASP0_XBUF1_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x204 )
#define MCASP0_XBUF1_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x204 )
#define MCASP0_XBUF2            *( volatile Uint32* )( MCASP0_BASE + 0x208 )
#define MCASP0_XBUF2_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x208 )
#define MCASP0_XBUF2_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x208 )
#define MCASP0_XBUF3            *( volatile Uint32* )( MCASP0_BASE + 0x20c )
#define MCASP0_XBUF3_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x20c )
#define MCASP0_XBUF3_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x20c )
#define MCASP0_RBUF0            *( volatile Uint32* )( MCASP0_BASE + 0x280 )
#define MCASP0_RBUF0_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x280 )
#define MCASP0_RBUF0_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x280 )
#define MCASP0_RBUF1            *( volatile Uint32* )( MCASP0_BASE + 0x284 )
#define MCASP0_RBUF1_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x284 )
#define MCASP0_RBUF1_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x284 )
#define MCASP0_RBUF2            *( volatile Uint32* )( MCASP0_BASE + 0x288 )
#define MCASP0_RBUF2_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x288 )
#define MCASP0_RBUF2_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x288 )
#define MCASP0_RBUF3            *( volatile Uint32* )( MCASP0_BASE + 0x28c )
#define MCASP0_RBUF3_16BIT      *( volatile Uint16* )( MCASP0_BASE + 0x28c )
#define MCASP0_RBUF3_32BIT      *( volatile Uint32* )( MCASP0_BASE + 0x28c )

/* ------------------------------------------------------------------------ *
 *  MCASP1 Controller                                                       *
 * ------------------------------------------------------------------------ */
#define MCASP1_BASE             0x01d01800
#define MCASP1_DATA             0x01d01c00
#define MCASP1_DATA_SIZE        0x00000400
#define MCASP1_PID              *( volatile Uint32* )( MCASP1_BASE + 0x0 )
#define MCASP1_PWRDEMU          *( volatile Uint32* )( MCASP1_BASE + 0x4 )
#define MCASP1_PFUNC            *( volatile Uint32* )( MCASP1_BASE + 0x10 )
#define MCASP1_PDIR             *( volatile Uint32* )( MCASP1_BASE + 0x14 )
#define MCASP1_PDOUT            *( volatile Uint32* )( MCASP1_BASE + 0x18 )
#define MCASP1_PDIN             *( volatile Uint32* )( MCASP1_BASE + 0x1c )
#define MCASP1_PDCLR            *( volatile Uint32* )( MCASP1_BASE + 0x20 )
#define MCASP1_GBLCTL           *( volatile Uint32* )( MCASP1_BASE + 0x44 )
#define MCASP1_DLBCTL           *( volatile Uint32* )( MCASP1_BASE + 0x4c )
#define MCASP1_DITCTL           *( volatile Uint32* )( MCASP1_BASE + 0x50 )
#define MCASP1_RGBLCTL          *( volatile Uint32* )( MCASP1_BASE + 0x60 )
#define MCASP1_RINTCTL          *( volatile Uint32* )( MCASP1_BASE + 0x7c )
#define MCASP1_RSTAT            *( volatile Uint32* )( MCASP1_BASE + 0x80 )
#define MCASP1_XGBLCTL          *( volatile Uint32* )( MCASP1_BASE + 0xa0 )
#define MCASP1_XMASK            *( volatile Uint32* )( MCASP1_BASE + 0xa4 )
#define MCASP1_XFMT             *( volatile Uint32* )( MCASP1_BASE + 0xa8 )
#define MCASP1_AFSXCTL          *( volatile Uint32* )( MCASP1_BASE + 0xac )
#define MCASP1_ACLKXCTL         *( volatile Uint32* )( MCASP1_BASE + 0xb0 )
#define MCASP1_AHCLKXCTL        *( volatile Uint32* )( MCASP1_BASE + 0xb4 )
#define MCASP1_XTDM             *( volatile Uint32* )( MCASP1_BASE + 0xb8 )
#define MCASP1_XINTCTL          *( volatile Uint32* )( MCASP1_BASE + 0xbc )
#define MCASP1_XSTAT            *( volatile Uint32* )( MCASP1_BASE + 0xc0 )
#define MCASP1_XSLOT            *( volatile Uint32* )( MCASP1_BASE + 0xc4 )
#define MCASP1_XCLKCHK          *( volatile Uint32* )( MCASP1_BASE + 0xc8 )
#define MCASP1_DITCSRA0         *( volatile Uint32* )( MCASP1_BASE + 0x100 )
#define MCASP1_DITCSRA1         *( volatile Uint32* )( MCASP1_BASE + 0x104 )

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩片之四级片| 国产盗摄一区二区三区| 91在线观看成人| 1024成人网| 99久久免费视频.com| 亚洲婷婷综合色高清在线| 91在线观看成人| 亚洲精品免费在线| 欧美三级一区二区| 美腿丝袜亚洲三区| 国产亚洲一区字幕| 99久久精品免费看国产| 亚洲线精品一区二区三区八戒| 欧美年轻男男videosbes| 日本强好片久久久久久aaa| 7777精品伊人久久久大香线蕉完整版 | 欧美制服丝袜第一页| 一级中文字幕一区二区| 91超碰这里只有精品国产| 精品在线观看视频| 国产精品无遮挡| 欧美亚日韩国产aⅴ精品中极品| 日韩国产精品大片| 久久女同性恋中文字幕| 色一情一乱一乱一91av| 日日夜夜免费精品| 久久蜜桃av一区精品变态类天堂| 99久久99久久精品国产片果冻| 亚洲一线二线三线视频| 欧美va亚洲va国产综合| 99精品久久99久久久久| 日韩av中文字幕一区二区| 欧美经典一区二区三区| 欧美亚州韩日在线看免费版国语版| 日韩av中文在线观看| 日本一区二区视频在线观看| 欧美日韩综合色| 国产福利一区在线观看| 亚洲电影一区二区三区| 欧美韩国日本综合| 欧美一区二区三区成人| gogo大胆日本视频一区| 美女脱光内衣内裤视频久久网站| 国产精品私人自拍| 日韩色视频在线观看| 色综合网站在线| 久久66热偷产精品| 亚洲国产精品尤物yw在线观看| 2021久久国产精品不只是精品| 91久久精品一区二区三| 国产精品一区二区在线播放| 亚洲成人综合在线| 自拍偷自拍亚洲精品播放| 日韩久久精品一区| 欧美日韩中文一区| 91免费国产在线| 国产精品一区免费在线观看| 日本成人在线一区| 亚洲五月六月丁香激情| 成人欧美一区二区三区视频网页| 欧美成人一级视频| 欧美高清激情brazzers| 色综合久久88色综合天天| 国产91精品免费| 免费不卡在线观看| 日日夜夜免费精品| 亚洲aaa精品| 一个色妞综合视频在线观看| 国产精品久久777777| 国产调教视频一区| 久久蜜桃一区二区| 久久人人97超碰com| 欧美变态tickle挠乳网站| 在线成人高清不卡| 欧美精品久久久久久久久老牛影院| 91在线一区二区三区| 99久久免费视频.com| 成人免费毛片a| 国产成人免费在线观看不卡| 国产一区二区三区在线观看免费视频 | 精品久久久久久亚洲综合网| 91精品国产91热久久久做人人| 欧美日韩在线观看一区二区 | 免费欧美高清视频| 日韩vs国产vs欧美| 人人超碰91尤物精品国产| 日韩精品91亚洲二区在线观看| 丝袜亚洲另类丝袜在线| 日韩电影在线一区| 黄色精品一二区| 国产精品一线二线三线| 成人午夜精品在线| 99精品热视频| 在线日韩国产精品| 欧美调教femdomvk| 欧美一区二区三区播放老司机| 日韩一区二区在线看| www亚洲一区| 国产精品素人一区二区| 亚洲精品老司机| 天天影视涩香欲综合网| 久久精品国产一区二区| 国产高清久久久| 99久久久久久99| 在线欧美日韩国产| 日韩三级精品电影久久久| 国产日韩精品久久久| 综合久久给合久久狠狠狠97色 | 国产婷婷色一区二区三区四区| 中文字幕国产一区二区| 一区二区三区资源| 麻豆91免费观看| 国产91精品免费| 欧美三片在线视频观看| 国产亚洲欧美日韩日本| 亚洲丝袜另类动漫二区| 奇米精品一区二区三区在线观看| 国产高清亚洲一区| 欧美私人免费视频| 精品欧美黑人一区二区三区| 国产精品久久看| 丝袜美腿亚洲色图| 成人精品亚洲人成在线| 欧美日韩国产欧美日美国产精品| 精品日韩在线观看| 亚洲天堂中文字幕| 极品少妇一区二区三区精品视频| 99re亚洲国产精品| 精品成人一区二区三区四区| 亚洲人成影院在线观看| 久久国产精品无码网站| 91麻豆精东视频| 2024国产精品视频| 五月开心婷婷久久| 99国产精品国产精品久久| 欧美xxxxxxxxx| 一区二区成人在线视频 | 国产精品资源在线观看| 欧美亚洲动漫精品| 国产精品第四页| 精品一区二区三区久久久| 欧美中文字幕亚洲一区二区va在线 | 日韩欧美中文字幕制服| 亚洲精品一二三四区| 国产高清不卡二三区| 日韩欧美高清一区| 同产精品九九九| 91老师片黄在线观看| 国产三级精品视频| 国内成人自拍视频| 欧美一区二区在线不卡| 亚洲午夜激情av| 92精品国产成人观看免费 | 国产一区二区三区最好精华液| 欧美色手机在线观看| 亚洲色图在线视频| 成人爽a毛片一区二区免费| 精品国一区二区三区| 日本特黄久久久高潮| 欧美午夜宅男影院| 一区二区国产盗摄色噜噜| 色综合咪咪久久| 国产精品传媒视频| 成人亚洲一区二区一| 国产亚洲精品7777| 国产二区国产一区在线观看| 日韩欧美一级二级三级| 免费在线观看视频一区| 6080日韩午夜伦伦午夜伦| 亚洲高清中文字幕| 欧美日韩视频在线观看一区二区三区| 亚洲美女视频在线| 欧美性xxxxx极品少妇| 亚洲一区二区三区四区五区黄| 色屁屁一区二区| 一区二区三区久久久| 在线观看网站黄不卡| 亚洲一区二区三区中文字幕在线| 91久久国产最好的精华液| 一区二区三区国产精华| 欧美在线影院一区二区| 亚洲第一在线综合网站| 在线播放国产精品二区一二区四区| 性做久久久久久免费观看| 这里只有精品免费| 久久99国产精品尤物| 国产日产欧美一区二区视频| 成人av免费观看| 一区二区三区在线观看视频| 欧美日韩一区中文字幕| 日韩福利视频导航| 久久嫩草精品久久久久| 成人免费看黄yyy456| 亚洲制服丝袜一区| 欧美一区二区黄| 国产成人免费av在线| 亚洲精品欧美激情| 日韩欧美国产综合在线一区二区三区| 国内成人精品2018免费看| 国产精品传媒在线|