Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3719 val = (0x4 << S_DBGICMD) | tid; in cudbg_read_tid()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h39379 #define S_DBGICMD 20 macro
39381 #define V_DBGICMD(x) ((x) << S_DBGICMD)
39382 #define G_DBGICMD(x) (((x) >> S_DBGICMD) & M_DBGICMD)