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

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

?? blkmem.c

?? 單片機學習資料 適合初學者進行開發(fā)學習
?? C
?? 第 1 頁 / 共 5 頁
字號:
 * snapgear image.  We've got a disproportionately large config area which * we've splatted to the end of the flash, rather than the start.  This lets * us adjust sizes more easily later but hurts if we change flash size. *	The following devices are supported: *		rom0 -- root file-system (actually in RAM) *		rom1 -- FLASH boot block (16k) *		rom2 -- FLASH boot arguments (8k) *		rom3 -- FLASH MAC addresses (8k) *		rom4 -- FLASH kernel+file-system binary (1792k) *		rom5 -- FLASH config file-system (192k) *		rom6 -- FLASH the whole damn thing (2Mb)! *		rom7 -- FLASH spare block (32k) */    {1,0xf0000000,0x004000,flash_writeall, 0, 0, 0,    0x04000,0x004000,0xff},    {1,0xf0004000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0006000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0010000,0x1c0000,flash_writeall, 0, 0, 0,    0x10000,0x1e0000,0xff},    {1,0xf01d0000,0x030000,0,0,flash_write,flash_erase,0x10000,0x010000,0xff},    {1,0xf0000000,0x200000,flash_writeall, 0, 0, 0,    0x10000,0x200000,0xff},    {1,0xf0008000,0x08000,flash_writeall,0,flash_write,flash_erase,0x08000,0x08000,0xff},#elif defined(CONFIG_FLASH_SNAPGEAR)#if defined(CONFIG_FLASH8MB)/* *	SnapGear hardware with 8MB FLASH. *	The following devices are supported: *		rom0 -- root file-system (actually in RAM) *		rom1 -- FLASH boot block (128k) *		rom2 -- FLASH boot arguments (128k) *		rom3 -- FLASH MAC addresses (128k) *		rom4 -- FLASH kernel+file-system binary (7mb) *		rom5 -- FLASH config file-system (512k) *		rom6 -- FLASH the whole damn thing (8Mb)! *		rom7 -- FLASH spare block (128k) */    {1,0xf0000000,0x020000,flash_writeall, 0, 0, 0,    0x20000,0x020000,0xff},    {1,0xf0020000,0x020000,0,0,flash_write,flash_erase,0x20000,0x020000,0xff},    {1,0xf0040000,0x020000,0,0,flash_write,flash_erase,0x20000,0x020000,0xff},    {1,0xf0100000,0x700000,flash_writeall, 0, 0, 0,    0x20000,0x700000,0xff},    {1,0xf0080000,0x080000,0,0,flash_write,flash_erase,0x20000,0x080000,0xff},    {1,0xf0000000,0x800000,flash_writeall, 0, 0, 0,    0x20000,0x800000,0xff},    {1,0xf0060000,0x020000,flash_writeall,0,flash_write,flash_erase,0x20000,0x02000,0xff},#if defined(CONFIG_EXTRA_FLASH)/* *		rom8 -- FLASH extra. */    {1,0xf0800000,0x800000,flash_writeall, 0, 0, 0,  0x10000,0x800000,0xff},#endif /* CONFIG_EXTRA_FLASH */#elif defined(CONFIG_FLASH4MB)/* *	SnapGear hardware with 4MB FLASH. *	The following devices are supported: *		rom0 -- root file-system (actually in RAM) *		rom1 -- FLASH boot block (16k) *		rom2 -- FLASH boot arguments (8k) *		rom3 -- FLASH MAC addresses (8k) *		rom4 -- FLASH kernel+file-system binary (3920k) *		rom5 -- FLASH config file-system (64k) *		rom6 -- FLASH the whole damn thing (4Mb)! *		rom7 -- FLASH spare block (32k) */    {1,0xf0000000,0x004000,flash_writeall, 0, 0, 0,    0x04000,0x004000,0xff},    {1,0xf0004000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0006000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0020000,0x3e0000,flash_writeall, 0, 0, 0,    0x10000,0x3e0000,0xff},    {1,0xf0010000,0x010000,0,0,flash_write,flash_erase,0x10000,0x010000,0xff},    {1,0xf0000000,0x400000,flash_writeall, 0, 0, 0,    0x10000,0x400000,0xff},    {1,0xf0008000,0x08000,flash_writeall,0,flash_write,flash_erase,0x08000,0x08000,0xff},#if defined(CONFIG_EXTRA_FLASH)/* *		rom8 -- FLASH extra. */    {1,0xf0400000,0x400000,flash_writeall, 0, 0, 0,  0x10000,0x400000,0xff},#endif /* CONFIG_EXTRA_FLASH */#elif defined(CONFIG_FLASH2MB)/* *	SnapGear hardware with primary 2MB FLASH. *	The following devices are supported: *		rom0 -- root file-system (actually in RAM) *		rom1 -- FLASH boot block (16k) *		rom2 -- FLASH boot arguments (8k) *		rom3 -- FLASH MAC addresses (8k) *		rom4 -- FLASH kernel+file-system binary (1920k) *		rom5 -- FLASH config file-system (64k) *		rom6 -- FLASH the whole damn thing (2Mb)! *		rom7 -- FLASH spare block (32k) */    {1,0xf0000000,0x004000,flash_writeall, 0, 0, 0,    0x04000,0x004000,0xff},    {1,0xf0004000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0006000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0020000,0x1e0000,flash_writeall, 0, 0, 0,    0x10000,0x1e0000,0xff},    {1,0xf0010000,0x010000,0,0,flash_write,flash_erase,0x10000,0x010000,0xff},    {1,0xf0000000,0x200000,flash_writeall, 0, 0, 0,    0x10000,0x200000,0xff},    {1,0xf0008000,0x08000,flash_writeall,0,flash_write,flash_erase,0x08000,0x08000,0xff},#if defined(CONFIG_EXTRA_FLASH)/* *		rom8 -- FLASH extra. */    {1,0xf0200000,0x200000,flash_writeall, 0, 0, 0,  0x10000,0x200000,0xff},#endif /* CONFIG_EXTRA_FLASH */#else/* *	SnapGear hardware FLASH erase/program entry points (1MB FLASH). *	The following devices are supported: *		rom0 -- root file-system (actually in RAM) *		rom1 -- FLASH boot block (16k) *		rom2 -- FLASH boot arguments (8k) *		rom3 -- FLASH MAC addresses (8k) *		rom4 -- FLASH kernel+file-system binary (896k) *		rom5 -- FLASH config file-system (64k) *		rom6 -- FLASH the whole damn thing (1Mb)! *		rom7 -- FLASH spare block (32k) */    {1,0xf0000000,0x04000,flash_writeall, 0, 0, 0,    0x04000,0x04000,0xff},    {1,0xf0004000,0x02000,0,0,flash_write,flash_erase,0x02000,0x02000,0xff},    {1,0xf0006000,0x02000,0,0,flash_write,flash_erase,0x02000,0x02000,0xff},    {1,0xf0010000,0xe0000,flash_writeall, 0, 0, 0,    0x10000,0xe0000,0xff},    {1,0xf00f0000,0x10000,0,0,flash_write,flash_erase,0x10000,0x10000,0xff},    {1,0xf0000000,0x100000,flash_writeall, 0, 0, 0,  0x10000,0x100000,0xff},    {1,0xf0008000,0x08000,flash_writeall,0,flash_write,flash_erase,0x08000,0x08000,0xff},#if defined(CONFIG_EXTRA_FLASH)/* *		rom8 -- FLASH extra. where the NETtel3540 stores the dsl image */    {1,0xf0100000,0x100000,flash_writeall, 0, 0, 0,  0x10000,0x100000,0xff},#endif /* CONFIG_EXTRA_FLASH */#endif /* CONFIG_FLASH2MB */#endif /* CONFIG_FLASH_SNAPGEAR */#if defined(CONFIG_HW_FEITH)#if defined(CONFIG_CLEOPATRA) || defined(CONFIG_SCALES)/* *	CLEOPATRA with 2MB/4MB FLASH erase/program entry points. *	The following devices are supported: *		rom0 -- root file-system (actually in RAM) *		rom1 -- FLASH boot block (16k) *		rom2 -- FLASH boot arguments (8k) *		rom3 -- FLASH MAC addresses (8k) *		rom4 -- FLASH kernel+file-system binary (1792k) *		rom5 -- FLASH config file-system (64k) *		rom6 -- FLASH the whole damn thing (2Mb)! *		rom7 -- FLASH spare block (32k) *		rom8 -- FLASH application config (128k) *		rom9 -- FLASH user block (1536k) (4MB only) *		rom10-- FLASH user block (512k) (4MB only) *		rom11-- FLASH user block (2048k) (6MB only) */    {1,0xf0000000,0x004000,flash_writeall, 0, 0, 0,    0x04000,0x004000,0xff},    {1,0xf0004000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0006000,0x002000,0,0,flash_write,flash_erase,0x02000,0x002000,0xff},    {1,0xf0020000,0x1c0000,flash_writeall, 0, 0, 0,    0x10000,0x1c0000,0xff},    {1,0xf0010000,0x010000,0,0,flash_write,flash_erase,0x10000,0x010000,0xff},    {1,0xf0000000,0x200000,flash_writeall, 0, 0, 0,    0x10000,0x200000,0xff},    {1,0xf0008000,0x08000,flash_writeall,0,flash_write,flash_erase,0x08000,0x08000,0xff},    {1,0xf01e0000,0x020000,0,0,flash_write,flash_erase,0x10000,0x020000,0xff},#if defined(CONFIG_FLASH4MB)    {1,0xf0200000,0x180000,0,0,flash_write,flash_erase,0x10000,0x180000,0xff},    {1,0xf0380000,0x080000,0,0,flash_write,flash_erase,0x10000,0x080000,0xff},#endif#if defined(CONFIG_FLASH6MB)    {1,0xf0200000,0x180000,0,0,flash_write,flash_erase,0x10000,0x180000,0xff},    {1,0xf0380000,0x080000,0,0,flash_write,flash_erase,0x10000,0x080000,0xff},	 // old settings    {1,0xf0400000,0x200000,0,0,flash_write,flash_erase,0x10000,0x200000,0xff},	// new settings//    {1,0xf0410000,0x040000,flash_writeall,0, flash_write,flash_erase,0x10000,0x040000,0xff},//    {1,0xf0450000,0x1b0000,0,0,flash_write,flash_erase,0x10000,0x1b0000,0xff},#endif#endif /* CONFIG_CLEOPATRA || CONFIG_SCALES */#if defined(CONFIG_CANCam)/* *	CanCam with 8MB FLASH erase/program entry points. *	The following devices are supported: *		rom0 -- root file-system (actually in RAM) *		rom1 -- FLASH boot block (64k) *		rom2 -- FLASH boot arguments (64k) *		rom3 -- FLASH MAC addresses (64k) *		rom4 -- FLASH kernel+file-system binary (1728k) *		rom5 -- FLASH config file-system (64k) *		rom6 -- FLASH the whole damn thing (8Mb)! *		rom7 -- FLASH spare block (64k) *		rom8 -- FLASH user block (6MB) */    {1,0xf0000000,0x010000,flash_writeall, 0, 0, 0,    0x10000,0x010000,0xff},    {1,0xf0010000,0x010000,0,0,flash_write,flash_erase,0x10000,0x010000,0xff},    {1,0xf0020000,0x010000,0,0,flash_write,flash_erase,0x10000,0x010000,0xff},    {1,0xf0050000,0x1b0000,flash_writeall, 0, 0, 0,    0x10000,0x1b0000,0xff},    {1,0xf0040000,0x010000,0,0,flash_write,flash_erase,0x10000,0x010000,0xff},    {1,0xf0000000,0x800000,flash_writeall, 0, 0, 0,    0x10000,0x800000,0xff},    {1,0xf0030000,0x010000,flash_writeall,0,flash_write,flash_erase,0x10000,0x10000,0xff},    {1,0xf0200000,0x600000,0,0,flash_write,flash_erase,0x10000,0x600000,0xff},#endif /* CONFIG_CanCam */#endif /* CONFIG_HW_FEITH */#endif /* CONFIG_COLDFIRE */#ifdef CONFIG_SHGLCORE#ifdef CONFIG_SHGLCORE_2MEG	{0, 0x0A0000, 0x200000-0x0A0000},	/* ROM FS */	{1, SHGLCORE_FLASH_BANK_0_ADDR, 0x80000, 0, 0, write_spare, erase_spare, 0x10000, 0x80000, 0xff},	{1, 0x000000, 0x200000, program_main, 0,0,0, 0x20000, 0x100000}, /* All main FLASH */#else	{0, 0x0A0000, 0x100000-0x0A0000},	/* ROM FS */	{1, SHGLCORE_FLASH_BANK_0_ADDR, 0x80000, 0, 0, write_spare, erase_spare, 0x10000, 0x80000, 0xff},	{1, 0x000000, 0x100000, program_main, 0,0,0, 0x20000, 0x100000}, /* All main FLASH */#endif#define FIXUP_ARENAS \	extern unsigned long rom_length; \	arena[0].length = (unsigned long)rom_length - 0xA0000; \	arena[2].length = (unsigned long)rom_length;#endif};#define arenas (sizeof(arena) / sizeof(struct arena_t))static int blkmem_blocksizes[arenas];static int blkmem_sizes[arenas];static devfs_handle_t devfs_handle;#if defined(CONFIG_ARNEWSH) || defined(CONFIG_M5206eC3)static DECLARE_MUTEX(spare_lock);/* *	FLASH erase and programming routines for the odd/even FLASH *	pair on the ColdFire eval boards. */void flash_amd8_pair_write(struct arena_t * a, unsigned long pos, unsigned long length, char * buffer){  volatile unsigned short *address;  unsigned short *wbuf, word;  unsigned short result, prevresult;  unsigned long flags, start;  unsigned long fbase = a->address;  int i;  #if 0  printk("%s(%d): flash_amd8_pair_write(a=%x,pos=%x,length=%d,buf=%x)\n",	__FILE__, __LINE__, (int) a, (int) pos, (int) length, (int) buffer);#endif  down(&spare_lock);  start = jiffies;  address = (unsigned volatile short *) (fbase + pos);  wbuf = (unsigned short *) buffer;  for (length >>= 1; (length > 0); length--, address++) {      word = *wbuf++;    if (*address != word) {      save_flags(flags); cli();      *((unsigned volatile short *) (fbase | (0x5555 << 1))) = 0xaaaa;      *((unsigned volatile short *) (fbase | (0x2aaa << 1))) = 0x5555;      *((unsigned volatile short *) (fbase | (0x5555 << 1))) = 0xa0a0;      *address = word;      udelay(1);      /* Wait for write to complete, timeout after a few tries */      for (prevresult = 0, i = 0; (i < 0x10000); i++) {        result = *address;        if ((result & 0x8080) == (word & 0x8080))          break;	if ((result & 0x4040) == (prevresult & 0x4040))	  break;	prevresult = result;      }       if (*address != word) {          printk("%s(%d): FLASH write failed, address %p, write value %x"		" (now %x, previous %x), count=%d\n", __FILE__, __LINE__,		address, word, *address, prevresult, i);	  printk("%s(%d): count=%d word=%x prevresult=%x result=%x\n",                __FILE__, __LINE__, i, word, prevresult, result);          *((unsigned volatile short *) fbase) = 0xf0f0; /* Reset */      }      restore_flags(flags);    }  }    up(&spare_lock);}void flash_amd8_pair_erase(struct arena_t * a, unsigned long pos){  unsigned volatile short *address;  unsigned short result;  unsigned long fbase = a->address;  unsigned long flags;  #if 0    printk("%s(%d): flash_amd8_pair_erase(): addr:%x, len:%x, pos:%x\n",	__FILE__, __LINE__, a->address, a->length, pos);#endif  if (pos >= a->length)    return;  address = (unsigned volatile short *) (fbase + pos);  /* Mutex all access to FLASH memory */  down(&spare_lock);  save_flags(flags); cli();  /* Initiate erase of FLASH sector */#ifdef CONFIG_ARN5206  *((unsigned volatile short *) (fbase | (0x5555 << 1))) = 0xaaaa;  *((unsigned volatile short *) (fbase | (0x2aaa << 1))) = 0x5555;  *((unsigned volatile short *) (fbase | (0x5555 << 1))) = 0x8080;  *((unsigned volatile short *) (fbase | (0x5555 << 1))) = 0xaaaa;  *((unsigned volatile short *) (fbase | (0x2aaa << 1))) = 0x5555;  *address = 0x3030;#else  *((unsigned volatile short *) (fbase | (0x0555 << 1))) = 0xaaaa;/*first*/  *((unsigned volatile short *) (fbase | (0x02aa << 1))) = 0x5555;/*second*/  *((unsigned volatile short *) (fbase | (0x0555 << 1))) = 0x8080;/*third*/  *((unsigned volatile short *) (fbase | (0x0555 << 1))) = 0xaaaa;/*fourth*/  *((unsigned volatile short *) (fbase | (0x02aa << 1))) = 0x5555;/*fifth*/  *address = 0x3030;    /* sixth (0x30 to sector address) */#endif    for (;;) {	result = *address;/*	printk("result: %x\n", result);    */	if ((result & 0x8080) == 0x8080)	    break;    /* sucessful erase */	if (((result & 0xff00) != 0xff00) && (result & 0x2000)) {	     printk("%s(%d): erase failed: high byte, address %p\n",		    __FILE__, __LINE__, address);	     *((unsigned volatile short *) fbase) = 0xf0f0; /* Reset */	    break;	}    	if (((result & 0x00ff) != 0x00ff) && (result & 0x0020)) {	     printk("%s(%d): erase failed: low byte, address %p\n",		    __FILE__, __LINE__, address);	     *((unsigned volatile short *) fbase) = 0xf0f0; /* Reset */	    break;	}    }  restore_flags(flags);  up(&spare_lock);}#endif    /* CONFIG_ARNEWSH || CONFIG_M5206eC3 *//****************************************************************************//*                       SNAPGEAR FLASH SUPPORT                             *//****************************************************************************/#if defined(CONFIG_FLASH_SNAPGEAR) || defined(CONFIG_HW_FEITH) || defined(CONFIG_M5272C3) || defined(CONFIG_COBRA5272)static DECLARE_MUTEX(spare_lock);/* *	Offsets to support the small boot segments of bottom booter flash. */unsigned long flash_bootsegs[] = {#if defined(CONFIG_FLASH4MB)	/* This supports the AMD 29lv320 -- 8 * 8k segments */	0x2000, 0x2000, 0x2000, 0x2000, 0x2000, 0x2000, 0x2000, 0x2000,#else	/* This supports the AMD 29lv800, 29lv160, etc -- 16k + 8k + 8k + 32k */	0x4000, 0x2000, 0x2000, 0x8000,#endif};#if defined(CONFIG_FLASH2MB)#define	FLASHMASK	0x001fffff#elif defined(CONFIG_FLASH4MB)#define	FLASHMASK	0x003fffff#elif defined(CONFIG_FLASH8MB)#define	FLASHMASK	0x007fffff#elif defined(CONFIG_FLASH16MB)#define	FLASHMASK	0x00ffffff#else#define	FLASHMASK	0x000fffff#endif/* *	Support erasing and dumping to scratch FLASH segment. */unsigned long	flash_dumpoffset = 0;void flash_erasedump(void){	flash_erase(arena + 7, 0);}void flash_writedump(char *buf, int len){	flash_write(arena + 7, 0, len, (char *) buf);}/****************************************************************************//*                            AMD 8bit FLASH                                *//****************************************************************************/#if defined(CONFIG_FLASH8BIT)/* *	FLASH erase routine for the AMD 29LVX00 family devices. */static void flash_amd8_erase(struct arena_t *a, unsigned long pos){  unsigned volatile char *address;  unsigned long fbase = a->address;  unsigned long flags;  unsigned char status;  int i;  #if 0  printk("%s(%d): flash_amd8_erase(a=%x,pos=%x)\n", __FILE__, __LINE__,    (int) a, (int) pos);#endif  if (pos >= a->length)    return;  address = (unsigned volatile char *) (fbase + pos);  /* Mutex all access to FLASH memory */  down(&spare_lock);  save_flags(flags); cli();#if defined(CONFIG_WATCHDOG)  watchdog_disable();#endif  /* Erase this sector */  *((volatile unsigned char *) (fbase | 0xaaa)) = 0xaa;  *((volatile unsigned char *) (fbase | 0x555)) = 0x55;  *((volatile unsigned char *) (fbase | 0xaaa)) = 0x80;  *((volatile unsigned char *) (fbase | 0xaaa)) = 0xaa;  *((volatile unsigned char *) (fbase | 0x555)) = 0x55;  *address = 0x30;  for (i = 0; (i < FTIMEOUT); i++) {    status = *address;    if ((status & 0x80) || (status & 0x20))      break;  }  if (*address != 0xff) {     printk("%s(%d): FLASH erase failed, address %p iteration=%d status=%x\n",		__FILE__, __LINE__, address, i, status);     *((unsigned volatile char *) fbase) = 0xf0; /* Reset */  }#if defined(CONFIG_WATCHDOG)  watchdog_enable();#endif  restore_flags(flags);  up(&spare_lock);}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品五月天| 国产精品大尺度| 另类综合日韩欧美亚洲| 91精品国产综合久久久久久久久久 | 成人av中文字幕| 1区2区3区欧美| 欧美综合视频在线观看| 亚洲国产精品自拍| 日韩一区二区在线播放| 国产精品亚洲午夜一区二区三区| 国产日韩欧美精品在线| 色综合久久88色综合天天6| 亚洲成人动漫精品| 欧美va亚洲va| 99久久精品久久久久久清纯| 亚洲妇女屁股眼交7| 欧美tickling挠脚心丨vk| 成人黄色av网站在线| 一区二区三区视频在线看| 91精品国产高清一区二区三区| 国产毛片精品国产一区二区三区| 亚洲免费在线视频一区 二区| 欧美精三区欧美精三区| 国产99久久久国产精品| 夜夜嗨av一区二区三区网页| 精品日韩欧美在线| 色偷偷久久一区二区三区| 免费一级片91| 日韩毛片视频在线看| 日韩欧美激情一区| av午夜一区麻豆| 另类专区欧美蜜桃臀第一页| 亚洲欧美一区二区三区久本道91 | 一区二区三区波多野结衣在线观看| 欧美精品在线观看一区二区| 成人av资源网站| 视频在线在亚洲| 亚洲天堂av一区| 欧美成人性福生活免费看| 91美女视频网站| 欧美体内she精高潮| 粉嫩绯色av一区二区在线观看| 亚洲国产人成综合网站| 国产精品久久久久影视| 欧美一区二区精美| 在线视频中文字幕一区二区| 国产精品456露脸| 麻豆精品视频在线| 亚洲黄色免费网站| 亚洲国产成人午夜在线一区| 日韩欧美中文一区| 在线观看视频91| 成人福利视频在线看| 久久精品国产**网站演员| 亚洲成人7777| 亚洲黄色小视频| 综合激情网...| 久久久影视传媒| 26uuu欧美| 91精品国产日韩91久久久久久| 色综合久久久久综合体| 大白屁股一区二区视频| 激情国产一区二区| 蜜桃av一区二区在线观看 | 午夜电影久久久| 亚洲制服欧美中文字幕中文字幕| 日本一区二区三区在线观看| 国产婷婷色一区二区三区四区 | 亚洲男女一区二区三区| 久久久五月婷婷| 久久综合久久鬼色| 日韩精品中文字幕一区二区三区| 欧美精品丝袜久久久中文字幕| 99久久久国产精品免费蜜臀| 国产99久久久国产精品免费看| 国产精品一区二区久久精品爱涩 | 日韩一区二区在线观看| 51精品国自产在线| 91精品国产综合久久精品性色| 精品视频一区二区不卡| 欧美伊人久久久久久午夜久久久久| 91麻豆精品秘密| 在线观看一区二区视频| 欧美亚洲精品一区| 欧美日韩成人在线一区| 8x8x8国产精品| 日韩欧美国产wwwww| 欧美va亚洲va| 国产嫩草影院久久久久| 国产精品二三区| 亚洲激情自拍视频| 五月天亚洲婷婷| 紧缚奴在线一区二区三区| 国产成人免费在线视频| 97久久超碰精品国产| 欧美午夜精品一区二区三区 | 欧美精品一区二区三区在线播放 | 久久97超碰色| 风间由美一区二区三区在线观看 | 9久草视频在线视频精品| 色婷婷久久99综合精品jk白丝| 日本韩国欧美一区| 欧美一区二区三区在线看| 亚洲精品一区在线观看| 中文字幕一区二区三区在线播放| 一区二区三区高清| 日韩国产欧美三级| 国产成人免费视| 欧美在线不卡视频| 精品国产一区二区三区不卡| 国产清纯美女被跳蛋高潮一区二区久久w| 国产精品久久久久久久久免费相片 | 懂色av一区二区三区免费观看 | 亚洲成人av电影在线| 狠狠色丁香婷综合久久| 99久久er热在这里只有精品66| 欧美午夜一区二区| 久久久久亚洲综合| 亚洲成人av电影在线| 国产99一区视频免费| 欧美三级电影一区| 久久先锋资源网| 亚洲香蕉伊在人在线观| 国产福利91精品一区二区三区| 在线欧美小视频| 亚洲精品在线观看视频| 亚洲一区二区免费视频| 国产乱妇无码大片在线观看| 在线观看中文字幕不卡| 国产亚洲一二三区| 天天射综合影视| 色综合天天天天做夜夜夜夜做| 日韩视频免费观看高清完整版 | 日韩女优视频免费观看| 亚洲视频资源在线| 国产在线不卡视频| 欧美性xxxxxx少妇| 国产精品高潮呻吟久久| 国产在线不卡一区| 欧美一区二区三区人| 伊人色综合久久天天| 国产成人av一区二区| 日韩欧美中文一区| 午夜日韩在线观看| 在线看一区二区| 中文字幕一区二区在线播放| 国产精品12区| 欧美成人a∨高清免费观看| 亚洲亚洲精品在线观看| 色综合天天在线| 亚洲国产成人午夜在线一区| 国产九九视频一区二区三区| 日韩欧美在线一区二区三区| 亚洲不卡在线观看| 91成人免费在线| 亚洲免费观看视频| 91影院在线免费观看| 久久亚洲免费视频| 黑人巨大精品欧美一区| 日韩欧美电影在线| 蜜桃久久av一区| 欧美一区二区二区| 日韩国产欧美视频| 日韩一区二区三区视频在线| 日日夜夜精品免费视频| 欧美电影影音先锋| 天天综合网天天综合色| 91精品欧美久久久久久动漫 | 国产·精品毛片| 国产无一区二区| 粉嫩欧美一区二区三区高清影视| 久久久亚洲精品一区二区三区| 国内外成人在线| 国产欧美日韩在线视频| 成人免费看的视频| 亚洲私人黄色宅男| 欧美优质美女网站| 日韩在线a电影| 欧美大尺度电影在线| 国产麻豆精品视频| 国产精品乱码一区二区三区软件| 成人免费精品视频| 亚洲欧美aⅴ...| 911精品产国品一二三产区| 麻豆精品一区二区三区| 久久一区二区三区四区| 国产盗摄女厕一区二区三区| 国产精品乱码人人做人人爱| 一本久久综合亚洲鲁鲁五月天| 亚洲国产另类av| 精品黑人一区二区三区久久| 成人午夜又粗又硬又大| 一区二区视频在线| 日韩欧美综合在线| 成人性视频免费网站| 亚洲影院久久精品| 欧美成人激情免费网| 成人av电影在线观看| 亚洲国产日韩在线一区模特| 日韩欧美一区二区不卡|