Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c7676 uint32_t hicr; in e1000_mng_enable_host_if() local
7680 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() local
7820 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()