Commit 39ecb29d authored by Sergey Temerkhanov's avatar Sergey Temerkhanov Committed by Jakub Kicinski
parent c199b31a
This diff is collapsed.
...@@ -377,7 +377,7 @@ int ice_cgu_get_output_pin_state_caps(struct ice_hw *hw, u8 pin_id, ...@@ -377,7 +377,7 @@ int ice_cgu_get_output_pin_state_caps(struct ice_hw *hw, u8 pin_id,
#define P_REG_TIMETUS_L 0x410 #define P_REG_TIMETUS_L 0x410
#define P_REG_TIMETUS_U 0x414 #define P_REG_TIMETUS_U 0x414
#define P_REG_40B_LOW_M 0xFF #define P_REG_40B_LOW_M GENMASK(7, 0)
#define P_REG_40B_HIGH_S 8 #define P_REG_40B_HIGH_S 8
/* PHY window length registers */ /* PHY window length registers */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment