PCS_CONFIG_REG
PCS_REG_RD(handle, portn, PCS_CONFIG_REG, &pcs_cfg.value);
PCS_REG_WR(handle, portn, PCS_CONFIG_REG, pcs_cfg.value);
PCS_REG_RD(handle, portn, PCS_CONFIG_REG, &pcs_cfg.val.lsw);
PCS_REG_WR(handle, portn, PCS_CONFIG_REG, pcs_cfg.val.lsw);
PCS_REG_WR(handle, portn, PCS_CONFIG_REG, pcs_cfg.value);