Searched refs:val_width (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ | ||
H A D | ecore_dbg_fw_funcs.c | 367 #define SHR(val, val_width, amount) (((val) | ((val) << (val_width))) >> (amount)) & ((1 << (v… argument |