Lines Matching defs:dev

105 static u8 ks_rdreg8(struct eth_device *dev, u16 offset)  in ks_rdreg8()
115 static u16 ks_rdreg16(struct eth_device *dev, u16 offset) in ks_rdreg16()
122 static void ks_wrreg8(struct eth_device *dev, u16 offset, u8 val) in ks_wrreg8()
131 static void ks_wrreg16(struct eth_device *dev, u16 offset, u16 val) in ks_wrreg16()
144 static inline void ks_inblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_inblk()
158 static inline void ks_outblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_outblk()
166 static void ks_enable_int(struct eth_device *dev) in ks_enable_int()
171 static void ks_set_powermode(struct eth_device *dev, unsigned pwrmode) in ks_set_powermode()
187 static void ks_read_config(struct eth_device *dev) in ks_read_config()
227 static void ks_soft_reset(struct eth_device *dev, unsigned op) in ks_soft_reset()
237 void ks_enable_qmu(struct eth_device *dev) in ks_enable_qmu()
255 static void ks_disable_qmu(struct eth_device *dev) in ks_disable_qmu()
271 static inline void ks_read_qmu(struct eth_device *dev, u16 *buf, u32 len) in ks_read_qmu()
299 static void ks_rcv(struct eth_device *dev, uchar **pv_data) in ks_rcv()
340 static int ks_read_selftest(struct eth_device *dev) in ks_read_selftest()
368 static void ks_setup(struct eth_device *dev) in ks_setup()
405 static void ks_setup_int(struct eth_device *dev) in ks_setup_int()
416 static int ks8851_mll_detect_chip(struct eth_device *dev) in ks8851_mll_detect_chip()
451 static void ks8851_mll_reset(struct eth_device *dev) in ks8851_mll_reset()
468 static void ks8851_mll_phy_configure(struct eth_device *dev) in ks8851_mll_phy_configure()
482 static void ks8851_mll_enable(struct eth_device *dev) in ks8851_mll_enable()
489 static int ks8851_mll_init(struct eth_device *dev, bd_t *bd) in ks8851_mll_init()
514 static void ks_write_qmu(struct eth_device *dev, u8 *pdata, u16 len) in ks_write_qmu()
535 static int ks8851_mll_send(struct eth_device *dev, void *packet, int length) in ks8851_mll_send()
555 static void ks8851_mll_halt(struct eth_device *dev) in ks8851_mll_halt()
566 static int ks8851_mll_recv(struct eth_device *dev) in ks8851_mll_recv()
586 static int ks8851_mll_write_hwaddr(struct eth_device *dev) in ks8851_mll_write_hwaddr()
603 struct eth_device *dev; in ks8851_mll_initialize() local