Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h2085 #define S_CLKSELECT 0 macro
2087 #define V_CLKSELECT(x) ((x) << S_CLKSELECT)
2088 #define G_CLKSELECT(x) (((x) >> S_CLKSELECT) & M_CLKSELECT)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h11507 #define S_CLKSELECT 0 macro
11509 #define V_CLKSELECT(x) ((x) << S_CLKSELECT)
11510 #define G_CLKSELECT(x) (((x) >> S_CLKSELECT) & M_CLKSELECT)