Searched refs:atlas_ctl (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c1000 u32 atlas_ctl; local
1006 atlas_ctl = IXGBE_READ_REG(hw, IXGBE_ATLASCTL);
1007 *val = (u8)atlas_ctl;
1022 u32 atlas_ctl; local
1024 atlas_ctl = (reg << 8) | val;
1025 IXGBE_WRITE_REG(hw, IXGBE_ATLASCTL, atlas_ctl);

Completed in 63 milliseconds