Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_regs.h4537 #define S_PRIMARYPORT 0 macro
4539 #define V_PRIMARYPORT(x) ((x) << S_PRIMARYPORT)
4540 #define G_PRIMARYPORT(x) (((x) >> S_PRIMARYPORT) & M_PRIMARYPORT)