Searched +full:3243 +full:x +full:- +full:emac (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/net/idt,3243x-emac.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#12 - Thomas Bogendoerfer <tsbogend@alpha.franken.de>15 - $ref: ethernet-controller.yaml#19 const: idt,3243x-emac24 reg-names:26 - const: emac27 - const: dma_rx[all …]
2 * Driver for the IDT RC32434 (Korina) on-chip ethernet controller.149 /* Ethernet CFSA[0-3] registers */300 #define STATION_ADDRESS_HIGH(dev) (((dev)->dev_addr[0] << 8) | \301 ((dev)->dev_addr[1]))302 #define STATION_ADDRESS_LOW(dev) (((dev)->dev_addr[2] << 24) | \303 ((dev)->dev_addr[3] << 16) | \304 ((dev)->dev_addr[4] << 8) | \305 ((dev)->dev_addr[5]))317 #define KORINA_RDS_MASK (KORINA_NUM_RDS - 1)318 #define KORINA_TDS_MASK (KORINA_NUM_TDS - 1)[all …]