• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


补丁文件适用于tiny4412 博客链接http://blog.csdn.net/qq_33160790/article/details/77727411

资源截图

代码片段和文件信息

/*
 * Davicom DM96xx USB 10/100Mbps ethernet devices
 *
 * Peter Korsgaard 
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2.  This program is licensed “as is“ without any warranty of any
 * kind whether express or implied.
 */

//#define DEBUG

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

/* datasheet:
 http://ptm2.cc.utu.fi/ftp/network/cards/DM9601/From_NET/DM9601-DS-P01-930914.pdf
*/

/* control requests */
#define DM_READ_REGS 0x00
#define DM_WRITE_REGS 0x01
#define DM_READ_MEMS 0x02
#define DM_WRITE_REG 0x03
#define DM_WRITE_MEMS 0x05
#define DM_WRITE_MEM 0x07

/* registers */
#define DM_NET_CTRL 0x00
#define DM_RX_CTRL 0x05
#define DM_SHARED_CTRL 0x0b
#define DM_SHARED_ADDR 0x0c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-07-03 11:07  tiny4412-linux4.4-dm9621\
     文件       16315  2017-07-02 19:10  tiny4412-linux4.4-dm9621\dm9601.c
     文件        2661  2017-07-02 19:09  tiny4412-linux4.4-dm9621\exynos4412-tiny4412.dts
     文件        9536  2017-07-02 19:11  tiny4412-linux4.4-dm9621\Kconfig
     文件        1245  2017-07-02 19:11  tiny4412-linux4.4-dm9621\Makefile
     文件         341  2017-08-30 23:56  tiny4412-linux4.4-dm9621\readme.txt
     目录           0  2017-07-03 11:06  tiny4412-linux4.4-dm9621\usb4640\
     文件        3210  2017-07-02 19:13  tiny4412-linux4.4-dm9621\usb4640.c
     文件         262  2017-07-02 19:14  tiny4412-linux4.4-dm9621\usb4640.h
     文件         165  2017-07-02 19:13  tiny4412-linux4.4-dm9621\usb4640\usb4640.h

评论

共有 条评论