Searched refs:macb (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | macb.txt | 4 - compatible: Should be "cdns,[<chip>-]{macb|gem}" 5 Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs or the 10/100Mbit IP 7 Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". 13 - interrupts: Should contain macb interrupt 23 compatible = "cdns,at32ap7000-macb";
|
D | cdns-emac.txt | 9 - interrupts: Should contain macb interrupt
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | macb.c | 95 static struct macb_dma_desc *macb_rx_desc(struct macb *bp, unsigned int index) in macb_rx_desc() 100 static void *macb_rx_buffer(struct macb *bp, unsigned int index) in macb_rx_buffer() 105 static void macb_set_hwaddr(struct macb *bp) in macb_set_hwaddr() 124 static void macb_get_hwaddr(struct macb *bp) in macb_get_hwaddr() 167 struct macb *bp = bus->priv; in macb_mdio_read() 188 struct macb *bp = bus->priv; in macb_mdio_write() 250 struct macb *bp = netdev_priv(dev); in macb_handle_link_change() 318 struct macb *bp = netdev_priv(dev); in macb_mii_probe() 366 static int macb_mii_init(struct macb *bp) in macb_mii_init() 448 static void macb_update_stats(struct macb *bp) in macb_update_stats() [all …]
|
D | macb.h | 746 struct macb; 749 int (*mog_alloc_rx_buffers)(struct macb *bp); 750 void (*mog_free_rx_buffers)(struct macb *bp); 751 void (*mog_init_rings)(struct macb *bp); 752 int (*mog_rx)(struct macb *bp, int budget); 764 struct macb *bp; 780 struct macb { struct 803 struct macb_stats macb; argument 832 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() argument
|
D | Makefile | 5 obj-$(CONFIG_MACB) += macb.o
|
D | Kconfig | 34 will be called macb.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | at91sam9x5_macb1.dtsi | 44 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | sama5d3_emac.dtsi | 44 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91sam9x5_macb0.dtsi | 56 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91sam9263.dtsi | 480 macb { 848 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91sam9260.dtsi | 530 macb { 845 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91sam9g45.dtsi | 601 macb { 959 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91rm9200.dtsi | 583 macb {
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 42 - interrupts: Should contain macb interrupt
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 1078 DEFINE_DEV_DATA(macb, 0); 1087 DEFINE_DEV_DATA(macb, 1);
|