HomeSort by: relevance | last modified time | path
    Searched defs:tf_mask (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_dpp.h 1351 const struct dcn_dpp_mask *tf_mask; member in struct:dcn10_dpp
1515 const struct dcn_dpp_mask *tf_mask);
amdgpu_dcn10_resource.c 410 static const struct dcn_dpp_mask tf_mask = { variable in typeref:typename:const struct dcn_dpp_mask
633 &tf_regs[inst], &tf_shift, &tf_mask);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_dpp.h 687 const struct dcn2_dpp_mask *tf_mask; member in struct:dcn20_dpp
777 const struct dcn2_dpp_mask *tf_mask);
amdgpu_dcn20_resource.c 663 static const struct dcn2_dpp_mask tf_mask = { variable in typeref:typename:const struct dcn2_dpp_mask
986 &tf_regs[inst], &tf_shift, &tf_mask))
  /src/usr.sbin/npf/npfctl/
npf_show.c 261 const unsigned tf = words[0], tf_mask = words[1]; local in function:print_tcpflags
274 if (tf != tf_mask) {
276 tcpflags2string(buf + n, tf_mask);
npf_build.c 385 uint8_t *tf, *tf_mask; local in function:npfctl_build_proto_block
389 tf_mask = npfvar_get_data(popts, NPFVAR_TCPFLAG, 1);
390 npfctl_bpf_tcpfl(ctx, *tf, *tf_mask);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 636 static const struct dcn2_dpp_mask tf_mask = { variable in typeref:typename:const struct dcn2_dpp_mask
702 &tf_regs[inst], &tf_shift, &tf_mask))

Completed in 22 milliseconds