Home
last modified time | relevance | path

Searched refs:offset0 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmcu.h59 u8 offset0; member
H A Dphy.c229 t.offset0 = txp.chain[0].tssi_offset; in mt76x2_phy_tssi_compensate()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c458 …int offset0[] = {0, 10, 19, 32, 44, 45, 46, 68, 90, 94, 95, 113, 114, 117, 119, 120, 121, 122, 123… in ipu_print_channel() local
469 for (int i = 0; offset0[i + 1] != -1; i++) { in ipu_print_channel()
470 int len = offset0[i + 1] - offset0[i]; in ipu_print_channel()
471 printf("W0[%d:%d] = %d\n", offset0[i], in ipu_print_channel()
472 offset0[i] + len - 1, in ipu_print_channel()
473 ipu_ch_param_get_value(param, 0, offset0[i], len) in ipu_print_channel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DDSInstructions.td41 bits<1> has_offset = 1; // has "offset" that should be split to offset0,1
87 bits<8> offset0;
91 let offset0 = !if(ps.has_offset, offset{7-0}, ?);
169 Offset0:$offset0, Offset1:$offset1, gds:$gds),
170 " $addr, $data0, $data1$offset0$offset1$gds"> {
254 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, Offset0:$offset0, Offset1:$offset1, gds:$gds),
255 " $vdst, $addr, $data0, $data1$offset0$offset1$gds"> {
330 (ins VGPR_32:$addr, Offset0:$offset0, Offset1:$offset1, gds:$gds),
331 " $vdst, $addr$offset0$offset1$gds"> {
984 (vt:$value (frag (DS64Bit4ByteAligned i32:$ptr, i32:$offset0, i32:$offset1))),
[all …]
H A DSIInstrInfo.td1199 def Offset0 : NamedIntOperand<"offset0">;
H A DSIInstrInfo.cpp399 getNamedOperand(LdSt, AMDGPU::OpName::offset0); in getMemOperandsWithOffsetWidth()
/freebsd/sys/dev/ata/chipsets/
H A Data-siliconimage.c309 int offset0 = ((ch->unit & 1) << 3) + ((ch->unit & 2) << 8); in ata_sii_status() local
314 (ATA_INL(ctlr->r_res2, 0x10 + offset0) & 0x00000010)) in ata_sii_status()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c2550 uint32_t offset0; in uaudio_chan_record_callback() local
2571 offset0 = 0; in uaudio_chan_record_callback()
2589 uint32_t offset1 = offset0; in uaudio_chan_record_callback()
2620 offset0 += mfl; in uaudio_chan_record_callback()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c967 uint64_t offset0 = rr->rr_col[0].rc_offset; in vdev_raidz_map_alloc_expanded() local
980 rr->rr_col[1].rc_offset = offset0; in vdev_raidz_map_alloc_expanded()