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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.h2574 static inline void xm_write16(const struct skge_hw *hw, int port, int r, u16 v) function
2582 xm_write16(hw, port, reg, (u16)hash[0] | ((u16)hash[1] << 8));
2583 xm_write16(hw, port, reg+2, (u16)hash[2] | ((u16)hash[3] << 8));
2584 xm_write16(hw, port, reg+4, (u16)hash[4] | ((u16)hash[5] << 8));
2585 xm_write16(hw, port, reg+6, (u16)hash[6] | ((u16)hash[7] << 8));
2591 xm_write16(hw, port, reg, (u16)addr[0] | ((u16)addr[1] << 8));
2592 xm_write16(hw, port, reg+2, (u16)addr[2] | ((u16)addr[3] << 8));
2593 xm_write16(hw, port, reg+4, (u16)addr[4] | ((u16)addr[5] << 8));

Completed in 57 milliseconds