Searched refs:IGC_HICR_C (Results 1 – 2 of 2) sorted by relevance
63 if (!(hicr & IGC_HICR_C)) in igc_mng_enable_host_if_generic()300 IGC_WRITE_REG(hw, IGC_HICR, hicr | IGC_HICR_C); in igc_mng_write_dhcp_info_generic()406 IGC_WRITE_REG(hw, IGC_HICR, hicr | IGC_HICR_C); in igc_host_interface_command()410 if (!(hicr & IGC_HICR_C)) in igc_host_interface_command()531 IGC_WRITE_REG(hw, IGC_HICR, hicr | IGC_HICR_C); in igc_load_firmware()535 if (!(hicr & IGC_HICR_C)) in igc_load_firmware()
58 #define IGC_HICR_C 0x02 macro