Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb_regs.h342 #define LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK GENMASK(25, 20) macro
H A Dxdomain.c554 res.slw = (val[0] & LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK) >> in tb_xdp_link_state_status_response()
H A Dswitch.c1022 widths = FIELD_GET(LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK, phy); in tb_port_width_supported()