Searched refs:portCommandConfig (Results 1 – 1 of 1) sorted by relevance
3910 uint32 portCommandConfig = 0UL; in Netc_EthSwt_Ip_PortGetLoopbackMode() local3915 portCommandConfig = Netc_EthSwt_Ip_PortBaseTable[SwitchPortIdx]->PM0_COMMAND_CONFIG; in Netc_EthSwt_Ip_PortGetLoopbackMode()3920 …*LoopbackEnable = ((SW_ETH_MAC_PORT0_PM0_COMMAND_CONFIG_LOOP_ENA_MASK & portCommandConfig) == 0U) … in Netc_EthSwt_Ip_PortGetLoopbackMode()3941 uint32 portCommandConfig = 0UL; in Netc_EthSwt_Ip_PortSetLoopbackMode() local3948 portCommandConfig = Netc_EthSwt_Ip_PortBaseTable[SwitchPortIdx]->PM0_COMMAND_CONFIG in Netc_EthSwt_Ip_PortSetLoopbackMode()3954 portCommandConfig |= SW_ETH_MAC_PORT0_PM0_COMMAND_CONFIG_LOOP_ENA_MASK; in Netc_EthSwt_Ip_PortSetLoopbackMode()3958 Netc_EthSwt_Ip_PortBaseTable[SwitchPortIdx]->PM0_COMMAND_CONFIG = portCommandConfig; in Netc_EthSwt_Ip_PortSetLoopbackMode()4178 uint32 portCommandConfig = 0UL; in ConfigPM0CommandReg() local4181 portCommandConfig = SW_ETH_MAC_PORT0_PM0_COMMAND_CONFIG_TXP_MASK; in ConfigPM0CommandReg()4189 …portCommandConfig |= SW_ETH_MAC_PORT0_PM0_COMMAND_CONFIG_TX_EN_MASK | SW_ETH_MAC_PORT0_PM0_COMMAND… in ConfigPM0CommandReg()[all …]