HomeSort by: relevance | last modified time | path
    Searched refs:bit_width (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/acpi/
acpi_i2c.c 261 UINT32 bit_width, UINT64 *value, void *handler_ctx,
320 length, bit_width, buf[1]);
335 cmdlen = bit_width / NBBY;
339 cmdlen = bit_width / NBBY;
343 cmdlen = bit_width / NBBY;
347 cmdlen = bit_width / NBBY;
acpi_gpio.c 75 ACPI_PHYSICAL_ADDRESS address, UINT32 bit_width, UINT64 *value,
  /src/usr.bin/xlint/lint1/
lint1.h 84 unsigned bit_width; member in struct:__anondcf084d00308
765 .bit_width = b.bit_width > 0 ? b.bit_width : a.bit_width,
debug.c 365 attrs.bit_width == 128 ? " 128bit" :
366 attrs.bit_width == 64 ? " 64bit" : "");
cgram.y 1518 if ($2.bit_width > 0) {
1524 $2.bit_width == 128 ? (t == INT ? INT128 : UINT128) :
2573 $$.bit_width = 128;
2575 $$.bit_width = 64;
decl.c 520 if (attrs.bit_width == 128) {
528 if (attrs.bit_width == 64)
  /src/sys/arch/ia64/include/
dig64.h 42 uint8_t bit_width; member in struct:dig64_gas
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 325 * @bit_width: length of the mask
330 static inline u32 amdgpu_gfx_create_bitmask(u32 bit_width)
332 return (u32)((1ULL << bit_width) - 1);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
platform.h 390 uint32_t bit_width; member in struct:xen_power_register
433 uint8_t bit_width; member in struct:xen_pct_register
  /src/sys/arch/ia64/stand/ia64/efi/
main.c 555 printf(" Bit width = %u\n", gas->bit_width);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si.c 2974 static u32 si_create_bitmask(u32 bit_width)
2978 for (i = 0; i < bit_width; i++) {
radeon_cik.c 3071 * @bit_width: length of the mask
3076 static u32 cik_create_bitmask(u32 bit_width)
3080 for (i = 0; i < bit_width; i++) {

Completed in 30 milliseconds