Lines Matching defs:dev
106 static u8 ks_rdreg8(struct eth_device *dev, u16 offset) in ks_rdreg8()
116 static u16 ks_rdreg16(struct eth_device *dev, u16 offset) in ks_rdreg16()
123 static void ks_wrreg8(struct eth_device *dev, u16 offset, u8 val) in ks_wrreg8()
132 static void ks_wrreg16(struct eth_device *dev, u16 offset, u16 val) in ks_wrreg16()
145 static inline void ks_inblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_inblk()
159 static inline void ks_outblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_outblk()
167 static void ks_enable_int(struct eth_device *dev) in ks_enable_int()
172 static void ks_set_powermode(struct eth_device *dev, unsigned pwrmode) in ks_set_powermode()
188 static void ks_read_config(struct eth_device *dev) in ks_read_config()
228 static void ks_soft_reset(struct eth_device *dev, unsigned op) in ks_soft_reset()
238 void ks_enable_qmu(struct eth_device *dev) in ks_enable_qmu()
256 static void ks_disable_qmu(struct eth_device *dev) in ks_disable_qmu()
272 static inline void ks_read_qmu(struct eth_device *dev, u16 *buf, u32 len) in ks_read_qmu()
300 static void ks_rcv(struct eth_device *dev, uchar **pv_data) in ks_rcv()
341 static int ks_read_selftest(struct eth_device *dev) in ks_read_selftest()
369 static void ks_setup(struct eth_device *dev) in ks_setup()
406 static void ks_setup_int(struct eth_device *dev) in ks_setup_int()
417 static int ks8851_mll_detect_chip(struct eth_device *dev) in ks8851_mll_detect_chip()
452 static void ks8851_mll_reset(struct eth_device *dev) in ks8851_mll_reset()
469 static void ks8851_mll_phy_configure(struct eth_device *dev) in ks8851_mll_phy_configure()
483 static void ks8851_mll_enable(struct eth_device *dev) in ks8851_mll_enable()
490 static int ks8851_mll_init(struct eth_device *dev, bd_t *bd) in ks8851_mll_init()
515 static void ks_write_qmu(struct eth_device *dev, u8 *pdata, u16 len) in ks_write_qmu()
536 static int ks8851_mll_send(struct eth_device *dev, void *packet, int length) in ks8851_mll_send()
556 static void ks8851_mll_halt(struct eth_device *dev) in ks8851_mll_halt()
567 static int ks8851_mll_recv(struct eth_device *dev) in ks8851_mll_recv()
587 static int ks8851_mll_write_hwaddr(struct eth_device *dev) in ks8851_mll_write_hwaddr()
604 struct eth_device *dev; in ks8851_mll_initialize() local