Lines Matching +full:eth +full:- +full:mac
1 /* SPDX-License-Identifier: GPL-2.0-only */
59 /* Gbps Eth MAC Configuration 0 register masks and shifts */
93 /* Gbps Eth MAC Configuration 1 register masks and shifts */
103 /* Gbps Eth MAC Configuration 2 register masks and shifts */
119 /* Gbps Eth MAC Configuration 3 register masks and shifts */
141 /* GE MAC, PCS reset control register masks and shifts */
154 * struct nps_enet_priv - Storage of ENET's private information.
155 * @regs_base: Base address of ENET memory-mapped control registers.
170 * nps_enet_reg_set - Sets ENET register with provided value.
178 iowrite32be(value, priv->regs_base + reg); in nps_enet_reg_set()
182 * nps_enet_reg_get - Gets value of specified ENET register.
190 return ioread32be(priv->regs_base + reg); in nps_enet_reg_get()