MB25_IS_GSB
iadev->carrier_detect = (status & MB25_IS_GSB) ? 1 : 0;
(ia_phy_read32(iadev, MB25_INTR_STATUS) & MB25_IS_GSB) ? 1 : 0;