Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/atm/
Diphase.c820 static u32 ia_phy_read32(struct iadev_priv *ia, unsigned int reg) function
835 status = ia_phy_read32(iadev, MB25_INTR_STATUS);
838 ia_phy_read32(iadev, SUNI_DS3_FRM_INTR_STAT);
839 status = ia_phy_read32(iadev, SUNI_DS3_FRM_STAT);
842 ia_phy_read32(iadev, SUNI_E3_FRM_MAINT_INTR_IND);
843 status = ia_phy_read32(iadev, SUNI_E3_FRM_FRAM_INTR_IND_STAT);
846 status = ia_phy_read32(iadev, SUNI_RSOP_STATUS);
863 (ia_phy_read32(iadev, MB25_INTR_STATUS) & MB25_IS_GSB) ? 1 : 0;
892 status = ia_phy_read32(iadev, SUNI_DS3_FRM_STAT);
913 status = ia_phy_read32(iadev, SUNI_E3_FRM_FRAM_INTR_IND_STAT);
[all …]