Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dlc.c545 alloc = val & TB_LC_SNK_ALLOCATION_SNK0_MASK; in tb_lc_dp_sink_available()
616 val &= ~TB_LC_SNK_ALLOCATION_SNK0_MASK; in tb_lc_dp_sink_alloc()
664 val &= ~TB_LC_SNK_ALLOCATION_SNK0_MASK; in tb_lc_dp_sink_dealloc()
H A Dtb_regs.h577 #define TB_LC_SNK_ALLOCATION_SNK0_MASK GENMASK(3, 0) macro