Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dskge.c1833 data[0] = (u64) gma_read32(hw, port, GM_TXO_OK_HI) << 32 in yukon_get_stats()
1834 | gma_read32(hw, port, GM_TXO_OK_LO); in yukon_get_stats()
1835 data[1] = (u64) gma_read32(hw, port, GM_RXO_OK_HI) << 32 in yukon_get_stats()
1836 | gma_read32(hw, port, GM_RXO_OK_LO); in yukon_get_stats()
1839 data[i] = gma_read32(hw, port, in yukon_get_stats()
Dsky2.c2515 data[0] = (u64) gma_read32(hw, port, GM_TXO_OK_HI) << 32 in sky2_phy_stats()
2516 | (u64) gma_read32(hw, port, GM_TXO_OK_LO); in sky2_phy_stats()
2517 data[1] = (u64) gma_read32(hw, port, GM_RXO_OK_HI) << 32 in sky2_phy_stats()
2518 | (u64) gma_read32(hw, port, GM_RXO_OK_LO); in sky2_phy_stats()
2521 data[i] = (u64) gma_read32(hw, port, sky2_stats[i].offset); in sky2_phy_stats()
Dsky2.h1934 static inline u32 gma_read32(struct sky2_hw *hw, unsigned port, unsigned reg) in gma_read32() function
Dskge.h2527 static inline u32 gma_read32(const struct skge_hw *hw, int port, int reg) in gma_read32() function