Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c4227 uint32 bridgePortConfig = 0UL; in Netc_EthSwt_Ip_InitPort() local
4263 bridgePortConfig = SW_PORT1_BPCR_STAMVD(1U); in Netc_EthSwt_Ip_InitPort()
4266 bridgePortConfig |= SW_PORT0_BPCR_DYN_LIMIT(port->EthSwtPortMaxDynamicEntries); in Netc_EthSwt_Ip_InitPort()
4271 bridgePortConfig |= SW_PORT0_BPCR_SRCPRND_MASK; in Netc_EthSwt_Ip_InitPort()
4274 Netc_EthSwt_Ip_SW0_PortxBaseAddr[SwitchPortIdx]->BPCR = bridgePortConfig; in Netc_EthSwt_Ip_InitPort()