AM62L FreeRTOS SDK  11.00.00
enet_soc.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) Texas Instruments Incorporated 2020-23
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  *
8  * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  *
11  * Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the
14  * distribution.
15  *
16  * Neither the name of Texas Instruments Incorporated nor the names of
17  * its contributors may be used to endorse or promote products derived
18  * from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  */
32 
40 #ifndef ENET_SOC_H_
41 #define ENET_SOC_H_
42 
43 /* ========================================================================== */
44 /* Include Files */
45 /* ========================================================================== */
46 
47 #include <stdint.h>
49 #include <include/core/enet_base.h>
50 #include <kernel/dpl/DebugP.h>
51 
52 #if defined(SOC_AM64X) || defined(SOC_AM243X)
53 #include <soc/k3/am64x_am243x/enet_soc.h>
54 #include <soc/k3/k3_soc.h>
55 #include <drivers/udma/soc/am64x_am243x/udma_soc.h>
56 #elif defined(SOC_AM62AX)
57 #include <soc/k3/am62ax/enet_soc.h>
58 #include <soc/k3/k3_soc.h>
59 #include <drivers/udma.h>
60 #elif defined(SOC_AM62PX)
61 #include <soc/k3/am62px/enet_soc.h>
62 #include <soc/k3/k3_soc.h>
63 #include <drivers/udma.h>
64 #elif defined(SOC_AM275X)
65 #include <soc/k3/am275x/enet_soc.h>
66 #include <soc/k3/k3_soc.h>
67 #include <drivers/udma.h>
68 #elif defined(SOC_AM62X)
69 #include <soc/k3/am62x/enet_soc.h>
70 #include <soc/k3/k3_soc.h>
71 #include <drivers/udma.h>
72 #elif defined(SOC_AM62LX)
73 #include <soc/k3/am62lx/enet_soc.h>
74 #include <soc/k3/k3_soc.h>
75 #include <drivers/udma.h>
76 #elif defined(SOC_AM62DX)
77 #include <soc/k3/am62dx/enet_soc.h>
78 #include <soc/k3/k3_soc.h>
79 #include <drivers/udma.h>
80 #elif defined (SOC_AM273X)
81 #include <soc/am273x/enet_soc.h>
82 #elif defined(SOC_AWR294X)
83 #include <soc/awr294x/enet_soc.h>
84 #elif defined(SOC_AM263X)
85 #include <soc/am263x/enet_soc.h>
86 #elif defined(SOC_AM263PX)
87 #include <soc/am263px/enet_soc.h>
88 #elif defined(SOC_AM261X)
89 #include <soc/am261x/enet_soc.h>
90 #elif defined(SOC_AWR2544)
91 #include <soc/awr2544/enet_soc.h>
92 #elif defined (SOC_J722S)
93 #include <soc/k3/j722s/enet_soc.h>
94 #include <soc/k3/k3_soc.h>
95 #include <drivers/udma.h>
96 #elif defined (SOC_TDA54)
97 #include <soc/k3/tda54/enet_soc.h>
98 #include <soc/k3/k3_soc.h>
99 #include <drivers/udma/soc/tda54/udma_soc.h>
100 #endif
101 
102 #ifdef __cplusplus
103 extern "C" {
104 #endif
105 
106 /* ========================================================================== */
107 /* Macros */
108 /* ========================================================================== */
109 
110 
116 #if ENET_CFG_IS_ON(ASSERT)
117 #if defined(__KLOCWORK__) || defined(__cplusplus)
118 #define EnetSoc_assert(cond, ...) do { if (!(cond)) abort(); } while (0)
119 #else /* !defined(__KLOCWORK__) && !defined(__cplusplus) */
120 #define EnetSoc_assert(cond, ...) \
121  do { \
122  DebugP_assert((bool)((cond))); \
123  } while (0)
124 #endif /* defined(__KLOCWORK__) || defined(__cplusplus) */
125 #else /* !ENET_CFG_IS_ON(ASSERT) */
126 #define EnetSoc_assert(cond, ...) (void)(cond)
127 #endif /* ENET_CFG_IS_ON(ASSERT) */
128 
129 
130 /* ========================================================================== */
131 /* Structures and Enums */
132 /* ========================================================================== */
133 
134 /* None */
135 
136 /* ========================================================================== */
137 /* Global Variables Declarations */
138 /* ========================================================================== */
139 
140 /* None */
141 
142 /* ========================================================================== */
143 /* Function Declarations */
144 /* ========================================================================== */
145 
153 int32_t EnetSoc_init(void);
154 
160 void EnetSoc_deinit(void);
161 
174  uint32_t instId);
175 
193 
206  uint32_t instId);
207 
215 uint32_t EnetSoc_getCoreId(void);
216 
230  uint32_t instId,
231  uint32_t coreId);
232 
240 uint32_t EnetSoc_getEnetNum(void);
241 
254  uint32_t instId);
255 
267 uint32_t EnetSoc_getClkFreq(Enet_Type enetType,
268  uint32_t instId,
269  uint32_t clkId);
270 
284  uint32_t instId,
285  uint32_t intrId);
286 
300  uint32_t instId,
301  uint32_t intrId);
302 
318 uint32_t EnetSoc_getIntrNum(Enet_Type enetType,
319  uint32_t instId,
320  uint32_t intrId);
321 
338  uint32_t instId,
339  uint32_t intrId);
340 
352 int32_t EnetSoc_getEFusedMacAddrs(uint8_t macAddr[][ENET_MAC_ADDR_LEN],
353  uint32_t *num);
354 
367  uint32_t instId,
368  Enet_MacPort macPort);
369 
387  uint32_t instId,
388  Enet_MacPort macPort,
389  EnetMacPort_Interface *mii);
401  uint32_t instId);
402 
403 /* ========================================================================== */
404 /* Deprecated Function Declarations */
405 /* ========================================================================== */
406 
407 /* None */
408 
409 #ifdef __cplusplus
410 }
411 #endif
412 
413 #endif /* ENET_SOC_H_ */
EnetSoc_getEnetNum
uint32_t EnetSoc_getEnetNum(void)
Get number of present Ethernet peripherals.
EnetSoc_getClkFreq
uint32_t EnetSoc_getClkFreq(Enet_Type enetType, uint32_t instId, uint32_t clkId)
Get SoC clock frequency.
EnetSoc_getEnetHandleByIdx
Enet_Handle EnetSoc_getEnetHandleByIdx(uint32_t idx)
Get handle of the Enet driver by its index.
EnetSoc_getDmaHandle
EnetDma_Handle EnetSoc_getDmaHandle(Enet_Type enetType, uint32_t instId)
Get handle of the DMA driver for a given Ethernet peripheral.
EnetSoc_getEnetHandle
Enet_Handle EnetSoc_getEnetHandle(Enet_Type enetType, uint32_t instId)
Get handle of the Enet driver for a given Ethernet peripheral.
EnetSoc_init
int32_t EnetSoc_init(void)
Initialize SoC layer.
EnetSoc_isCoreAllowed
bool EnetSoc_isCoreAllowed(Enet_Type enetType, uint32_t instId, uint32_t coreId)
Check if core is enable to use an Ethernet peripheral.
enet_types.h
This file contains the basic types using across the Enet driver.
EnetSoc_setupIntrCfg
int32_t EnetSoc_setupIntrCfg(Enet_Type enetType, uint32_t instId, uint32_t intrId)
Configure SoC connection of an interrupt.
Enet_MacPort
Enet_MacPort
MAC port.
Definition: enet_types.h:412
EnetSoc_getMacPortCaps
uint32_t EnetSoc_getMacPortCaps(Enet_Type enetType, uint32_t instId, Enet_MacPort macPort)
Get MAC port capability mask.
EnetSoc_getMacPortMii
int32_t EnetSoc_getMacPortMii(Enet_Type enetType, uint32_t instId, Enet_MacPort macPort, EnetMacPort_Interface *mii)
Get MAC port MII mode.
EnetSoc_releaseIntrCfg
int32_t EnetSoc_releaseIntrCfg(Enet_Type enetType, uint32_t instId, uint32_t intrId)
Release SoC connection of an interrupt.
EnetMacPort_Interface
MAC port interface.
Definition: enet_mod_macport.h:442
EnetSoc_deinit
void EnetSoc_deinit(void)
Deinitialize SoC layer.
EnetSoc_getIntrTriggerType
uint32_t EnetSoc_getIntrTriggerType(Enet_Type enetType, uint32_t instId, uint32_t intrId)
Get the interrupt trigger type of a peripheral interrupt signal.
EnetSoc_getMacPortMax
uint32_t EnetSoc_getMacPortMax(Enet_Type enetType, uint32_t instId)
Get number of MAC ports in a peripheral.
EnetSoc_getIntrNum
uint32_t EnetSoc_getIntrNum(Enet_Type enetType, uint32_t instId, uint32_t intrId)
Get the interrupt number of a peripheral interrupt signal.
EnetSoc_getCoreId
uint32_t EnetSoc_getCoreId(void)
Get core id of caller.
Enet_Type
Enet_Type
Ethernet peripheral type.
Definition: enet_types.h:202
DebugP.h
EnetSoc_getEFusedMacAddrs
int32_t EnetSoc_getEFusedMacAddrs(uint8_t macAddr[][ENET_MAC_ADDR_LEN], uint32_t *num)
Get EFused MAC addresses.
EnetSoc_isIpSupported
uint32_t EnetSoc_isIpSupported(Enet_Type enetType, uint32_t instId)
Validate IP support in SOC.
udma.h
UDMA Driver API/interface file.
enet_base.h
This file contains the type definitions and helper macros for the Enet Peripheral interface.
ENET_MAC_ADDR_LEN
#define ENET_MAC_ADDR_LEN
MAC address length in bytes/octets.
Definition: enet_types.h:153
Enet_Handle
struct Enet_Obj_s * Enet_Handle
Ethernet driver handle.
Definition: enet_base.h:105
EnetDma_Handle
struct EnetUdma_DrvObj_s * EnetDma_Handle
Opaque handle for Enet UDMA driver object.
Definition: enet_udma_types.h:85