Home
last modified time | relevance | path

Searched refs:lpc32xx_eth_device (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dlpc32xx_eth.c201 struct lpc32xx_eth_device { struct
208 #define LPC32XX_ETH_DEVICE_SIZE (sizeof(struct lpc32xx_eth_device)) argument
211 #define to_lpc32xx_eth(_d) container_of(_d, struct lpc32xx_eth_device, dev)
234 struct lpc32xx_eth_device *dlpc32xx_eth = to_lpc32xx_eth(dev); in mii_reg_read()
293 struct lpc32xx_eth_device *dlpc32xx_eth = to_lpc32xx_eth(dev); in mii_reg_write()
348 static struct lpc32xx_eth_device lpc32xx_eth = {
360 struct lpc32xx_eth_device *lpc32xx_eth_device = in lpc32xx_eth_send() local
361 container_of(dev, struct lpc32xx_eth_device, dev); in lpc32xx_eth_send()
362 struct lpc32xx_eth_registers *regs = lpc32xx_eth_device->regs; in lpc32xx_eth_send()
363 struct lpc32xx_eth_buffers *bufs = lpc32xx_eth_device->bufs; in lpc32xx_eth_send()
[all …]