Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_regs.h1077 #define S_ELECIDLEDETCYC 3 macro
1079 #define V_ELECIDLEDETCYC(x) ((x) << S_ELECIDLEDETCYC)
1080 #define G_ELECIDLEDETCYC(x) (((x) >> S_ELECIDLEDETCYC) & M_ELECIDLEDETCYC)