Searched refs:offset0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c461 int offset0[] = {0, 10, 19, 32, 44, 45, 46, 68, 90, 94, 95, 113, 114, 117, 119, 120, 121, 122, 123, 124, 125, 138, 150, 151, -1}; local
472 for (int i = 0; offset0[i + 1] != -1; i++) {
473 int len = offset0[i + 1] - offset0[i];
474 printf("W0[%d:%d] = %d\n", offset0[i],
475 offset0[i] + len - 1,
476 ipu_ch_param_get_value(param, 0, offset0[i], len)
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-siliconimage.c312 int offset0 = ((ch->unit & 1) << 3) + ((ch->unit & 2) << 8); local
317 (ATA_INL(ctlr->r_res2, 0x10 + offset0) & 0x00000010))
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio.c2504 uint32_t offset0; local
2525 offset0 = 0;
2543 uint32_t offset1 = offset0;
2574 offset0 += mfl;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp301 // The 2 offset instructions use offset0 and offset1 instead. We can treat
305 getNamedOperand(LdSt, AMDGPU::OpName::offset0);

Completed in 120 milliseconds