HomeSort by: relevance | last modified time | path
    Searched defs:core_ctl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 2098 u32 core_ctl; local in function:ixgbe_read_analog_reg8_82599
2106 core_ctl = IXGBE_READ_REG(hw, IXGBE_CORECTL);
2107 *val = (u8)core_ctl;
2122 u32 core_ctl; local in function:ixgbe_write_analog_reg8_82599
2126 core_ctl = (reg << 8) | val;
2127 IXGBE_WRITE_REG(hw, IXGBE_CORECTL, core_ctl);

Completed in 11 milliseconds