Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h30481 #define S_TEST_SEL 2 macro
30483 #define V_TEST_SEL(x) ((x) << S_TEST_SEL)
30484 #define G_TEST_SEL(x) (((x) >> S_TEST_SEL) & M_TEST_SEL)