Searched refs:S_CURPAUSETIMER (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h6602 #define S_CURPAUSETIMER 0 macro
6604 #define V_CURPAUSETIMER(x) ((x) << S_CURPAUSETIMER)
6605 #define G_CURPAUSETIMER(x) (((x) >> S_CURPAUSETIMER) & M_CURPAUSETIMER)

Completed in 590 milliseconds