Symbol: tunnel_reg
sys/dev/pci/drm/display/drm_dp_tunnel.c
242
u8 drv_id = tunnel_reg(regs, DP_USB4_DRIVER_ID) & DP_USB4_DRIVER_ID_MASK;
sys/dev/pci/drm/display/drm_dp_tunnel.c
243
u8 group_id = tunnel_reg(regs, DP_IN_ADAPTER_TUNNEL_INFORMATION) & DP_GROUP_ID_MASK;
sys/dev/pci/drm/display/drm_dp_tunnel.c
254
int gr = tunnel_reg(regs, DP_BW_GRANULARITY) & DP_BW_GRANULARITY_MASK;
sys/dev/pci/drm/display/drm_dp_tunnel.c
264
u8 bw_code = tunnel_reg(regs, DP_TUNNELING_MAX_LINK_RATE);
sys/dev/pci/drm/display/drm_dp_tunnel.c
271
return tunnel_reg(regs, DP_TUNNELING_MAX_LANE_COUNT) &
sys/dev/pci/drm/display/drm_dp_tunnel.c
279
if ((tunnel_reg(regs, DP_TUNNELING_CAPABILITIES) & cap_mask) != cap_mask)
sys/dev/pci/drm/display/drm_dp_tunnel.c
282
return tunnel_reg(regs, DP_USB4_DRIVER_BW_CAPABILITY) &
sys/dev/pci/drm/display/drm_dp_tunnel.c
288
return tunnel_reg(regs, DP_DPTX_BW_ALLOCATION_MODE_CONTROL) &
sys/dev/pci/drm/display/drm_dp_tunnel.c
489
tunnel->adapter_id = tunnel_reg(regs, DP_IN_ADAPTER_INFO) & DP_IN_ADAPTER_NUMBER_MASK;
sys/dev/pci/drm/display/drm_dp_tunnel.c
497
tunnel->allocated_bw = tunnel_reg(regs, DP_ALLOCATED_BW) *
sys/dev/pci/drm/display/drm_dp_tunnel.c
565
if (tunnel_reg(regs, DP_ALLOCATED_BW)) {
sys/dev/pci/drm/display/drm_dp_tunnel.c
602
if (tunnel_reg(regs, DP_ALLOCATED_BW) > tunnel_reg(regs, DP_ESTIMATED_BW)) {
sys/dev/pci/drm/display/drm_dp_tunnel.c
605
DPTUN_BW_ARG(tunnel_reg(regs, DP_ALLOCATED_BW) *
sys/dev/pci/drm/display/drm_dp_tunnel.c
607
DPTUN_BW_ARG(tunnel_reg(regs, DP_ESTIMATED_BW) *
sys/dev/pci/drm/display/drm_dp_tunnel.c
667
tunnel_reg(regs, DP_ALLOCATED_BW) * tunnel->bw_granularity) {
sys/dev/pci/drm/display/drm_dp_tunnel.c
671
DPTUN_BW_ARG(tunnel_reg(regs, DP_ALLOCATED_BW) * tunnel->bw_granularity));
sys/dev/pci/drm/display/drm_dp_tunnel.c
769
if (!(tunnel_reg(&regs, DP_TUNNELING_CAPABILITIES) &
sys/dev/pci/drm/display/drm_dp_tunnel.c
787
(tunnel_reg(&regs, DP_TUNNELING_HW_REV) & DP_TUNNELING_HW_REV_MAJOR_MASK) >>
sys/dev/pci/drm/display/drm_dp_tunnel.c
789
(tunnel_reg(&regs, DP_TUNNELING_HW_REV) & DP_TUNNELING_HW_REV_MINOR_MASK) >>
sys/dev/pci/drm/display/drm_dp_tunnel.c
791
tunnel_reg(&regs, DP_TUNNELING_SW_REV_MAJOR),
sys/dev/pci/drm/display/drm_dp_tunnel.c
792
tunnel_reg(&regs, DP_TUNNELING_SW_REV_MINOR),
sys/dev/pci/drm/display/drm_dp_tunnel.c
793
str_yes_no(tunnel_reg(&regs, DP_TUNNELING_CAPABILITIES) &
sys/dev/pci/drm/display/drm_dp_tunnel.c
875
tunnel->estimated_bw = tunnel_reg(regs, DP_ESTIMATED_BW) * tunnel->bw_granularity;