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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h3073 #define S_BOOTADDR 2 macro
3075 #define V_BOOTADDR(x) ((x) << S_BOOTADDR)
3076 #define G_BOOTADDR(x) (((x) >> S_BOOTADDR) & M_BOOTADDR)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h12371 #define S_BOOTADDR 8 macro
12373 #define V_BOOTADDR(x) ((x) << S_BOOTADDR)
12374 #define G_BOOTADDR(x) (((x) >> S_BOOTADDR) & M_BOOTADDR)
[all...]

Completed in 514 milliseconds