Searched refs:hicr (Results 1 – 1 of 1) sorted by relevance
7536 uint32_t hicr; in e1000_mng_enable_host_if() local7540 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() local7680 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()