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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h3089 #define S_FLASHBASEADDR 2 macro
3091 #define V_FLASHBASEADDR(x) ((x) << S_FLASHBASEADDR)
3092 #define G_FLASHBASEADDR(x) (((x) >> S_FLASHBASEADDR) & M_FLASHBASEADDR)
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h20411 #define S_FLASHBASEADDR 6 macro
20413 #define V_FLASHBASEADDR(x) ((x) << S_FLASHBASEADDR)
20414 #define G_FLASHBASEADDR(x) (((x) >> S_FLASHBASEADDR) & M_FLASHBASEADDR)
[all...]

Completed in 522 milliseconds