Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c10152 val &= ~V_DBGLARPTR(M_DBGLARPTR); in t4_tp_read_la()
10156 t4_write_reg(adap, A_TP_DBG_LA_CONFIG, V_DBGLARPTR(idx) | val); in t4_tp_read_la()
H A Dt4_regs.h24311 #define V_DBGLARPTR(x) ((x) << S_DBGLARPTR) macro