Home
last modified time | relevance | path

Searched refs:portGroup (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c514 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
516 handle->hw.portGroup.port->POR |= (NETC_PORT_POR_TXDIS_MASK | NETC_PORT_POR_RXDIS_MASK); in EP_Init()
518 NETC_PortSoftwareResetEthMac(handle->hw.portGroup.eth); in EP_Init()
550 result = NETC_PortConfig(handle->hw.portGroup.port, &config->port.common); in EP_Init()
556 if (!NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
558 result = NETC_PortConfigEthMac(handle->hw.portGroup.eth, &config->port.ethMac); in EP_Init()
567 … handle->hw.portGroup.pseudo->PPMCR = NETC_PSEUDO_LINK_PPMCR_TXPAD(config->port.enPseudoMacTxPad); in EP_Init()
594 … if ((config->port.ethMac.rxMaxFrameSize >= 1024U) && NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
616 handle->hw.portGroup.port->POR &= ~(NETC_PORT_POR_TXDIS_MASK | NETC_PORT_POR_RXDIS_MASK); in EP_Init()
618 if (NETC_PortIsPseudo(handle->hw.portGroup.port)) in EP_Init()
[all …]
Dfsl_netc_endpoint.h421 NETC_PortSetSpeed(handle->hw.portGroup.port, pSpeed); in EP_SetPortSpeed()
477 NETC_PortSetParser(handle->hw.portGroup.port, config); in EP_RxParserConfig()
508 NETC_PortSetVlanClassify(handle->hw.portGroup.port, config); in EP_RxVlanCConfigPort()
605 NETC_PortSetISI(handle->hw.portGroup.port, &config->isiPortConfig); in EP_RxPSFPInit()
1223 …NETC_PortGetDiscardStatistic(handle->hw.portGroup.port, (useTx) ? kNETC_TxDiscard : kNETC_RxDiscar… in EP_GetPortDiscardStatistic()
1238 …NETC_PortClearDiscardReason(handle->hw.portGroup.port, (useTx) ? kNETC_TxDiscard : kNETC_RxDiscard… in EP_ClearPortDiscardReason()
1251 return NETC_PortGetTGSListStatus(handle->hw.portGroup.port); in EP_GetPortTGSListStatus()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.c144 … hw->portGroup.port = (NETC_PORT_Type *)((uintptr_t)hw->base + NETC_ENETC_PORT_GROUP_BASE_OFFSET); in NETC_SocGetBaseResource()
145 hw->portGroup.eth = (NETC_ETH_LINK_Type *)((uintptr_t)hw->portGroup.port + 0x1000U); in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/platform/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.c144 … hw->portGroup.port = (NETC_PORT_Type *)((uintptr_t)hw->base + NETC_ENETC_PORT_GROUP_BASE_OFFSET); in NETC_SocGetBaseResource()
145 hw->portGroup.eth = (NETC_ETH_LINK_Type *)((uintptr_t)hw->portGroup.port + 0x1000U); in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imx943/
Dfsl_netc_soc.c30 hw->portGroup.port = (NETC_PORT_Type *)((uintptr_t)hw->base + 0x4000U); in NETC_SocGetBaseResource()
31 hw->portGroup.eth = (NETC_ETH_LINK_Type *)((uintptr_t)hw->base + 0x5000U); in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imx95/
Dfsl_netc_soc.c30 hw->portGroup.port = (NETC_PORT_Type *)((uintptr_t)hw->base + 0x4000U); in NETC_SocGetBaseResource()
31 hw->portGroup.eth = (NETC_ETH_LINK_Type *)((uintptr_t)hw->base + 0x5000U); in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.h65 netc_port_hw_t portGroup; /*!< Port register group */ member