Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dlc.c428 nlc = desc & TB_LC_DESC_NLC_MASK; in tb_lc_set_wake()
464 nlc = desc & TB_LC_DESC_NLC_MASK; in tb_lc_set_sleep()
H A Dtb_regs.h575 #define TB_LC_DESC_NLC_MASK GENMASK(3, 0) macro