Lines Matching full:davinci
3 * DaVinci Ethernet Medium Access Controller
5 * DaVinci EMAC is based upon CPPI 3.0 TI DMA engine
63 MODULE_PARM_DESC(debug_level, "DaVinci EMAC debug level (NETIF_MSG bits)");
87 static const char emac_version_string[] = "TI DaVinci EMAC Linux v6.1";
366 * @ndev: The DaVinci EMAC network adapter
381 * @ndev : The DaVinci EMAC network adapter
403 * @ndev : The DaVinci EMAC network adapter
496 /* ethtool_ops: DaVinci EMAC Ethtool structure
513 * @priv: The DaVinci EMAC private adapter structure
605 * @priv: The DaVinci EMAC private adapter structure
620 dev_err(emac_dev, "DaVinci EMAC: emac_hash_add(): Invalid "\ in emac_hash_add()
647 * @priv: The DaVinci EMAC private adapter structure
689 * @priv: The DaVinci EMAC private adapter structure
723 dev_err(emac_dev, "DaVinci EMAC: add_mcast"\ in emac_add_mcast()
737 * @ndev: The DaVinci EMAC network adapter
782 * @priv: The DaVinci EMAC private adapter structure
822 * @priv: The DaVinci EMAC private adapter structure
943 * @ndev: The DaVinci EMAC network adapter
959 dev_err(emac_dev, "DaVinci EMAC: No link to transmit"); in emac_dev_xmit()
966 dev_err(emac_dev, "DaVinci EMAC: packet pad failed"); in emac_dev_xmit()
976 dev_err(emac_dev, "DaVinci EMAC: desc submit failed"); in emac_dev_xmit()
996 * @ndev: The DaVinci EMAC network adapter
1011 dev_err(emac_dev, "DaVinci EMAC: xmit timeout, restarting TX"); in emac_dev_tx_timeout()
1022 * @priv: The DaVinci EMAC private adapter structure
1049 * @priv: The DaVinci EMAC private adapter structure
1071 * @priv: The DaVinci EMAC private adapter structure
1097 * @priv: The DaVinci EMAC private adapter structure
1120 dev_err(emac_dev, "DaVinci EMAC: Wrong addressing\n"); in emac_setmac()
1126 * @ndev: The DaVinci EMAC network adapter
1152 dev_notice(emac_dev, "DaVinci EMAC: emac_dev_setmac_addr %pM\n", in emac_dev_setmac_addr()
1160 * @priv: The DaVinci EMAC private adapter structure
1230 * @napi: pointer to the napi_struct containing The DaVinci EMAC network adapter
1277 dev_err(emac_dev, "DaVinci EMAC: Fatal Hardware Error\n"); in emac_poll()
1312 * @ndev: The DaVinci EMAC network adapter
1371 * @ndev: The DaVinci EMAC network adapter
1403 * @ndev: The DaVinci EMAC network adapter
1460 dev_err(emac_dev, "DaVinci EMAC: request_irq() failed\n"); in emac_dev_open()
1470 dev_err(emac_dev, "DaVinci EMAC: request_irq() failed\n"); in emac_dev_open()
1551 dev_notice(emac_dev, "DaVinci EMAC: Opened %s\n", ndev->name); in emac_dev_open()
1589 * @ndev: The DaVinci EMAC network adapter
1639 dev_notice(emac_dev, "DaVinci EMAC: %s stopped\n", ndev->name); in emac_dev_stop()
1647 * @ndev: The DaVinci EMAC network adapter
1747 of_property_read_u32(np, "ti,davinci-ctrl-reg-offset", in davinci_emac_of_get_pdata()
1750 of_property_read_u32(np, "ti,davinci-ctrl-mod-reg-offset", in davinci_emac_of_get_pdata()
1753 of_property_read_u32(np, "ti,davinci-ctrl-ram-offset", in davinci_emac_of_get_pdata()
1756 of_property_read_u32(np, "ti,davinci-ctrl-ram-size", in davinci_emac_of_get_pdata()
1759 of_property_read_u8(np, "ti,davinci-rmii-en", &pdata->rmii_en); in davinci_emac_of_get_pdata()
1761 pdata->no_bd_ram = of_property_read_bool(np, "ti,davinci-no-bd-ram"); in davinci_emac_of_get_pdata()
1797 * @pdev: The DaVinci EMAC device that we are removing
1969 dev_notice(&pdev->dev, "DaVinci EMAC Probe found device " in davinci_emac_probe()
1996 * @pdev: The DaVinci EMAC device that we are removing
2007 dev_notice(&ndev->dev, "DaVinci EMAC: davinci_emac_remove()\n"); in davinci_emac_remove()
2058 {.compatible = "ti,davinci-dm6467-emac", },
2101 MODULE_AUTHOR("DaVinci EMAC Maintainer: Anant Gole <anantgole@ti.com>");
2102 MODULE_AUTHOR("DaVinci EMAC Maintainer: Chaithrika U S <chaithrika@ti.com>");
2103 MODULE_DESCRIPTION("DaVinci EMAC Ethernet driver");