Searched full:netc (Results 1 – 12 of 12) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/net/ |
D | nxp,netc-blk-ctrl.yaml | 4 $id: http://devicetree.org/schemas/net/nxp,netc-blk-ctrl.yaml# 7 title: NETC Blocks Control 10 Usually, NETC has 2 blocks of 64KB registers, integrated endpoint register 12 initialization for all NETC devices, such as ENETC, Timer, EMIDO and so on. 13 And PRB controls global reset and global error handling for NETC. Moreover, 24 - nxp,imx95-netc-blk-ctrl 74 compatible = "nxp,imx95-netc-blk-ctrl";
|
D | fsl,enetc.yaml | 7 title: The NIC functionality of NXP NETC 10 The NIC functionality in NETC is known as EtherNET Controller (ENETC). ENETC 45 description: Optional child node for ENETC instance, otherwise use NETC EMDIO.
|
D | fsl,enetc-mdio.yaml | 10 NETC provides an external master MDIO interface (EMDIO) for managing external
|
/linux-6.14.4/drivers/net/ethernet/freescale/enetc/ |
D | Kconfig | 47 as the NIC functionality in NETC, it supports virtualization/isolation 106 tristate "NETC blocks control driver" 109 Privileged Register Block (PRB) of NETC. For i.MX platforms, it also 113 and global error handling for NETC. The NETCMIX block is mainly used 117 If compiled as module (M), the module name is nxp-netc-blk-ctrl.
|
D | netc_blk_ctrl.c | 3 * NXP NETC Blocks Control Driver 7 * This driver is used for pre-initialization of NETC, such as PCS and MII 8 * protocols, LDID, warm reset, etc. Therefore, all NETC device drivers can 9 * only be probed after the netc-blk-crtl driver has completed initialization. 50 /* NETC privileged register block register */ 59 /* NETC integrated endpoint register block register */ 244 /* NETC TIMER */ in imx95_ierb_init() 344 { .compatible = "nxp,imx95-netc-blk-ctrl", .data = &imx95_devinfo }, 435 .name = "nxp-netc-blk-ctrl", 444 MODULE_DESCRIPTION("NXP NETC Blocks Control Driver");
|
D | Makefile | 29 obj-$(CONFIG_NXP_NETC_BLK_CTRL) += nxp-netc-blk-ctrl.o 30 nxp-netc-blk-ctrl-y := netc_blk_ctrl.o
|
D | enetc.h | 438 u64 sysclk_freq; /* NETC system clock frequency */
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/freescale/imx95/sys/ |
D | metrics.json | 251 "BriefDescription": "bytes of netc read from ddr", 252 "MetricName": "imx95_ddr_read.netc", 259 "BriefDescription": "bytes of netc write to ddr", 260 "MetricName": "imx95_ddr_write.netc",
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx95.dtsi | 1701 compatible = "nxp,imx95-netc-blk-ctrl"; 1733 <0xc0 &its 0x67 0x1>; //NETC Timer
|
/linux-6.14.4/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 77 "NETC",
|
/linux-6.14.4/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 128 "NETC",
|
/linux-6.14.4/ |
D | MAINTAINERS | 9188 F: Documentation/devicetree/bindings/net/nxp,netc-blk-ctrl.yaml
|