Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3973 width = G_WIDTH(val); in mc7_init()
4294 unsigned int width = G_WIDTH(cfg); in mc7_calc_size()
4313 mc7->width = G_WIDTH(cfg); in mc7_prep()
H A Dcxgb_regs.h2714 #define G_WIDTH(x) (((x) >> S_WIDTH) & M_WIDTH) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h43284 #define G_WIDTH(x) (((x) >> S_WIDTH) & M_WIDTH) macro