Searched refs:S_DLLDELTA (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h2415 #define S_DLLDELTA 24 macro
2417 #define V_DLLDELTA(x) ((x) << S_DLLDELTA)
2418 #define G_DLLDELTA(x) (((x) >> S_DLLDELTA) & M_DLLDELTA)

Completed in 118 milliseconds