Lines Matching defs:dev
80 #define RESET_DM9102(dev) {\ argument
88 #define RESET_DE4X5(dev) {\ argument
101 #define START_DE4X5(dev) {\ argument
108 #define STOP_DE4X5(dev) {\ argument
172 static int INL(struct eth_device* dev, u_long addr) in INL()
177 static void OUTL(struct eth_device* dev, int command, u_long addr) in OUTL()
200 struct eth_device* dev; in dc21x4x_initialize() local
305 static int dc21x4x_init(struct eth_device* dev, bd_t* bis) in dc21x4x_init()
376 static int dc21x4x_send(struct eth_device *dev, void *packet, int length) in dc21x4x_send()
422 static int dc21x4x_recv(struct eth_device* dev) in dc21x4x_recv()
468 static void dc21x4x_halt(struct eth_device* dev) in dc21x4x_halt()
478 static void send_setup_frame(struct eth_device* dev, bd_t *bis) in send_setup_frame()
526 sendto_srom(struct eth_device* dev, u_int command, u_long addr) in sendto_srom()
533 getfrom_srom(struct eth_device* dev, u_long addr) in getfrom_srom()
544 static int do_read_eeprom(struct eth_device *dev, u_long ioaddr, int location, int addr_len) in do_read_eeprom()
603 static int do_eeprom_cmd(struct eth_device *dev, u_long ioaddr, int cmd, int cmd_len) in do_eeprom_cmd()
641 static int read_srom(struct eth_device *dev, u_long ioaddr, int index) in read_srom()
652 static int write_srom(struct eth_device *dev, u_long ioaddr, int index, int new_value) in write_srom()
698 static void read_hw_addr(struct eth_device *dev, bd_t *bis) in read_hw_addr()
726 static void update_srom(struct eth_device *dev, bd_t *bis) in update_srom()