ECORE_INIT_PORT
ECORE_INIT_PORT(pdev, MISC_AEU);
ECORE_INIT_PORT(pdev, QM);
ECORE_INIT_PORT(pdev, TM);
ECORE_INIT_PORT( pdev, BRB1);
ECORE_INIT_PORT(pdev, PRS);
ECORE_INIT_PORT(pdev, TSEM);
ECORE_INIT_PORT(pdev, USEM);
ECORE_INIT_PORT(pdev, CSEM);
ECORE_INIT_PORT(pdev, XSEM);
ECORE_INIT_PORT(pdev, PBF);
ECORE_INIT_PORT(pdev, HC);
ECORE_INIT_PORT( pdev, NIG);
ECORE_INIT_PORT(pdev, PGLUE_B);
#define init_pxp_port(pdev) ECORE_INIT_PORT(pdev, PXP)
#define init_pxp2_port(pdev) ECORE_INIT_PORT(pdev, PXP2)
#define init_atc_port(pdev) ECORE_INIT_PORT(pdev, ATC)
#define init_tcm_port( pdev) ECORE_INIT_PORT(pdev, TCM)
#define init_ucm_port( pdev) ECORE_INIT_PORT(pdev, UCM)
#define init_ccm_port( pdev) ECORE_INIT_PORT(pdev, CCM)
#define init_misc_port( pdev) ECORE_INIT_PORT(pdev, MISC)
#define init_xcm_port( pdev) ECORE_INIT_PORT(pdev, XCM)
#define init_dq_port(pdev) ECORE_INIT_PORT(pdev, DORQ)
#define init_tsdm_port( pdev) ECORE_INIT_PORT(pdev, TSDM)
#define init_csdm_port( pdev) ECORE_INIT_PORT(pdev, CSDM)
#define init_usdm_port( pdev) ECORE_INIT_PORT(pdev, USDM)
#define init_xsdm_port( pdev) ECORE_INIT_PORT(pdev, XSDM)
#define init_upb_port(pdev) ECORE_INIT_PORT(pdev, UPB)
#define init_xpb_port(pdev) ECORE_INIT_PORT(pdev, XPB)
#define init_src_port(pdev) ECORE_INIT_PORT(pdev, SRC)
#define init_cdu_port(pdev) ECORE_INIT_PORT(pdev, CDU)
#define init_cfc_port(pdev) ECORE_INIT_PORT(pdev, CFC)
#define init_igu_port( pdev) ECORE_INIT_PORT(pdev, IGU)
#define init_dbg_port(pdev) ECORE_INIT_PORT(pdev, DBG)
#define init_dmae_port(pdev) ECORE_INIT_PORT(pdev, DMAE)