Home
last modified time | relevance | path

Searched refs:E1000_READ_REG (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c518 status = E1000_READ_REG(hw, STATUS); in e1000_set_media_type()
585 ctrl = E1000_READ_REG(hw, CTRL); in e1000_reset_hw()
598 extcnf_ctrl = E1000_READ_REG(hw, EXTCNF_CTRL); in e1000_reset_hw()
603 extcnf_ctrl = E1000_READ_REG(hw, EXTCNF_CTRL); in e1000_reset_hw()
676 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT); in e1000_reset_hw()
693 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT); in e1000_reset_hw()
709 manc = E1000_READ_REG(hw, MANC); in e1000_reset_hw()
718 led_ctrl = E1000_READ_REG(hw, LEDCTL); in e1000_reset_hw()
729 icr = E1000_READ_REG(hw, ICR); in e1000_reset_hw()
749 uint32_t kab = E1000_READ_REG(hw, KABGTXD); in e1000_reset_hw()
[all …]
De1000.c70 swsm = E1000_READ_REG(&adapter->hw, SWSM); in e1000_get_hw_control()
79 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT); in e1000_get_hw_control()
252 DBG ( "TDBAL: %#08x\n", E1000_READ_REG ( hw, TDBAL ) ); in e1000_configure_tx()
253 DBG ( "TDLEN: %d\n", E1000_READ_REG ( hw, TDLEN ) ); in e1000_configure_tx()
264 txdctl = E1000_READ_REG ( hw, TXDCTL ); in e1000_configure_tx()
393 rctl = E1000_READ_REG ( hw, RCTL ); in e1000_configure_rx()
417 rxdctl = E1000_READ_REG ( hw, RXDCTL ); in e1000_configure_rx()
426 rxcsum = E1000_READ_REG(hw, RXCSUM); in e1000_configure_rx()
459 DBG ( "RDBAL: %#08x\n", E1000_READ_REG ( hw, RDBAL ) ); in e1000_configure_rx()
460 DBG ( "RDLEN: %d\n", E1000_READ_REG ( hw, RDLEN ) ); in e1000_configure_rx()
[all …]
De1000_osdep.h82 #define E1000_READ_REG(a, reg) \ macro
119 #define E1000_WRITE_FLUSH(a) E1000_READ_REG(a, STATUS)