Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_regs.h5657 #define S_MDI_OP 0 macro
5659 #define V_MDI_OP(x) ((x) << S_MDI_OP)
5660 #define G_MDI_OP(x) (((x) >> S_MDI_OP) & M_MDI_OP)