Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h10728 #define S_DBGICMD 20 macro
10730 #define V_DBGICMD(x) ((x) << S_DBGICMD)
10731 #define G_DBGICMD(x) (((x) >> S_DBGICMD) & M_DBGICMD)
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c3695 val = (0x4 << S_DBGICMD) | tid; in cudbg_read_tid()