Searched refs:hicr (Results 1 – 1 of 1) sorted by relevance
7676 uint32_t hicr; in e1000_mng_enable_host_if() local7680 hicr = E1000_READ_REG(hw, HICR); in e1000_mng_enable_host_if()7681 if ((hicr & E1000_HICR_EN) == 0) { in e1000_mng_enable_host_if()7687 hicr = E1000_READ_REG(hw, HICR); in e1000_mng_enable_host_if()7688 if (!(hicr & E1000_HICR_C)) in e1000_mng_enable_host_if()7818 uint32_t hicr; in e1000_mng_write_commit() local7820 hicr = E1000_READ_REG(hw, HICR); in e1000_mng_write_commit()7822 E1000_WRITE_REG(hw, HICR, hicr | E1000_HICR_C); in e1000_mng_write_commit()