Searched refs:xm_write16 (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | skge.c | 422 xm_write16(hw, port, XM_IMSK, XM_IMSK_DISABLE); in xm_link_down() 432 xm_write16(hw, port, XM_PHY_ADDR, reg | hw->phy_addr); in __xm_phy_read() 464 xm_write16(hw, port, XM_PHY_ADDR, reg | hw->phy_addr); in xm_phy_write() 473 xm_write16(hw, port, XM_PHY_DATA, val); in xm_phy_write() 519 xm_write16(hw, port, XM_IMSK, XM_IMSK_DISABLE); in genesis_reset() 521 xm_write16(hw, port, XM_TX_CMD, 0); /* reset TX CMD Reg */ in genesis_reset() 522 xm_write16(hw, port, XM_RX_CMD, 0); /* reset RX CMD Reg */ in genesis_reset() 526 xm_write16(hw, port, PHY_BCOM_INT_MASK, 0xffff); in genesis_reset() 650 xm_write16(hw, port, XM_MMU_CMD,r); in bcom_phy_init() 849 xm_write16(hw, port, XM_IMSK, msk); in xm_link_timer() [all …]
|
D | skge.h | 2574 static inline void xm_write16(const struct skge_hw *hw, int port, int r, u16 v) in xm_write16() function 2582 xm_write16(hw, port, reg, (u16)hash[0] | ((u16)hash[1] << 8)); in xm_outhash() 2583 xm_write16(hw, port, reg+2, (u16)hash[2] | ((u16)hash[3] << 8)); in xm_outhash() 2584 xm_write16(hw, port, reg+4, (u16)hash[4] | ((u16)hash[5] << 8)); in xm_outhash() 2585 xm_write16(hw, port, reg+6, (u16)hash[6] | ((u16)hash[7] << 8)); in xm_outhash() 2591 xm_write16(hw, port, reg, (u16)addr[0] | ((u16)addr[1] << 8)); in xm_outaddr() 2592 xm_write16(hw, port, reg+2, (u16)addr[2] | ((u16)addr[3] << 8)); in xm_outaddr() 2593 xm_write16(hw, port, reg+4, (u16)addr[4] | ((u16)addr[5] << 8)); in xm_outaddr()
|