Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.c162 struct skge_hw *hw = skge->hw; in skge_wol_init()
245 struct skge_hw *hw = skge->hw; in skge_set_wol()
296 struct skge_hw *hw = skge->hw; in skge_get_link_ksettings()
626 struct skge_hw *hw = skge->hw; in skge_get_coalesce()
652 struct skge_hw *hw = skge->hw; in skge_set_coalesce()
690 struct skge_hw *hw = skge->hw; in skge_led()
991 struct skge_hw *hw = skge->hw; in skge_rx_clean()
1285 struct skge_hw *hw = skge->hw; in bcom_phy_init()
1391 struct skge_hw *hw = skge->hw; in xm_phy_init()
3378 struct skge_hw *hw = dev_id; in skge_intr()
[all …]
H A Dskge.h2404 struct skge_hw { struct
2445 struct skge_hw *hw; argument
2476 static inline u32 skge_read32(const struct skge_hw *hw, int reg) in skge_read32()
2481 static inline u16 skge_read16(const struct skge_hw *hw, int reg) in skge_read16()
2486 static inline u8 skge_read8(const struct skge_hw *hw, int reg) in skge_read8()
2501 static inline void skge_write8(const struct skge_hw *hw, int reg, u8 val) in skge_write8()
2511 static inline u32 xm_read32(const struct skge_hw *hw, int port, int reg) in xm_read32()
2519 static inline u16 xm_read16(const struct skge_hw *hw, int port, int reg) in xm_read16()
2555 static inline u16 gma_read16(const struct skge_hw *hw, int port, int reg) in gma_read16()
2560 static inline u32 gma_read32(const struct skge_hw *hw, int port, int reg) in gma_read32()
[all …]