Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dskge.c62 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val);
63 static int gm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val);
64 static void yukon_init(struct skge_hw *hw, int port);
65 static void genesis_mac_init(struct skge_hw *hw, int port);
68 static void skge_phyirq(struct skge_hw *hw);
94 static u32 skge_supported_modes(const struct skge_hw *hw) in skge_supported_modes()
123 static inline u32 hwkhz(const struct skge_hw *hw) in hwkhz()
129 static inline u32 skge_usecs2clk(const struct skge_hw *hw, u32 usec) in skge_usecs2clk()
137 struct skge_hw *hw = skge->hw; in skge_led()
417 static void xm_link_down(struct skge_hw *hw, int port) in xm_link_down()
[all …]
Dskge.h2463 struct skge_hw { struct
2499 struct skge_hw *hw; argument
2520 static inline u32 skge_read32(const struct skge_hw *hw, int reg) in skge_read32()
2525 static inline u16 skge_read16(const struct skge_hw *hw, int reg) in skge_read16()
2530 static inline u8 skge_read8(const struct skge_hw *hw, int reg) in skge_read8()
2535 static inline void skge_write32(const struct skge_hw *hw, int reg, u32 val) in skge_write32()
2540 static inline void skge_write16(const struct skge_hw *hw, int reg, u16 val) in skge_write16()
2545 static inline void skge_write8(const struct skge_hw *hw, int reg, u8 val) in skge_write8()
2555 static inline u32 xm_read32(const struct skge_hw *hw, int port, int reg) in xm_read32()
2563 static inline u16 xm_read16(const struct skge_hw *hw, int port, int reg) in xm_read16()
[all …]