Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h65522 #define S_RATEDIVCTL 9 macro
65524 #define V_RATEDIVCTL(x) ((x) << S_RATEDIVCTL)
65525 #define G_RATEDIVCTL(x) (((x) >> S_RATEDIVCTL) & M_RATEDIVCTL)