Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c7536 uint32_t hicr; in e1000_mng_enable_host_if() local
7540 hicr = E1000_READ_REG(hw, HICR); in e1000_mng_enable_host_if()
7541 if ((hicr & E1000_HICR_EN) == 0) { in e1000_mng_enable_host_if()
7547 hicr = E1000_READ_REG(hw, HICR); in e1000_mng_enable_host_if()
7548 if (!(hicr & E1000_HICR_C)) in e1000_mng_enable_host_if()
7678 uint32_t hicr; in e1000_mng_write_commit() local
7680 hicr = E1000_READ_REG(hw, HICR); in e1000_mng_write_commit()
7682 E1000_WRITE_REG(hw, HICR, hicr | E1000_HICR_C); in e1000_mng_write_commit()