Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thunderbolt/
Dlc.c500 alloc = val & TB_LC_SNK_ALLOCATION_SNK0_MASK; in tb_lc_dp_sink_available()
571 val &= ~TB_LC_SNK_ALLOCATION_SNK0_MASK; in tb_lc_dp_sink_alloc()
619 val &= ~TB_LC_SNK_ALLOCATION_SNK0_MASK; in tb_lc_dp_sink_dealloc()
Dtb_regs.h517 #define TB_LC_SNK_ALLOCATION_SNK0_MASK GENMASK(3, 0) macro