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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? m6845vgapep.c

?? 此文件是cp6000主板的bsp包
?? C
?? 第 1 頁 / 共 3 頁
字號:
/* m6845VgaPep.c - motorola 6845 vga console driver routines *//* Copyright 2002 Kontron Modular Computers GmbH *//* Copyright 1993-1993 Wind River System, Inc. */#include "copyright_wrs.h"/*modification history--------------------01f,01aug02,phd  inclusion of PEP specific header files added01e,12feb97,hdn  fixed the bug causes workQ panic. (SPR#7923)01d,03aug95,myz  fixed the warning message01c,14jun95,hdn  removed function declarations defined in sysLib.h.01b,30mar94,hdn  changed CONSOLE_TTY to PC_CONSOLE.01a,20oct93,vin  created*//*DESCRIPTIONThis is the driver fo Video Contoroller Chip (6845) normally  used in the386/486 personal computers.USER CALLABLE ROUTINESThe routines in this driver are accessed from a generic consoledriver through the hook routine, the pointer to which is initializedin the VGA_CON_DEV structure at the time of initialization.This makes the access to these routines more generic without declaringthese functions as external. The routines in this driver which are accessed from an external moduleare vgaWriteString() and vgaHrdInit(). vgaWriteString() is installedas a device transmit start-up routine in tyDevInit(). vgaHrdInit() iscalled to initialize the device descriptors and the vga console.All virtual consoles are mapped to the same screen buffer. This is a very basic implementation of virtual consoles. Multiple screenbuffers are not used to switch between consoles. This implementationis left for the future. Mutual exclusion for the screen buffer is guaranteed within the same console but it is not implemented across multiplevirtual consoles because all virtual consoles use the same screen buffer. Ifmultiple screen buffers are implemented then the mutual exclusion betweenvirtual consoles can be implemented.Before using the driver, it must be initialized by calling vgaHrdInit(). This routine should be called exactly once. Normally, it is called from a generic driver for eg. from tyCoDrv() which is called before tyCoDevCreate.SEE ALSOtyLibNOTESThe macro N_VIRTUAL_CONSOLES should be defined in config.h file.This refers to the number of virtual consoles which the user wishes to have.The user should define INCLUDE_ANSI_ESC_SEQUENCE in <target>.h file ifthe ansi escape sequences are required. Special processing in the vgadriver is done if an escape sequence exists.*//* includes */#include "vxWorks.h"#include "iv.h"#include "ioLib.h"#include "iosLib.h"#include "memLib.h"#include "rngLib.h"#include "tyLib.h"#include "private/funcBindP.h"#include "intLib.h"#include "taskLib.h"#include "errnoLib.h"#include "stdio.h"#include "string.h"#include "config.h"#include "drv/serial/pcConsolePep.h"#include "versionPep.h"/* defines */PEP_VERSION(m6845VgaPep_c,01f)	/* version identifier *//* externals */IMPORT PC_CON_DEV	pcConDv [N_VIRTUAL_CONSOLES] ;/* locals */LOCAL VGA_CON_DEV	vgaConDv [N_VIRTUAL_CONSOLES];LOCAL UCHAR		curSt,curEd;		/* current cursor mode */LOCAL int 		tyWrtThreshold  = 20;	/* min bytes free in output 						 * buffer before the next 						 * writer will be enabled */LOCAL int 		jobaddThreshold = 20;	/* bytes processed in int lvl */LOCAL UCHAR * vgaCharTable [] =     {    /* 8-bit Latin-1 mapped to the PC charater set: '\0' means non-printable */    (unsigned char *)    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    " !\"#$%&'()*+,-./0123456789:;<=>?"    "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"    "`abcdefghijklmnopqrstuvwxyz{|}~\0"    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    "\040\255\233\234\376\235\174\025\376\376\246\256\252\055\376\376"    "\370\361\375\376\376\346\024\371\376\376\247\257\254\253\376\250"    "\376\376\376\376\216\217\222\200\376\220\376\376\376\376\376\376"    "\376\245\376\376\376\376\231\376\235\376\376\376\232\376\376\341"    "\205\240\203\376\204\206\221\207\212\202\210\211\215\241\214\213"    "\376\244\225\242\223\376\224\366\233\227\243\226\201\376\376\230",    /* vt100 graphics */    (unsigned char *)    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    " !\"#$%&'()*+,-./0123456789:;<=>?"    "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^ "    "\004\261\007\007\007\007\370\361\040\007\331\277\332\300\305\007"    "\007\304\007\007\303\264\301\302\263\007\007\007\007\007\234\0"    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"    "\040\255\233\234\376\235\174\025\376\376\246\256\252\055\376\376"    "\370\361\375\376\376\346\024\371\376\376\247\257\254\253\376\250"    "\376\376\376\376\216\217\222\200\376\220\376\376\376\376\376\376"    "\376\245\376\376\376\376\231\376\376\376\376\376\232\376\376\341"    "\205\240\203\376\204\206\221\207\212\202\210\211\215\241\214\213"    "\376\244\225\242\223\376\224\366\376\227\243\226\201\376\376\230",    /* IBM graphics: minimal translations (CR, LF, LL, SO, SI and ESC) */    (unsigned char *)    "\000\001\002\003\004\005\006\007\010\011\000\013\000\000\000\000"    "\020\021\022\023\024\025\026\027\030\031\032\000\034\035\036\037"    "\040\041\042\043\044\045\046\047\050\051\052\053\054\055\056\057"    "\060\061\062\063\064\065\066\067\070\071\072\073\074\075\076\077"    "\100\101\102\103\104\105\106\107\110\111\112\113\114\115\116\117"    "\120\121\122\123\124\125\126\127\130\131\132\133\134\135\136\137"    "\140\141\142\143\144\145\146\147\150\151\152\153\154\155\156\157"    "\160\161\162\163\164\165\166\167\170\171\172\173\174\175\176\177"    "\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\217"    "\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237"    "\240\241\242\243\244\245\246\247\250\251\252\253\254\255\256\257"    "\260\261\262\263\264\265\266\267\270\271\272\273\274\275\276\277"    "\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317"    "\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337"    "\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357"    "\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377"    };/* forward declarations */LOCAL void	vgaStatInit (void);LOCAL void	vgaHook (FAST VGA_CON_DEV *  pVgaConDv, int arg, int opCode);LOCAL void	vgaClear (FAST VGA_CON_DEV *  pVgaConDv, int position, 			  UCHAR eraseChar);LOCAL void	vgaScroll (FAST VGA_CON_DEV *  pVgaConDv, int pos, int line, 			   BOOL upDn, FAST UCHAR atr);LOCAL void	vgaInsertChar (FAST VGA_CON_DEV *  pVgaConDv, 			       FAST int nInsChar);LOCAL void 	vgaCursorOn (void);LOCAL void	vgaCursorOff (void);LOCAL void	vgaCursorPos (FAST UINT16 pos);LOCAL void	vgaScreenRev (FAST VGA_CON_DEV * pVgaConDv);LOCAL void	vgaDelLeftChar (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaCarriageReturn (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaBackSpace (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaLineFeed (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaTab (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaConBeep (BOOL mode);#ifdef INCLUDE_ANSI_ESC_SEQUENCELOCAL UCHAR vgaColorTable [] =     {    /* black, red, green, brown, blue, magenta, cyan, light grey */           0,   4,     2,     6,    1,       5,    3,          7    };LOCAL void	vgaEscResponse (FAST PC_CON_DEV * pPcCoDv, int  responseId );LOCAL void	vgaPutCursor (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaSaveCurAttrib (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaRestAttrib (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaSetMode (FAST  PC_CON_DEV *  pPcCoDv, BOOL onOff);LOCAL void	vgaClearLine (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaInsertLine (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaSetAttrib (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaDelLines (FAST VGA_CON_DEV *  pVgaConDv);LOCAL void	vgaDelRightChars (FAST VGA_CON_DEV *  pVgaConDv, int nDelChar);#endif /* INCLUDE_ANSI_ESC_SEQUENCE *//********************************************************************************* vgaConBeep - sound beep function (using timer 2 for tone)* * This function is responsible for producing the beep ** RETURNS: N/A** NOMANUAL*/LOCAL void vgaConBeep     (    BOOL	mode	/* TRUE:long beep  FALSE:short beep */    )    {    int		beepTime;    int		beepPitch;    FAST int 	oldlevel;    if (mode)        {         beepPitch = BEEP_PITCH_L;        beepTime  = BEEP_TIME_L;	/* long beep */        }    else        {         beepPitch = BEEP_PITCH_S;        beepTime  = BEEP_TIME_S;	/* short beep */        }    oldlevel = intLock ();    /* set command for counter 2, 2 byte write */    sysOutByte (PIT_BASE_ADR + 3, 0xb6);	    sysOutByte (PIT_BASE_ADR + 2, (beepPitch & 0xff));    sysOutByte (PIT_BASE_ADR + 2, (beepPitch >> 8));    /* enable counter 2 */    sysOutByte (DIAG_CTRL, sysInByte (DIAG_CTRL) | 0x03);	    taskDelay (beepTime);    /* desable counter 2 */    sysOutByte (DIAG_CTRL, sysInByte (DIAG_CTRL) & ~0x03);    intUnlock (oldlevel);    return;    }/******************************************************************************** vgaHrdInit - initialize the VGA Display** This function is called externally to initialize the vga display** RETURNS: N/A** NOMANUAL*/void vgaHrdInit (void)    {    /* get cursor shape and mode */    sysOutByte ((int) CTRL_SEL_REG, 0x0a);    curSt = sysInByte ((int) CTRL_VAL_REG);    sysOutByte ((int) CTRL_SEL_REG, 0x0b);    curEd = sysInByte ((int) CTRL_VAL_REG);    vgaStatInit ();    /* clear screen and position cursor at 0,0 */    vgaClear (pcConDv [PC_CONSOLE].vs, 2,' ');    vgaCursorOn ();    return;    } /********************************************************************************* vgaStatInit - initialize the VGA Display state** RETURNS: N/A*/LOCAL void vgaStatInit (void)    {    int		ix;			/* to hold the index */    FAST VGA_CON_DEV * pVgaConDv;	/* pointer to hold vga descriptor */    for (ix = 0; ix < N_VIRTUAL_CONSOLES; ix++)	{	pcConDv [ix].vs	= pVgaConDv = &vgaConDv [ix];	/* (VGA) Display status initialization */	pVgaConDv->memBase	 = CTRL_MEM_BASE;	pVgaConDv->colorMode     = COLOR_MODE;      /* color mode */   	pVgaConDv->sv_col        = pVgaConDv->col   = 0;	pVgaConDv->sv_row        = pVgaConDv->row   = 0;	pVgaConDv->sv_curAttrib  = pVgaConDv->curAttrib = DEFAULT_ATR;	pVgaConDv->defAttrib     = DEFAULT_ATR;	pVgaConDv->curChrPos     = pVgaConDv->memBase;  /* current  position */	pVgaConDv->sv_rev        = pVgaConDv->rev   = FALSE;	pVgaConDv->ncol          = 80;                /* Number of columns */	pVgaConDv->nrow          = 25;                /* Number of text rows */	pVgaConDv->scst          = 0;                 /* scroll start */	pVgaConDv->sced          = 24;                /* scroll end */	pVgaConDv->autoWrap      = TRUE;              /* auto Wrap mode */	pVgaConDv->scrollCheck   = FALSE;             /* scroll  flag off */	pVgaConDv->charSet       = vgaCharTable [TEXT_SET]; /* character set */	pVgaConDv->vgaMode       = TEXT_MODE;         /* video mode  */	pVgaConDv->insMode       = INSERT_MODE_OFF;   /* insert mode */	pVgaConDv->escFlags      = ESC_NORMAL;        /* normal character */	pVgaConDv->escParaCount  = 0;                 /* zero parameters */	pVgaConDv->escQuestion   = FALSE;             /* ? flag set to false */	bzero ((char *)pVgaConDv->escPara, sizeof(pVgaConDv->escPara));	bzero (pVgaConDv->tab_stop, sizeof(pVgaConDv->tab_stop));	pVgaConDv->tab_stop [ 0] = 1;	pVgaConDv->tab_stop [ 8] = 1;	pVgaConDv->tab_stop [16] = 1;	pVgaConDv->tab_stop [24] = 1;	pVgaConDv->tab_stop [32] = 1;	pVgaConDv->tab_stop [40] = 1;	pVgaConDv->tab_stop [48] = 1;	pVgaConDv->tab_stop [56] = 1;	pVgaConDv->tab_stop [64] = 1;	pVgaConDv->tab_stop [72] = 1;	pVgaConDv->vgaHook	 = (FUNCPTR) vgaHook;	/* install the hook */	}    return;    } /******************************************************************************** vgaHook - hook called from an external module* * This function performs various functions depending on the opCode.* Typically this hook is to facilitate the user to add any additional* routines which can be accessed externally through the vga console* descriptor.** RETURNS: N/A*/LOCAL void vgaHook     (    FAST VGA_CON_DEV *  pVgaConDv,      /* pointer to the vga descriptor */    int			arg,		/* argument */    int			opCode		/* operation to perform */    )    {    switch (opCode)	{	case 0:	      vgaScreenRev (pVgaConDv); /* reverse screen */	      break;	case 1:	      vgaConBeep (arg);		/* produce beep */	      break;	case 2:	      vgaCursorOn ();		/* turn the cursor on */	      break;	case 3:	      vgaCursorOff ();		/* turn the cursor Off */	      break;	case 4:				/* position the cursor */	      pVgaConDv->row = (arg >> 8) & 0xff;	      pVgaConDv->col = arg & 0xff;	      if (pVgaConDv->row >= pVgaConDv->nrow)	      pVgaConDv->row = pVgaConDv->nrow - 1;	      if (pVgaConDv->col >= pVgaConDv->ncol)	      pVgaConDv->col = pVgaConDv->ncol - 1;	      vgaCursorPos ((UINT16) (pVgaConDv->row * pVgaConDv->ncol 				      + pVgaConDv->col));	      break;	default:	      break;	}    }/******************************************************************************** vgaClear - Clear Screen** This routine clears the screen depending on the value of position.* If position is 2 then it clears the whole screen and moves the cursor to * location 0,0. If position is 1 then the screen is erased from the cursor to* until the end of display. If position is equal to any other value then * the screen is erased until the cursor.** RETURNS: N/A*/LOCAL void vgaClear     (    FAST VGA_CON_DEV *	pVgaConDv,	/* pointer to the vga descriptor */    int			position,	/* cursor position  0 or 1 or 2 */    UCHAR		eraseChar	/* erase character eg space is  0x20 */    )    {    FAST UINT16 *	cp;	/* hold the beginning position */    FAST UINT16 *	end;	/* hold the end position */    FAST UINT16 	erase;	/* erase character with attribute */    erase = (pVgaConDv->defAttrib << 8) + eraseChar;    if ( position == 2 )	{ 	cp  = (UINT16 *) pVgaConDv->memBase;	end = (UINT16 *) (pVgaConDv->memBase + 2048 * CHR);	pVgaConDv->col = pVgaConDv->row = 0;	pVgaConDv->curChrPos = (UCHAR *) pVgaConDv->memBase;	}    else if ( position == 0 )	{ 	cp  = (UINT16 *)pVgaConDv->curChrPos;	end = (UINT16 *)(pVgaConDv->memBase + 2048 * CHR);	}    else  	{	cp  = (UINT16 *) pVgaConDv->memBase;	end = (UINT16 *) (pVgaConDv->curChrPos + CHR);	}    for (; cp < end; cp++ )        {        *cp     = erase;          }    }/******************************************************************************** vgaScreenRev - Reverse Screen** RETURNS: N/A*/LOCAL void vgaScreenRev     (    FAST VGA_CON_DEV * pVgaConDv	/* pointer to the vga descriptor */    )    {    UCHAR *	cp;	/* to hold the current pointer */    UCHAR	atr;	/* to hold the attribute character */    for (cp = pVgaConDv->memBase; cp < pVgaConDv->memBase + 2000 * CHR; 	 cp += CHR)        {        atr = *(cp+1);        *(cp+1)  = atr & INT_BLINK_MASK;        *(cp+1) |= (atr << 4) & BG_ATTR_MASK;        *(cp+1) |= (atr >> 4) & FG_ATTR_MASK;        }    }/********************************************************************************* vgaScroll - Scroll Screen** This function scrolls the screen according to the scroll direction.* scroll direction FORWARD or BACKWARD ** RETURNS: N/A*/LOCAL void vgaScroll     (    FAST VGA_CON_DEV *	pVgaConDv,	/* pointer to the vga descriptor */    int			pos,		/* scroll start line position */    int			lines,		/* scroll line count */    BOOL		upDn,		/* scroll direction  */    FAST UCHAR		atr		/* atrribute for char */    )    {    FAST UCHAR *	dest;	/* to hold the destination pointer */    FAST UCHAR *	src;	/* to hold the source pointer */    if (pos < pVgaConDv->scst || pos > pVgaConDv->sced)        return;    if (upDn)        {	/* scroll direction is forward */        if (pVgaConDv->scst + lines > pVgaConDv->sced + 1)            lines = pVgaConDv->sced - pVgaConDv->scst + 1;        for (dest = pVgaConDv->memBase + pVgaConDv->ncol * CHR * 	     pVgaConDv->scst, src = pVgaConDv->memBase + pVgaConDv->ncol * 	     CHR * (pVgaConDv->scst + lines); src < pVgaConDv->memBase + 	     pVgaConDv->ncol * CHR * (pos + 1); *dest++ = *src++ );        for (dest = pVgaConDv->memBase + pVgaConDv->ncol * CHR * 	     (pos - (lines - 1)); dest < pVgaConDv->memBase + pVgaConDv->ncol *	     CHR * (pos + 1); dest += CHR )            {            *dest     = ' ';            *(dest+1) = atr;            }        }    else        {	/* scroll direction is backward */        if (pVgaConDv->scst + lines > pVgaConDv->sced + 1)            lines = pVgaConDv->sced - pVgaConDv->scst + 1;        for (dest = pVgaConDv->memBase + pVgaConDv->ncol * CHR * 	     (pVgaConDv->sced + 1) - 1, src = pVgaConDv->memBase + 	     pVgaConDv->ncol * CHR * (pVgaConDv->sced - (lines - 1)) - 1;             src > pVgaConDv->memBase + pVgaConDv->ncol * CHR * pos - 1;             *dest-- = *src-- );        for (dest = pVgaConDv->memBase + pVgaConDv->ncol * CHR * 	     (pos + lines) - 1; dest > pVgaConDv->memBase + pVgaConDv->ncol * 	     CHR * pos - 1;             dest -= CHR )            {            *dest     = atr;            *(dest-1) = ' ';            }        }    return;    }/******************************************************************************* vgaInsertChar - insert the character at the current cursor location** RETURNS: N/A*/LOCAL void vgaInsertChar    (    FAST VGA_CON_DEV *	pVgaConDv,	/* pointer to the vga descriptor */    FAST int		nInsChar	/* number of insert Characters */    )    {    FAST int		xPos ;  /* to hold the horizontal position  */    FAST UINT16   	erase;	/* to hold erase character with attribute */    FAST UINT16   	swap;	/* to hold old x position */    FAST UINT16 *	chrPos;	/* to hold actual address of character */    if (nInsChar > pVgaConDv->ncol)	nInsChar = pVgaConDv->ncol;    else if (nInsChar == 0) 	nInsChar = 1;        while (nInsChar-- != 0)	{	xPos   = pVgaConDv->col;	chrPos = (UINT16 *) pVgaConDv->curChrPos;	erase  = (pVgaConDv->defAttrib << 8) + ' ' ; 	while (xPos++ < pVgaConDv->ncol)	    {	    /* make the current character as next erase */	    swap    = *chrPos;	    *chrPos = erase ; 	    erase   = swap;   	    chrPos++;	    }	}    }

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线免费不卡电影| 99久久精品国产一区二区三区| 欧美午夜一区二区三区免费大片| 伊人色综合久久天天| 在线观看日韩av先锋影音电影院| 一区二区免费视频| 3751色影院一区二区三区| 男人的天堂久久精品| 日韩欧美123| 成人午夜av影视| 亚洲在线观看免费| 4438x亚洲最大成人网| 国产一区二区中文字幕| 国产精品美女久久久久久久久久久| 波多野结衣亚洲一区| 亚洲国产精品影院| 欧美精品一区二区三区蜜桃 | 国产精品国模大尺度视频| 色综合色综合色综合色综合色综合| 亚洲一区二区成人在线观看| 日韩欧美一级精品久久| 成人午夜视频网站| 五月婷婷激情综合网| 久久精品欧美日韩| 欧美亚洲日本国产| 久久成人久久鬼色| 亚洲私人影院在线观看| 欧美一级爆毛片| 成人av一区二区三区| 日韩国产在线观看一区| 国产精品欧美一区喷水| 欧美电影影音先锋| 99re这里只有精品首页| 蜜桃一区二区三区在线| 综合欧美一区二区三区| 日韩午夜av一区| 色偷偷成人一区二区三区91 | 99国产精品视频免费观看| 视频在线在亚洲| 亚洲国产激情av| 欧美一区二区成人6969| 色噜噜夜夜夜综合网| 国内外精品视频| 日一区二区三区| 中文字幕一区二区三区在线不卡 | 不卡在线视频中文字幕| 免费在线看一区| 亚洲卡通欧美制服中文| 久久奇米777| 日韩一区二区三区视频| 一本久久综合亚洲鲁鲁五月天| 国产精品综合视频| 青娱乐精品在线视频| 亚洲国产日韩av| 亚洲精品免费看| 国产精品欧美一级免费| 久久久精品免费观看| 日韩免费观看高清完整版| 欧美日韩精品一区二区天天拍小说 | 激情综合色综合久久综合| 亚洲国产精品一区二区久久| 亚洲日本在线观看| 国产精品久久免费看| 久久免费偷拍视频| 日韩美女一区二区三区| 日韩欧美亚洲国产另类 | 欧美一区二区三区人| 欧美色图天堂网| 欧美影院精品一区| 在线一区二区视频| 91成人免费在线视频| 在线欧美日韩国产| 日本精品裸体写真集在线观看| 99久久国产综合精品麻豆| 91免费在线看| 在线精品视频免费播放| 色8久久精品久久久久久蜜| 在线亚洲一区观看| 欧美日韩dvd在线观看| 欧美日韩性生活| 欧美一区二区在线不卡| 欧美电影免费观看高清完整版| 日韩三级av在线播放| 欧美成人伊人久久综合网| 精品国产3级a| 欧美极品少妇xxxxⅹ高跟鞋 | 91精品国产综合久久精品性色| 91精品在线观看入口| 欧美一区二区精美| 久久品道一品道久久精品| 国产女同性恋一区二区| 中文字幕日本不卡| 一个色在线综合| 日本视频一区二区| 国产成人综合精品三级| www.性欧美| 欧美区视频在线观看| 日韩欧美在线观看一区二区三区| 2020国产精品自拍| 亚洲啪啪综合av一区二区三区| 亚洲国产精品久久人人爱蜜臀| 日韩av一区二区三区| 国产老女人精品毛片久久| 99re热视频精品| 777亚洲妇女| 亚洲国产精品99久久久久久久久 | 美洲天堂一区二卡三卡四卡视频| 精品无码三级在线观看视频| 国产凹凸在线观看一区二区| 色综合一个色综合亚洲| 在线观看免费亚洲| 欧美一区二区视频网站| 久久久精品国产99久久精品芒果| 亚洲视频一区在线观看| 午夜精品一区二区三区三上悠亚| 精品一区二区av| 99re6这里只有精品视频在线观看 99re8在线精品视频免费播放 | 欧美日韩不卡一区| 久久精品一区二区三区四区| 一区二区免费看| 国产美女久久久久| 欧洲av一区二区嗯嗯嗯啊| 91精品在线麻豆| 亚洲日本在线看| 狠狠色丁香婷综合久久| 欧美在线不卡视频| 日本一区二区不卡视频| 视频在线在亚洲| 色综合天天综合给合国产| 欧美成人三级在线| 亚洲线精品一区二区三区| 国产iv一区二区三区| 欧美一二三在线| 亚洲免费观看高清在线观看| 久久精品国产99国产| 在线免费不卡视频| 国产精品区一区二区三| 韩国一区二区在线观看| 欧美日韩高清影院| 亚洲美女视频在线| 国产超碰在线一区| 日韩一区二区精品在线观看| 一区二区不卡在线播放 | 亚洲一区在线观看视频| 成人app在线| 久久夜色精品一区| 蜜臀av性久久久久蜜臀aⅴ四虎 | 最新国产精品久久精品| 麻豆传媒一区二区三区| 欧美精品国产精品| 亚洲一区二区三区四区的| 91色porny| 国产精品久久久久7777按摩| 国产一本一道久久香蕉| 日韩美女一区二区三区| 免费在线观看日韩欧美| 91精品国产综合久久小美女| 亚洲高清免费观看| 成人福利电影精品一区二区在线观看 | 1024成人网| av中文字幕亚洲| 国产精品国产成人国产三级| 国产成人无遮挡在线视频| 久久久www免费人成精品| 国产精品亚洲一区二区三区在线| 337p粉嫩大胆色噜噜噜噜亚洲| 日韩不卡手机在线v区| 欧美一区午夜视频在线观看| 日本欧美在线看| 欧美一级二级三级蜜桃| 麻豆精品视频在线观看免费| 欧美一级xxx| 久久国产人妖系列| 久久午夜国产精品| 国产福利一区二区三区视频 | 一区二区三区中文字幕电影 | 免费看欧美美女黄的网站| 欧美巨大另类极品videosbest| 视频一区二区国产| 日韩一区二区三区视频在线 | 亚洲日本一区二区| 欧美天天综合网| 日韩av电影免费观看高清完整版在线观看| 欧美偷拍一区二区| 麻豆久久久久久久| 久久精品人人爽人人爽| 成人久久久精品乱码一区二区三区| 亚洲国产精品av| 欧美亚洲综合久久| 九九热在线视频观看这里只有精品| 久久久精品国产99久久精品芒果| 北条麻妃一区二区三区| 亚洲成av人片| 久久在线观看免费| 91在线观看下载| 午夜久久久久久久久 | 国产精品第一页第二页第三页| 色婷婷av一区二区| 麻豆精品一二三| 国产精品色哟哟网站|