Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h23589 #define S_PORTL 0 macro
23591 #define V_PORTL(x) ((x) << S_PORTL)
23592 #define G_PORTL(x) (((x) >> S_PORTL) & M_PORTL)