Searched +full:5 +full:gbase +full:- +full:kx (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later3 * Copyright 2008 - 2015 Freescale Semiconductor Inc.14 #include <linux/pcs-lynx.h>56 #define IF_MODE_MASK 0x00000003 /* 30-31 Mask on i/f mode bits */57 #define IF_MODE_10G 0x00000000 /* 30-31 10G interface */58 #define IF_MODE_MII 0x00000001 /* 30-31 MII interface */59 #define IF_MODE_GMII 0x00000002 /* 30-31 GMII (1G) interface */62 #define IF_MODE_RGMII_1000 0x00004000 /* 10 - 1000Mbps RGMII */63 #define IF_MODE_RGMII_100 0x00000000 /* 00 - 100Mbps RGMII */64 #define IF_MODE_RGMII_10 0x00002000 /* 01 - 10Mbps RGMII */[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */4 * Copyright 2009-2018 Solarflare Communications Inc.5 * Copyright 2019-2020 Xilinx Inc.13 /* Power-on reset state */35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */38 /* The rest of these are firmware-defined */46 /* Values to be written to the per-port status dword in shared71 * | | \--- Response72 * | \------- Error73 * \------------------------------ Resync (always set)[all …]
1 /* Copyright 2008-2013 Broadcom Corporation8 * at http://www.gnu.org/licenses/gpl-2.0.html (the "GPL").43 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1)161 #define SFP_EEPROM_10G_COMP_CODE_LR_MASK (1<<5)205 (_phy)->def_md_devad, \211 (_phy)->def_md_devad, \239 * bnx2x_check_lfa - This function checks if link reinitialization is required,251 struct bnx2x *bp = params->bp; in bnx2x_check_lfa()254 REG_RD(bp, params->lfa_base + in bnx2x_check_lfa()257 /* NOTE: must be first condition checked - in bnx2x_check_lfa()[all …]