Home
last modified time | relevance | path

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

/NextBSD/sys/dev/proto/
HDproto_core.c324 if (width < 1 || width > 8 || bitcount16(width) > 1) in proto_read()
379 if (width < 1 || width > 8 || bitcount16(width) > 1) in proto_write()
/NextBSD/sys/sys/
HDlibkern.h108 #define bitcount16(x) __bitcount16((uint16_t)(x)) macro
/NextBSD/sys/dev/drm2/i915/
HDintel_sdvo.c1266 return bitcount16(intel_sdvo->caps.output_flags) > 1; in intel_sdvo_multifunc_encoder()
1899 num_bits = bitcount16(mask); in intel_sdvo_guess_ddc_bus()