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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h3868 #define S_PERSMIN 0 macro
3870 #define V_PERSMIN(x) ((x) << S_PERSMIN)
3871 #define G_PERSMIN(x) (((x) >> S_PERSMIN) & M_PERSMIN)

Completed in 224 milliseconds