Lines Matching defs:dev
51 static u16 get_reg_init_bus(struct eth_device *dev, int regno) in get_reg_init_bus()
68 static u16 get_reg(struct eth_device *dev, int regno) in get_reg()
76 static void put_reg(struct eth_device *dev, int regno, u16 val) in put_reg()
83 static void cs8900_reset(struct eth_device *dev) in cs8900_reset()
101 static void cs8900_reginit(struct eth_device *dev) in cs8900_reginit()
116 void cs8900_get_enetaddr(struct eth_device *dev) in cs8900_get_enetaddr()
139 void cs8900_halt(struct eth_device *dev) in cs8900_halt()
148 static int cs8900_init(struct eth_device *dev, bd_t * bd) in cs8900_init()
172 static int cs8900_recv(struct eth_device *dev) in cs8900_recv()
202 static int cs8900_send(struct eth_device *dev, void *packet, int length) in cs8900_send()
246 static void cs8900_e2prom_ready(struct eth_device *dev) in cs8900_e2prom_ready()
256 int cs8900_e2prom_read(struct eth_device *dev, in cs8900_e2prom_read()
272 int cs8900_e2prom_write(struct eth_device *dev, u8 addr, u16 value) in cs8900_e2prom_write()
288 struct eth_device *dev; in cs8900_initialize() local