Searched defs:skge_hw (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | skge.h | 2463 struct skge_hw { struct 2499 struct skge_hw *hw; 2520 static inline u32 skge_read32(const struct skge_hw *hw, int reg) 2525 static inline u16 skge_read16(const struct skge_hw *hw, int reg) 2530 static inline u8 skge_read8(const struct skge_hw *hw, int reg) 2535 static inline void skge_write32(const struct skge_hw *hw, int reg, u32 val) 2540 static inline void skge_write16(const struct skge_hw *hw, int reg, u16 val) 2545 static inline void skge_write8(const struct skge_hw *hw, int reg, u8 val) 2555 static inline u32 xm_read32(const struct skge_hw *hw, int port, int reg) 2563 static inline u16 xm_read16(const struct skge_hw *h [all...] |
Completed in 54 milliseconds