Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c11081 val &= ~V_DBGLARPTR(M_DBGLARPTR); in t4_tp_read_la()
11085 t4_write_reg(adap, A_TP_DBG_LA_CONFIG, V_DBGLARPTR(idx) | val); in t4_tp_read_la()
H A Dt4_regs.h6639 #define V_DBGLARPTR(x) ((x) << S_DBGLARPTR) macro