Home
last modified time | relevance | path

Searched refs:ia_phy_read32 (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/atm/
Diphase.c821 static u32 ia_phy_read32(struct iadev_priv *ia, unsigned int reg) function
836 status = ia_phy_read32(iadev, MB25_INTR_STATUS);
839 ia_phy_read32(iadev, SUNI_DS3_FRM_INTR_STAT);
840 status = ia_phy_read32(iadev, SUNI_DS3_FRM_STAT);
843 ia_phy_read32(iadev, SUNI_E3_FRM_MAINT_INTR_IND);
844 status = ia_phy_read32(iadev, SUNI_E3_FRM_FRAM_INTR_IND_STAT);
847 status = ia_phy_read32(iadev, SUNI_RSOP_STATUS);
864 (ia_phy_read32(iadev, MB25_INTR_STATUS) & MB25_IS_GSB) ? 1 : 0;
893 status = ia_phy_read32(iadev, SUNI_DS3_FRM_STAT);
914 status = ia_phy_read32(iadev, SUNI_E3_FRM_FRAM_INTR_IND_STAT);
[all …]