Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h52334 #define S_RATEDIVCTL 9 macro
52336 #define V_RATEDIVCTL(x) ((x) << S_RATEDIVCTL)
52337 #define G_RATEDIVCTL(x) (((x) >> S_RATEDIVCTL) & M_RATEDIVCTL)