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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h6699 #define S_PAUSESLOWTIMER 0 macro
6701 #define V_PAUSESLOWTIMER(x) ((x) << S_PAUSESLOWTIMER)
6702 #define G_PAUSESLOWTIMER(x) (((x) >> S_PAUSESLOWTIMER) & M_PAUSESLOWTIMER)

Completed in 275 milliseconds