Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h4532 #define S_SECUREPORT 16 macro
4534 #define V_SECUREPORT(x) ((x) << S_SECUREPORT)
4535 #define G_SECUREPORT(x) (((x) >> S_SECUREPORT) & M_SECUREPORT)