Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h33303 #define S_PORTL 0 macro
33305 #define V_PORTL(x) ((x) << S_PORTL)
33306 #define G_PORTL(x) (((x) >> S_PORTL) & M_PORTL)