Home
last modified time | relevance | path

Searched refs:S_SLAVE_DELAY_LINE_TAP_COUNT (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h384 #define S_SLAVE_DELAY_LINE_TAP_COUNT 24 macro
386 #define V_SLAVE_DELAY_LINE_TAP_COUNT(x) ((x) << S_SLAVE_DELAY_LINE_TAP_COUNT)
387 #define G_SLAVE_DELAY_LINE_TAP_COUNT(x) (((x) >> S_SLAVE_DELAY_LINE_TAP_COUNT) & M_SLAVE_DELAY_LINE…