Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dlc.c549 alloc = (val & TB_LC_SNK_ALLOCATION_SNK1_MASK) >> in tb_lc_dp_sink_available()
619 val &= ~TB_LC_SNK_ALLOCATION_SNK1_MASK; in tb_lc_dp_sink_alloc()
666 val &= ~TB_LC_SNK_ALLOCATION_SNK1_MASK; in tb_lc_dp_sink_dealloc()
H A Dtb_regs.h585 #define TB_LC_SNK_ALLOCATION_SNK1_MASK GENMASK(7, 4) macro