Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dlc.c43 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in find_port_lc_cap()
429 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in tb_lc_set_wake()
465 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in tb_lc_set_sleep()
H A Dtb_regs.h577 #define TB_LC_DESC_SIZE_MASK GENMASK(15, 8) macro