Lines Matching refs:eth_device
52 static u16 get_reg_init_bus(struct eth_device *dev, int regno) in get_reg_init_bus()
69 static u16 get_reg(struct eth_device *dev, int regno) in get_reg()
77 static void put_reg(struct eth_device *dev, int regno, u16 val) in put_reg()
84 static void cs8900_reset(struct eth_device *dev) in cs8900_reset()
102 static void cs8900_reginit(struct eth_device *dev) in cs8900_reginit()
117 void cs8900_get_enetaddr(struct eth_device *dev) in cs8900_get_enetaddr()
140 void cs8900_halt(struct eth_device *dev) in cs8900_halt()
149 static int cs8900_init(struct eth_device *dev, struct bd_info * bd) in cs8900_init()
173 static int cs8900_recv(struct eth_device *dev) in cs8900_recv()
203 static int cs8900_send(struct eth_device *dev, void *packet, int length) in cs8900_send()
247 static void cs8900_e2prom_ready(struct eth_device *dev) in cs8900_e2prom_ready()
257 int cs8900_e2prom_read(struct eth_device *dev, in cs8900_e2prom_read()
273 int cs8900_e2prom_write(struct eth_device *dev, u8 addr, u16 value) in cs8900_e2prom_write()
289 struct eth_device *dev; in cs8900_initialize()