Searched defs:gma_write16 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.h2610 static inline void gma_write16(const struct skge_hw *hw, int port, int r, u16 v) function
2618 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8));
2619 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8));
2620 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8));
H A Dsky2.h2143 static inline void gma_write16(const struct sky2_hw *hw, unsigned port, int r, u16 v) function
2151 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8));
2152 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8));
2153 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8));

Completed in 77 milliseconds