Searched refs:ia_phy_read32 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/atm/ |
| D | iphase.c | 823 static u32 ia_phy_read32(struct iadev_priv *ia, unsigned int reg) function 838 status = ia_phy_read32(iadev, MB25_INTR_STATUS); 841 ia_phy_read32(iadev, SUNI_DS3_FRM_INTR_STAT); 842 status = ia_phy_read32(iadev, SUNI_DS3_FRM_STAT); 845 ia_phy_read32(iadev, SUNI_E3_FRM_MAINT_INTR_IND); 846 status = ia_phy_read32(iadev, SUNI_E3_FRM_FRAM_INTR_IND_STAT); 849 status = ia_phy_read32(iadev, SUNI_RSOP_STATUS); 866 (ia_phy_read32(iadev, MB25_INTR_STATUS) & MB25_IS_GSB) ? 1 : 0; 895 status = ia_phy_read32(iadev, SUNI_DS3_FRM_STAT); 916 status = ia_phy_read32(iadev, SUNI_E3_FRM_FRAM_INTR_IND_STAT); [all …]
|