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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h3088 #define S_FLASHBASEADDR 2 macro
3090 #define V_FLASHBASEADDR(x) ((x) << S_FLASHBASEADDR)
3091 #define G_FLASHBASEADDR(x) (((x) >> S_FLASHBASEADDR) & M_FLASHBASEADDR)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h12391 #define S_FLASHBASEADDR 6 macro
12393 #define V_FLASHBASEADDR(x) ((x) << S_FLASHBASEADDR)
12394 #define G_FLASHBASEADDR(x) (((x) >> S_FLASHBASEADDR) & M_FLASHBASEADDR)
[all...]

Completed in 512 milliseconds