Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dnhi_regs.h154 #define VS_CAP_19_CMD_MASK GENMASK(7, 1) macro
H A Dnhi_ops.c83 data = (cmd << VS_CAP_19_CMD_SHIFT) & VS_CAP_19_CMD_MASK; in icl_nhi_lc_mailbox_cmd()