代码搜索:cs8900a

找到约 374 项符合「cs8900a」的源代码

代码结果 374
www.eeworm.com/read/336964/3346122

c cs8900a.c

// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1
www.eeworm.com/read/330857/3420451

c cs8900a.c

// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1
www.eeworm.com/read/410301/2213407

c cs8900a.c

// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1
www.eeworm.com/read/361013/2954193

c cs8900a.c

// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1
www.eeworm.com/read/360007/2970677

h cs8900.h

/* Cirrus Logic CS8900A Ethernet */ #include "memmap.h" #define CS8900_RTDATA *(volatile unsigned int *)(EXT_CS8900_BASE+0x00) #define CS8900_TxCMD *(volatile unsigned short *)(EXT_CS8900_BASE+0x
www.eeworm.com/read/360007/2970803

h cs8900.h

/* Cirrus Logic CS8900A Ethernet */ #include "memmap.h" #define CS8900_RTDATA *(volatile unsigned int *)(EXT_CS8900_BASE+0x00) #define CS8900_TxCMD *(volatile unsigned short *)(EXT_CS8900_BASE+0x
www.eeworm.com/read/357046/3033296

c cs8900a.c

// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1
www.eeworm.com/read/155551/5621276

c cs8900a.c

// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1
www.eeworm.com/read/154801/5634813

c cs8900a.c

// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1
www.eeworm.com/read/392850/8322746

h cirrus.h

#ifndef CIRRUS_H #define CIRRUS_H /* * linux/drivers/net/cirrus.h * * Author: Abraham van der Merwe * * A Cirrus Logic CS8900A driver for Linux * based on the cs89x0 driver