##// END OF EJS Templates
HK_LFR_DPU_SPW_LINK_STATE: ERROR_WAIT = 1
paul -
r61:a34c50cabb1b default
parent child
Show More
@@ -633,7 +633,7 typedef struct {
633 #define STATUS_WORD_CALIB_MASK 0xf7 // [1111 0111]
633 #define STATUS_WORD_CALIB_MASK 0xf7 // [1111 0111]
634 #define STATUS_WORD_RESET_CAUSE_BITS 0x07 // [0000 0111]
634 #define STATUS_WORD_RESET_CAUSE_BITS 0x07 // [0000 0111]
635 #define STATUS_WORD_RESET_CAUSE_MASK 0xf8 // [1111 1000]
635 #define STATUS_WORD_RESET_CAUSE_MASK 0xf8 // [1111 1000]
636 #define STATUS_WORD_LINK_STATE_BITS 0x03 // [0000 0111]
636 #define STATUS_WORD_LINK_STATE_BITS 0x07 // [0000 0111]
637 #define STATUS_WORD_LINK_STATE_MASK 0xf8 // [1111 1000]
637 #define STATUS_WORD_LINK_STATE_MASK 0xf8 // [1111 1000]
638 #define STATUS_WORD_LFR_MODE_SHIFT 4
638 #define STATUS_WORD_LFR_MODE_SHIFT 4
639 #define STATUS_WORD_LFR_MODE_BITS 0xf0 // [1111 0000]
639 #define STATUS_WORD_LFR_MODE_BITS 0xf0 // [1111 0000]
General Comments 0
You need to be logged in to leave comments. Login now