pm12x10_internal.h (729B)
1 /* 2 * 3 * 4 * 5 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 6 * 7 * Copyright 2007-2019 Broadcom Inc. All rights reserved. 8 */ 9 10 #ifndef _PM12X10_INTERNAL_H__H_ 11 #define _PM12X10_INTERNAL_H__H_ 12 13 #ifdef PORTMOD_PM12X10_SUPPORT 14 15 #include <phymod/phymod.h> 16 #include <phymod/phymod_diagnostics.h> 17 #include <soc/portmod/portmod_defs.h> 18 19 /* Utility functions provided for PM4x10 which layes under this PM12x10*/ 20 int pm12x10_pm4x10_enable(int unit, int port, uint32 phy, uint32 enable); 21 int pm12x10_pm4x10_tsc_reset(int unit, int port, uint32 phy, uint32 in_reset); 22 23 #endif /* PORTMOD_PM12X10_SUPPORT */ 24 25 #endif /*_PM12X10_INTERNAL_H__H_*/