Searched full:etsec (Results 1 – 25 of 42) sorted by relevance
12
/linux/Documentation/devicetree/bindings/ptp/ |
H A D | fsl,ptp.yaml | 16 - fsl,etsec-ptp 42 For eTSEC, 45 <1> - eTSEC system clock; 108 will use the eTSEC system clock (for Gianfar) or the MAC system 145 compatible = "fsl,etsec-ptp";
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | fsl,gianfar.yaml | 45 - eTSEC 156 # TSEC and eTSEC devices require three interrupts 161 enum: [ TSEC, eTSEC ] 198 model = "eTSEC"; 228 model = "eTSEC";
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | gianfar.rst | 14 The eTSEC controller (first included in parts from late 2005 like 34 TSEC (and the extended hash table on the eTSEC) for multicast 35 filtering. On the eTSEC, the exact-match MAC registers are used
|
/linux/arch/powerpc/boot/dts/ |
H A D | xcalibur1501.dts | 387 /* eTSEC 1 front panel 0 */ 393 model = "eTSEC"; 437 /* eTSEC 2 front panel 1 */ 443 model = "eTSEC"; 467 /* eTSEC 3 PICMG2.16 backplane port 0 */ 473 model = "eTSEC"; 497 /* eTSEC 4 PICMG2.16 backplane port 1 */ 503 model = "eTSEC";
|
H A D | xpedite5200.dts | 200 model = "eTSEC"; 249 model = "eTSEC"; 278 model = "eTSEC"; 307 model = "eTSEC";
|
H A D | tqm8548.dts | 164 model = "eTSEC"; 217 model = "eTSEC"; 245 model = "eTSEC"; 273 model = "eTSEC";
|
H A D | tqm8548-bigflash.dts | 164 model = "eTSEC"; 217 model = "eTSEC"; 245 model = "eTSEC"; 273 model = "eTSEC";
|
H A D | xpedite5200_xmon.dts | 204 model = "eTSEC"; 253 model = "eTSEC"; 282 model = "eTSEC"; 311 model = "eTSEC";
|
H A D | mpc8313erdb.dts | 176 compatible = "fsl,etsec-ptp"; 196 model = "eTSEC"; 229 model = "eTSEC";
|
H A D | xpedite5301.dts | 367 /* eTSEC 1 */ 373 model = "eTSEC"; 407 /* eTSEC 2 */ 413 model = "eTSEC";
|
H A D | xpedite5370.dts | 365 /* eTSEC 1 */ 371 model = "eTSEC"; 405 /* eTSEC 2 */ 411 model = "eTSEC";
|
H A D | xpedite5330.dts | 403 /* eTSEC 1 */ 409 model = "eTSEC"; 443 /* eTSEC 2 */ 449 model = "eTSEC";
|
H A D | mpc8308rdb.dts | 146 model = "eTSEC"; 178 model = "eTSEC";
|
H A D | mpc8308_p1m.dts | 171 model = "eTSEC"; 206 model = "eTSEC";
|
H A D | socrates.dts | 134 model = "eTSEC"; 172 model = "eTSEC";
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | pq3-etsec1-timer-0.dtsi | 2 * PQ3 eTSEC Timer (IEEE 1588) device tree stub [ @ offsets 0x24e00 ] 36 compatible = "fsl,etsec-ptp";
|
H A D | pq3-etsec1-0.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ] 40 model = "eTSEC";
|
H A D | pq3-etsec1-2.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ] 40 model = "eTSEC";
|
H A D | pq3-etsec1-1.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ] 40 model = "eTSEC";
|
H A D | pq3-etsec1-3.dtsi | 2 * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ] 40 model = "eTSEC";
|
H A D | pq3-etsec2-0.dtsi | 47 model = "eTSEC";
|
H A D | pq3-etsec2-2.dtsi | 46 model = "eTSEC";
|
H A D | pq3-etsec2-1.dtsi | 47 model = "eTSEC";
|
H A D | bsc9131rdb.dtsi | 84 compatible = "fsl,etsec-ptp";
|
/linux/drivers/ptp/ |
H A D | ptp_qoriq.c | 244 if (ptp_qoriq->etsec) { in ptp_qoriq_adjtime() 524 /* The eTSEC uses differnt memory map with DPAA/ENETC */ in ptp_qoriq_init() 525 if (of_device_is_compatible(node, "fsl,etsec-ptp")) { in ptp_qoriq_init() 526 ptp_qoriq->etsec = true; in ptp_qoriq_init() 661 { .compatible = "fsl,etsec-ptp" },
|
12