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

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

?? fads.c

?? uboot for at91rm9200dk
?? C
?? 第 1 頁 / 共 2 頁
字號:
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */#include <common.h>#include <config.h>#include <mpc8xx.h>#include "fads.h"/* ------------------------------------------------------------------------- */#define	_NOT_USED_	0xFFFFFFFF#if defined(CONFIG_DRAM_50MHZ)/* 50MHz tables */static const uint dram_60ns[] ={ 0x8fffec24, 0x0fffec04, 0x0cffec04, 0x00ffec04,  0x00ffec00, 0x37ffec47, _NOT_USED_, _NOT_USED_,  0x8fffec24, 0x0fffec04, 0x08ffec04, 0x00ffec0c,  0x03ffec00, 0x00ffec44, 0x00ffcc08, 0x0cffcc44,  0x00ffec0c, 0x03ffec00, 0x00ffec44, 0x00ffcc00,  0x3fffc847, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x11bfcc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x33bfcc4f, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0xc0ffcc84, 0x00ffcc04, 0x07ffcc04, 0x3fffcc06,  0xffffcc85, 0xffffcc05, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };static const uint dram_70ns[] ={ 0x8fffcc24, 0x0fffcc04, 0x0cffcc04, 0x00ffcc04,  0x00ffcc00, 0x37ffcc47, _NOT_USED_, _NOT_USED_,  0x8fffcc24, 0x0fffcc04, 0x0cffcc04, 0x00ffcc04,  0x00ffcc08, 0x0cffcc44, 0x00ffec0c, 0x03ffec00,  0x00ffec44, 0x00ffcc08, 0x0cffcc44, 0x00ffec04,  0x00ffec00, 0x3fffec47, _NOT_USED_, _NOT_USED_,  0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x11bfcc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x33bfcc4f, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0xe0ffcc84, 0x00ffcc04, 0x00ffcc04, 0x0fffcc04,  0x7fffcc06, 0xffffcc85, 0xffffcc05, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };static const uint edo_60ns[] ={ 0x8ffbec24, 0x0ff3ec04, 0x0cf3ec04, 0x00f3ec04,  0x00f3ec00, 0x37f7ec47, _NOT_USED_, _NOT_USED_,  0x8fffec24, 0x0ffbec04, 0x0cf3ec04, 0x00f3ec0c,  0x0cf3ec00, 0x00f3ec4c, 0x0cf3ec00, 0x00f3ec4c,  0x0cf3ec00, 0x00f3ec44, 0x03f3ec00, 0x3ff7ec47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x11bfcc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x33bfcc4f, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0xc0ffcc84, 0x00ffcc04, 0x07ffcc04, 0x3fffcc06,  0xffffcc85, 0xffffcc05, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };static const uint edo_70ns[] ={ 0x8ffbcc24, 0x0ff3cc04, 0x0cf3cc04, 0x00f3cc04,  0x00f3cc00, 0x37f7cc47, _NOT_USED_, _NOT_USED_,  0x8fffcc24, 0x0ffbcc04, 0x0cf3cc04, 0x00f3cc0c,  0x03f3cc00, 0x00f3cc44, 0x00f3ec0c, 0x0cf3ec00,  0x00f3ec4c, 0x03f3ec00, 0x00f3ec44, 0x00f3cc00,  0x33f7cc47, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x11bfcc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,  0x0cafcc00, 0x33bfcc47, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0xe0ffcc84, 0x00ffcc04, 0x00ffcc04, 0x0fffcc04,  0x7fffcc04, 0xffffcc86, 0xffffcc05, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };#elif defined(CONFIG_DRAM_25MHZ)/* 25MHz tables */static const uint dram_60ns[] ={ 0x0fffcc04, 0x08ffcc00, 0x33ffcc47, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fffcc24, 0x0fffcc04, 0x08ffcc00, 0x03ffcc4c,  0x08ffcc00, 0x03ffcc4c, 0x08ffcc00, 0x03ffcc4c,  0x08ffcc00, 0x33ffcc47, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fafcc04, 0x08afcc00, 0x3fbfcc47, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fafcc04, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,  0x01afcc4c, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,  0x31bfcc43, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x80ffcc84, 0x13ffcc04, 0xffffcc87, 0xffffcc05,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };static const uint dram_70ns[] ={ 0x0fffec04, 0x08ffec04, 0x00ffec00, 0x3fffcc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fffcc24, 0x0fffcc04, 0x08ffcc00, 0x03ffcc4c,  0x08ffcc00, 0x03ffcc4c, 0x08ffcc00, 0x03ffcc4c,  0x08ffcc00, 0x33ffcc47, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fafcc04, 0x08afcc00, 0x3fbfcc47, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fafcc04, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,  0x01afcc4c, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,  0x31bfcc43, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0xc0ffcc84, 0x01ffcc04, 0x7fffcc86, 0xffffcc05,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };static const uint edo_60ns[] ={ 0x0ffbcc04, 0x0cf3cc04, 0x00f3cc00, 0x33f7cc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0ffbcc04, 0x09f3cc0c, 0x09f3cc0c, 0x09f3cc0c,  0x08f3cc00, 0x3ff7cc47, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fefcc04, 0x08afcc04, 0x00afcc00, 0x3fbfcc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fefcc04, 0x08afcc00, 0x07afcc48, 0x08afcc48,  0x08afcc48, 0x39bfcc47, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x80ffcc84, 0x13ffcc04, 0xffffcc87, 0xffffcc05,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };static const uint edo_70ns[] ={ 0x0ffbcc04, 0x0cf3cc04, 0x00f3cc00, 0x33f7cc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0ffbec04, 0x08f3ec04, 0x03f3ec48, 0x08f3cc00,  0x0ff3cc4c, 0x08f3cc00, 0x0ff3cc4c, 0x08f3cc00,  0x3ff7cc47, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fefcc04, 0x08afcc04, 0x00afcc00, 0x3fbfcc47,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x0fefcc04, 0x08afcc00, 0x07afcc4c, 0x08afcc00,  0x07afcc4c, 0x08afcc00, 0x07afcc4c, 0x08afcc00,  0x37bfcc47, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0xc0ffcc84, 0x01ffcc04, 0x7fffcc86, 0xffffcc05,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,  0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };#else#error dram not correctly defined - use CONFIG_DRAM_25MHZ or CONFIG_DRAM_50MHZ#endif/* ------------------------------------------------------------------------- *//* * Check Board Identity: */#if defined(CONFIG_FADS) && !defined(CONFIG_MPC86xADS)static void checkdboard(void){	/* get db type from BCSR 3 */	uint k = (*((uint *)BCSR3) >> 24) & 0x3f;	printf(" with db ");	switch(k) {	case 0x03 :		puts ("MPC823");		break;	case 0x20 :		puts ("MPC801");		break;	case 0x21 :		puts ("MPC850");		break;	case 0x22 :		puts ("MPC821, MPC860 / MPC860SAR / MPC860T");		break;	case 0x23 :		puts ("MPC860SAR");		break;	case 0x24 :	case 0x2A :		puts ("MPC860T");		break;	case 0x3F :		puts ("MPC850SAR");		break;	default : printf("0x%x", k);	}}#endif	/* defined(CONFIG_FADS) && !defined(CONFIG_MPC86xADS) */int checkboard (void){	/* get revision from BCSR 3 */	uint r =  (((*((uint *) BCSR3) >> 23) & 1) << 3)		| (((*((uint *) BCSR3) >> 19) & 1) << 2)		| (((*((uint *) BCSR3) >> 16) & 3));	puts ("Board: ");#ifdef CONFIG_FADS# ifdef CONFIG_MPC86xADS	puts ("MPC86xADS");# else	puts ("FADS");	checkdboard ();# endif	/* !CONFIG_MPC86xADS */	printf (" rev ");	switch (r) {	case 0x00:		puts ("ENG\n");		break;	case 0x01:		puts ("PILOT\n");		break;	default:		printf ("unknown (0x%x)\n", r);		return (-1);	}#endif	/* CONFIG_FADS */#ifdef CONFIG_ADS	printf ("ADS rev ");	switch (r) {	case 0x00:		puts ("ENG - this board sucks, check the errata, not supported\n");		return -1;	case 0x01:		puts ("PILOT - warning, read errata \n");		break;	case 0x02:		puts ("A - warning, read errata \n");		break;	case 0x03:		puts ("B \n");		break;	default:		printf ("unknown revision (0x%x)\n", r);		return (-1);	}#endif	/* CONFIG_ADS */	return 0;}/* ------------------------------------------------------------------------- */static long int dram_size (long int *base, long int maxsize){	volatile long int *addr=base;	ulong cnt, val;	ulong save[32];				/* to make test non-destructive */	unsigned char i = 0;	for (cnt = maxsize / sizeof (long); cnt > 0; cnt >>= 1) {		addr = base + cnt;		/* pointer arith! */		save[i++] = *addr;		*addr = ~cnt;	}	/* write 0 to base address */	addr = base;	save[i] = *addr;	*addr = 0;	/* check at base address */	if ((val = *addr) != 0) {		*addr = save[i];		return (0);	}	for (cnt = 1; cnt <= maxsize / sizeof (long); cnt <<= 1) {		addr = base + cnt;		/* pointer arith! */		val = *addr;		*addr = save[--i];		if (val != (~cnt)) {			return (cnt * sizeof (long));		}	}	return (maxsize);}/* ------------------------------------------------------------------------- */static int _draminit (uint base, uint noMbytes, uint edo, uint delay){	volatile immap_t *immap = (immap_t *) CFG_IMMR;	volatile memctl8xx_t *memctl = &immap->im_memctl;	/* init upm */	switch (delay) {	case 70:		if (edo) {			upmconfig (UPMA, (uint *) edo_70ns,				   sizeof (edo_70ns) / sizeof (uint));		} else {			upmconfig (UPMA, (uint *) dram_70ns,				   sizeof (dram_70ns) / sizeof (uint));		}		break;	case 60:		if (edo) {			upmconfig (UPMA, (uint *) edo_60ns,				   sizeof (edo_60ns) / sizeof (uint));		} else {			upmconfig (UPMA, (uint *) dram_60ns,				   sizeof (dram_60ns) / sizeof (uint));		}		break;	default:		return -1;	}	memctl->memc_mptpr = 0x0400;	/* divide by 16 */	switch (noMbytes) {	case 4:				/* 4 Mbyte uses only CS2 */		memctl->memc_mamr = 0x13a01114;	/* PTA 0x13 AMA 010 */		memctl->memc_or2 = 0xffc00800;	/* 4M */		break;	case 8:				/* 8 Mbyte uses both CS3 and CS2 */		memctl->memc_mamr = 0x13a01114;	/* PTA 0x13 AMA 010 */		memctl->memc_or3 = 0xffc00800;	/* 4M */		memctl->memc_br3 = 0x00400081 + base;		memctl->memc_or2 = 0xffc00800;	/* 4M */		break;	case 16:			/* 16 Mbyte uses only CS2 */#ifdef CONFIG_ADS	/* XXX: why PTA=0x60 only in 16M case? - NTL */		memctl->memc_mamr = 0x60b21114;	/* PTA 0x60 AMA 011 */#else		memctl->memc_mamr = 0x13b01114;	/* PTA 0x13 AMA 011 */#endif		memctl->memc_or2 = 0xff000800;	/* 16M */		break;	case 32:			/* 32 Mbyte uses both CS3 and CS2 */		memctl->memc_mamr = 0x13b01114;	/* PTA 0x13 AMA 011 */		memctl->memc_or3 = 0xff000800;	/* 16M */		memctl->memc_br3 = 0x01000081 + base;		memctl->memc_or2 = 0xff000800;	/* 16M */		break;	default:		return -1;	}	memctl->memc_br2 = 0x81 + base;	/* use upma */	/* if no dimm is inserted, noMbytes is still detected as 8m, so	 * sanity check top and bottom of memory */	*((uint *) BCSR1) &= ~BCSR1_DRAM_EN;	/* enable dram */	/* check bytes / 2 because dram_size tests at base+bytes, which	 * is not mapped */	if (dram_size ((long *) base, noMbytes << 19) != noMbytes << 19) {		*((uint *) BCSR1) |= BCSR1_DRAM_EN;	/* disable dram */		return -1;	}	return 0;}/* ------------------------------------------------------------------------- */static void _dramdisable(void){	volatile immap_t     *immap = (immap_t *)CFG_IMMR;	volatile memctl8xx_t *memctl = &immap->im_memctl;	memctl->memc_br2 = 0x00000000;	memctl->memc_br3 = 0x00000000;	/* maybe we should turn off upma here or something */}#ifdef CONFIG_FADS/* SDRAM SUPPORT (FADS ONLY) */#if defined(CONFIG_SDRAM_100MHZ)/* ------------------------------------------------------------------------- *//* sdram table by Dan Malek                                                  *//* This has the stretched early timing so the 50 MHz * processor can make the 100 MHz timing.  This will * work at all processor speeds. */#ifdef SDRAM_ALT_INIT_SEQENCE# define SDRAM_MBMRVALUE0 0xc3802114 /* PTx=195,PTxE,AMx=0,DSx=1,A11,RLFx=1,WLFx=1,TLFx=4 */#define SDRAM_MBMRVALUE1 SDRAM_MBMRVALUE0# define SDRAM_MCRVALUE0  0x80808111   /* run upmb cs4 loop 1 addr 0x11 MRS */# define SDRAM_MCRVALUE1  SDRAM_MCRVALUE0  /* ??? why not 0x80808130? */#else# define SDRAM_MxMR_PTx         195# define UPM_MRS_ADDR           0x11# define UPM_REFRESH_ADDR       0x30    /* or 0x11 if we want to be like above? */#endif /* !SDRAM_ALT_INIT_SEQUENCE */static const uint sdram_table[] ={	/* single read. (offset 0 in upm RAM) */	0xefebfc24, 0x1f07fc24, 0xeeaefc04, 0x11adfc04,	0xefbbbc00, 0x1ff77c45, _NOT_USED_, _NOT_USED_,	/* burst read. (offset 8 in upm RAM) */	0xefebfc24, 0x1f07fc24, 0xeeaefc04, 0x10adfc04,	0xf0affc00, 0xf0affc00, 0xf1affc00, 0xefbbbc00,	0x1ff77c45,	/* precharge + MRS. (offset 11 in upm RAM) */	0xeffbbc04, 0x1ff77c34, 0xefeabc34,	0x1fb57c35, _NOT_USED_, _NOT_USED_, _NOT_USED_,	/* single write. (offset 18 in upm RAM) */	0xefebfc24, 0x1f07fc24, 0xeeaebc00, 0x01b93c04,	0x1ff77c45, _NOT_USED_, _NOT_USED_, _NOT_USED_,	/* burst write. (offset 20 in upm RAM) */	0xefebfc24, 0x1f07fc24, 0xeeaebc00, 0x10ad7c00,	0xf0affc00, 0xf0affc00, 0xe1bbbc04, 0x1ff77c45,	_NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,	_NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,	/* refresh. (offset 30 in upm RAM) */	0xeffafc84, 0x1ff5fc04, 0xfffffc04, 0xfffffc04,	0xfffffc84, 0xfffffc07, _NOT_USED_, _NOT_USED_,	_NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,	/* exception. (offset 3c in upm RAM) */	0xeffffc06, 0x1ffffc07, _NOT_USED_, _NOT_USED_ };#elif defined(CONFIG_SDRAM_50MHZ)/* ------------------------------------------------------------------------- *//* sdram table stolen from the fads manual                                   *//* for chip MB811171622A-100                                                 *//* this table is for 32-50MHz operation */#ifdef SDRAM_ALT_INIT_SEQENCE# define SDRAM_MBMRVALUE0 0x80802114   /* PTx=128,PTxE,AMx=0,DSx=1,A11,RLFx=1,WLFx=1,TLFx=4 */# define SDRAM_MBMRVALUE1 0x80802118   /* PTx=128,PTxE,AMx=0,DSx=1,A11,RLFx=1,WLFx=1,TLFx=8 */# define SDRAM_MCRVALUE0  0x80808105   /* run upmb cs4 loop 1 addr 0x5 MRS */# define SDRAM_MCRVALUE1  0x80808130   /* run upmb cs4 loop 1 addr 0x30 REFRESH */# define SDRAM_MPTRVALUE  0x400#define SDRAM_MARVALUE   0x88

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩**一区毛片| zzijzzij亚洲日本少妇熟睡| 亚洲一区二区av电影| 亚洲特黄一级片| 中文字幕亚洲综合久久菠萝蜜| 日韩欧美在线观看一区二区三区| 欧美在线观看一二区| 欧美在线free| 欧美性受极品xxxx喷水| 欧美亚洲一区二区在线| 欧美色电影在线| 欧美日韩国产美| 91精品国产一区二区| 91精品国模一区二区三区| 51精品国自产在线| 日韩三区在线观看| 精品国产91久久久久久久妲己| 精品国产乱码久久久久久老虎| 精品av综合导航| 久久精品亚洲国产奇米99| 国产日本欧美一区二区| 中文子幕无线码一区tr| 亚洲丝袜另类动漫二区| 亚洲一区二区精品3399| 亚洲成人免费视频| 免费看日韩a级影片| 久久国产精品99久久久久久老狼| 国产乱人伦偷精品视频不卡 | 亚洲国产视频在线| 日本亚洲视频在线| 久久精品国产久精国产| 国产大陆精品国产| 91视频你懂的| 9191久久久久久久久久久| 欧美不卡一区二区| 国产精品伦一区| 亚洲一区二区三区四区的| 麻豆精品国产传媒mv男同| 国产v综合v亚洲欧| 欧美日韩在线免费视频| 2020国产精品| 亚洲免费观看高清在线观看| 日韩精品91亚洲二区在线观看| 国产在线看一区| 一本色道综合亚洲| 91精品国产麻豆| 国产欧美日韩在线| 亚洲国产视频网站| 国产精品资源在线看| 日本丰满少妇一区二区三区| 日韩一区和二区| 国产精品夫妻自拍| 麻豆成人免费电影| 91免费国产在线观看| 精品国产伦一区二区三区观看体验 | 国产一区啦啦啦在线观看| 91在线小视频| 日韩免费一区二区三区在线播放| 亚洲欧美在线视频观看| 麻豆91在线播放| 日本道免费精品一区二区三区| 26uuu色噜噜精品一区| 亚洲一区二区三区中文字幕 | 91在线观看下载| 日韩女优制服丝袜电影| 亚洲一区二区黄色| 成人综合在线观看| 精品国一区二区三区| 亚洲小说欧美激情另类| av电影天堂一区二区在线观看| 日韩精品一区二区三区在线观看| 亚洲欧美另类在线| 国产成人午夜精品5599| 日韩一级视频免费观看在线| 一区二区三区中文字幕精品精品| 国产精品白丝jk白祙喷水网站 | 亚洲一区二区三区美女| 成人做爰69片免费看网站| 日韩视频在线一区二区| 天堂资源在线中文精品| 色婷婷av一区二区三区gif | 久久精品国产亚洲高清剧情介绍 | 欧美精品第一页| 亚洲天堂2016| a级精品国产片在线观看| 久久久久久一级片| 久久福利视频一区二区| 欧美日韩国产成人在线91 | 一本色道久久综合亚洲91 | 久久狠狠亚洲综合| 欧美午夜一区二区三区免费大片| 亚洲手机成人高清视频| 91在线视频播放地址| 国产欧美一区二区三区网站| 激情六月婷婷久久| 精品久久久久久久久久久久久久久 | 欧美三级视频在线| 亚洲一区日韩精品中文字幕| 色综合视频在线观看| 中文字幕一区二区三区不卡在线| 国产不卡在线一区| 国产日韩成人精品| 丰满少妇在线播放bd日韩电影| 久久女同性恋中文字幕| 国产在线视视频有精品| 久久久99久久| 丁香激情综合国产| 中文字幕亚洲精品在线观看| 色综合久久中文综合久久97| 一区二区三区在线视频免费| 91精品91久久久中77777| 亚洲在线中文字幕| 精品视频在线免费| 视频一区二区中文字幕| 欧美一区二区三区免费视频| 免费观看成人av| 欧美成人乱码一区二区三区| 国产在线不卡一卡二卡三卡四卡| 久久精品亚洲精品国产欧美kt∨| 成人黄色av电影| 亚洲黄色尤物视频| 欧美日韩中字一区| 免费观看成人av| 久久久亚洲国产美女国产盗摄 | 欧美精品乱人伦久久久久久| 日韩综合小视频| 亚洲精品一线二线三线| 高清日韩电视剧大全免费| 日韩一区日韩二区| 欧美乱熟臀69xxxxxx| 久久精品国产成人一区二区三区 | 欧美日韩黄色一区二区| 美女在线一区二区| 国产精品热久久久久夜色精品三区| 91女厕偷拍女厕偷拍高清| 五月开心婷婷久久| 精品va天堂亚洲国产| 一本一道综合狠狠老| 奇米色777欧美一区二区| 国产日韩欧美一区二区三区乱码| 色综合久久久久久久久久久| 蜜桃一区二区三区四区| 国产精品乱码久久久久久| 欧美性大战久久久| 韩国在线一区二区| 亚洲私人影院在线观看| 日韩欧美国产综合在线一区二区三区| 成人黄色在线网站| 视频一区二区三区入口| 亚洲国产精品激情在线观看| 欧日韩精品视频| 国内国产精品久久| 一区av在线播放| 精品国产欧美一区二区| 日本电影欧美片| 国产精品一区二区你懂的| 亚洲国产视频在线| 国产精品色一区二区三区| 欧美日韩高清一区二区不卡| 懂色av一区二区夜夜嗨| 午夜国产精品一区| 国产精品久久久久一区| 欧美一区二区美女| 91视频你懂的| 国产精品88888| 午夜精品国产更新| 日韩美女视频19| 日韩精品一区二区三区老鸭窝 | 日韩免费高清av| 色网站国产精品| 国产成人精品免费| 免费精品视频最新在线| 亚洲精品成人悠悠色影视| 久久精品视频免费观看| 欧美一级一级性生活免费录像| 91免费观看视频在线| 国产98色在线|日韩| 青青草91视频| 天天免费综合色| 一区二区三区91| 亚洲色图欧洲色图| 国产欧美日韩精品一区| 日韩精品中午字幕| 欧美日韩精品一区二区三区四区| www.亚洲免费av| 国产激情一区二区三区桃花岛亚洲| 日韩精品一级中文字幕精品视频免费观看 | 成人午夜碰碰视频| 麻豆精品久久久| 免费成人av在线| 天天av天天翘天天综合网| 亚洲一区国产视频| 一区二区三区在线免费观看| 亚洲欧洲无码一区二区三区| 国产视频在线观看一区二区三区 | 亚洲欧美aⅴ...| 中文字幕一区二区不卡| 国产精品国产自产拍在线| 久久久影视传媒| 久久精品一区二区三区av|