Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h891 #define S_REPLAYLMT 2 macro
893 #define V_REPLAYLMT(x) ((x) << S_REPLAYLMT)
894 #define G_REPLAYLMT(x) (((x) >> S_REPLAYLMT) & M_REPLAYLMT)