Searched refs:macb (Results 1 – 20 of 20) sorted by relevance
| /linux/drivers/net/ethernet/cadence/ |
| A D | macb_ptp.c | 44 struct macb *bp = container_of(ptp, struct macb, ptp_clock_info); in gem_tsu_get_time() 80 struct macb *bp = container_of(ptp, struct macb, ptp_clock_info); in gem_tsu_set_time() 124 struct macb *bp = container_of(ptp, struct macb, ptp_clock_info); in gem_ptp_adjfine() 159 struct macb *bp = container_of(ptp, struct macb, ptp_clock_info); in gem_ptp_adjtime() 205 static void gem_ptp_init_timer(struct macb *bp) in gem_ptp_init_timer() 220 static void gem_ptp_init_tsu(struct macb *bp) in gem_ptp_init_tsu() 236 static void gem_ptp_clear_timer(struct macb *bp) in gem_ptp_clear_timer() 365 struct macb *bp = netdev_priv(dev); in gem_ptp_init() 401 struct macb *bp = netdev_priv(ndev); in gem_ptp_remove() 425 struct macb *bp = netdev_priv(dev); in gem_get_hwtst() [all …]
|
| A D | macb_main.c | 335 struct macb *bp = bus->priv; in macb_mdio_read() 389 struct macb *bp = bus->priv; in macb_mdio_write() 581 struct macb *bp = container_of(pcs, struct macb, phylink_pcs); in macb_usx_pcs_link_up() 595 struct macb *bp = container_of(pcs, struct macb, phylink_pcs); in macb_usx_pcs_get_state() 615 struct macb *bp = container_of(pcs, struct macb, phylink_pcs); in macb_usx_pcs_config() 1171 struct macb *bp = queue->bp; in macb_tx_interrupt() 1251 struct macb *bp = queue->bp; in gem_rx_refill() 1333 struct macb *bp = queue->bp; in gem_rx() 2917 struct macb *bp; in gem_get_ethtool_stats() 4674 struct macb *bp; in macb_probe() [all …]
|
| A D | Makefile | 5 macb-y := macb_main.o 8 macb-y += macb_ptp.o 11 obj-$(CONFIG_MACB) += macb.o
|
| A D | macb.h | 1138 struct macb; 1142 int (*mog_alloc_rx_buffers)(struct macb *bp); 1143 void (*mog_free_rx_buffers)(struct macb *bp); 1144 void (*mog_init_rings)(struct macb *bp); 1154 unsigned int (*get_tsu_rate)(struct macb *bp); 1193 struct macb *bp; 1239 struct macb { struct 1244 u32 (*macb_reg_readl)(struct macb *bp, int offset); argument 1265 struct macb_stats macb; argument 1364 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() [all …]
|
| A D | Kconfig | 35 will be macb.
|
| A D | .macb_ptp.o.cmd | 1 …KBUILD_MODFILE='"drivers/net/ethernet/cadence/macb"' -DKBUILD_BASENAME='"macb_ptp"' -DKBUILD_MODNA… 1396 drivers/net/ethernet/cadence/macb.h \
|
| A D | .macb_main.o.cmd | 1 …BUILD_MODFILE='"drivers/net/ethernet/cadence/macb"' -DKBUILD_BASENAME='"macb_main"' -DKBUILD_MODNA… 1519 drivers/net/ethernet/cadence/macb.h \
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | macb.txt | 4 - compatible: Should be "cdns,[<chip>-]{macb|gem}" 6 Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs. 7 Use "cdns,sam9x60-macb" for Microchip sam9x60 SoC. 8 Use "cdns,np4-macb" for NP4 SoC devices. 9 Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". 12 Use "atmel,sama5d3-macb" for the 10/100Mbit IP available on Atmel sama5d3 SoCs. 24 - interrupts: Should contain macb interrupt 49 compatible = "cdns,at32ap7000-macb";
|
| /linux/arch/arm/boot/dts/ |
| A D | sama5d3_emac.dtsi | 37 compatible = "atmel,sama5d3-macb", "cdns,at91sam9260-macb", "cdns,macb";
|
| A D | at91sam9x5_macb1.dtsi | 34 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
| A D | at91sam9x5_macb0.dtsi | 46 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
| A D | sam9x60.dtsi | 448 compatible = "cdns,sam9x60-macb", "cdns,macb"; 457 compatible = "cdns,sam9x60-macb", "cdns,macb";
|
| A D | at91sam9260.dtsi | 307 macb { 622 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
| A D | at91sam9263.dtsi | 256 macb { 624 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
| A D | at91sam9g45.dtsi | 382 macb { 740 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
| A D | at91rm9200.dtsi | 343 macb {
|
| /linux/arch/riscv/boot/dts/microchip/ |
| A D | microchip-mpfs.dtsi | 277 compatible = "cdns,macb"; 290 compatible = "cdns,macb";
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | atmel-usb.txt | 63 - interrupts: Should contain macb interrupt
|
| /linux/ |
| A D | modules.builtin.modinfo | 13 …macb.alias=platform:macbmacb.author=Haavard Skinnemoen (Atmel)macb.description=Cadence MACB/GEM …
|
| A D | modules.builtin | 618 kernel/drivers/net/ethernet/cadence/macb.ko
|
Completed in 52 milliseconds