Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dlc.c333 alloc = (val & TB_LC_SNK_ALLOCATION_SNK1_MASK) >> in tb_lc_dp_sink_available()
403 val &= ~TB_LC_SNK_ALLOCATION_SNK1_MASK; in tb_lc_dp_sink_alloc()
450 val &= ~TB_LC_SNK_ALLOCATION_SNK1_MASK; in tb_lc_dp_sink_dealloc()
Dtb_regs.h437 #define TB_LC_SNK_ALLOCATION_SNK1_MASK GENMASK(7, 4) macro