⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.bfin

📁 usb isp1761驱动源代码 可编进内核。
💻 BFIN
字号:
------------------------------------------------------------------------------ ISP176x driver (version 2.0.0.0-bfin) for Linux-2.6.19.2------------------------------------------------------------------------------This driver for the ISP1760/ISP1761 on a Blackfin Processor is adapted from - Bernard Blackham抯 bernard@blackham.com.au Gumstix port and from version 2.0.0.0 of the ISP176x host driver released by Philips at http://sourceforge.net/projects/isp176x-hcdChanges from Bernard抯 original driver essentially involve: - porting to Linux 2.6.19Changes:1) Removed references to struct pt_regs *regs form all structs, functions and calls.2) Changed (struct hcd_dev *)urb->dev->bus->hcpriv to (struct hcd_dev *) bus_to_hcd(urb->dev->bus)3) Fixed various warnings4) Added support for Blackfin ProcessorsThe driver has been tested on has the ISP1761 and ISP1760 wired up as follows: - 16-bit data bus - 17-bits of address lines straight through - /CS = f(AMS3, A19, A18) - /WE to /AWE - /RD to /AREThe bfin-isp1761 module must be loaded before pehci, else the pehci modulewill not load.Porting to your board will involve editing bfin-isp1761.c to find the correctchip select lines, IRQ lines, and memory regions. #define ISP1761_BASE       0x203C0000#define ISP1761_IRQ        IRQ_PF7A 32-bit data bus will also require some changes to the mode register setting (set upon reset) in pehci.c and hal_pxa.c.Isochronous support seems to work.This driver only supports 3 HOST ports 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -