Home
last modified time | relevance | path

Searched refs:LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/thunderbolt/
Dtb_regs.h340 #define LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK GENMASK(25, 20) macro
Dxdomain.c554 res.slw = (val[0] & LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK) >> in tb_xdp_link_state_status_response()
Dswitch.c956 widths = (phy & LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK) >> in tb_port_is_width_supported()