Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc4.c50 unsigned int width = is_MC4A(adapter) ? G_MC4A_WIDTH(mc4_cfg) : in mc4_calc_size()
95 width = G_MC4A_WIDTH(val); in t1_mc4_init()
H A Dregs.h507 #define G_MC4A_WIDTH(x) (((x) >> S_MC4A_WIDTH) & M_MC4A_WIDTH) macro