Home
last modified time | relevance | path

Searched refs:t16 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/hw/timer/
H A Davr_timer16.c100 #define CNT(t16) VAL16(t16->cntl, t16->cnth) argument
101 #define OCRA(t16) VAL16(t16->ocral, t16->ocrah) argument
102 #define OCRB(t16) VAL16(t16->ocrbl, t16->ocrbh) argument
103 #define OCRC(t16) VAL16(t16->ocrcl, t16->ocrch) argument
104 #define ICR(t16) VAL16(t16->icrl, t16->icrh) argument
192 if (OCRA(t16) < alarm_offset && OCRA(t16) > CNT(t16) && in avr_timer16_set_alarm()
207 if (ICR(t16) < alarm_offset && ICR(t16) > CNT(t16)) { in avr_timer16_set_alarm()
222 if (OCRB(t16) < alarm_offset && OCRB(t16) > CNT(t16) && in avr_timer16_set_alarm()
227 if (OCRC(t16) < alarm_offset && OCRB(t16) > CNT(t16) && in avr_timer16_set_alarm()
330 t16->rtmp = t16->cnth; in avr_timer16_read()
[all …]
/openbmc/linux/fs/ntfs3/
H A Drecord.c36 u16 free_id, max_id, t16; in mi_new_attt_id() local
62 t16 = le16_to_cpu(attr->id); in mi_new_attt_id()
63 if (t16 == free_id) { in mi_new_attt_id()
66 } else if (max_id < t16) in mi_new_attt_id()
67 max_id = t16; in mi_new_attt_id()
203 u16 t16; in mi_enum_attr() local
278 t16 = le16_to_cpu(attr->res.data_off); in mi_enum_attr()
279 if (t16 > asize) in mi_enum_attr()
296 t16 = le16_to_cpu(attr->nres.run_off); in mi_enum_attr()
297 if (t16 > asize) in mi_enum_attr()
[all …]
H A Dlznt.c152 u16 t16; in compress_chunk() local
179 t16 = make_pair(up - ctx->best_match, max_len, idx); in compress_chunk()
180 *cp++ = t16; in compress_chunk()
181 *cp++ = t16 >> 8; in compress_chunk()
203 t16 = (*cmpr_chunk_size - 3) | 0xB000; in compress_chunk()
204 cmpr[0] = t16; in compress_chunk()
205 cmpr[1] = t16 >> 8; in compress_chunk()
H A Dfslog.c673 u16 t16; in check_log_rec() local
3754 u16 t16; in log_replay() local
4063 cr = ca + t16; in log_replay()
4126 rt = Add2Ptr(lrh, t16); in log_replay()
4127 t32 = rec_len - t16; in log_replay()
4166 rt = Add2Ptr(lrh, t16); in log_replay()
4167 t32 = rec_len - t16; in log_replay()
4277 t32 = rec_len - t16; in log_replay()
4570 if (t16) { in log_replay()
5019 if (!t16) in log_replay()
[all …]
H A Dinode.c1240 u16 t16, nsize = 0, aid = 0; in ntfs_create_inode() local
1548 t16 = PtrOffset(rec, attr); in ntfs_create_inode()
1554 if (asize + t16 + 0x78 + 8 > sbi->record_size) { in ntfs_create_inode()
1559 t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT; in ntfs_create_inode()
1577 Add2Ptr(attr, SIZEOF_NONRESIDENT), t16, in ntfs_create_inode()
H A Dfsntfs.c1453 u16 t16; in ntfs_write_bh() local
1457 t16 = le16_to_cpu(sample); in ntfs_write_bh()
1458 if (t16 >= 0x7FFF) { in ntfs_write_bh()
1461 sample = cpu_to_le16(t16 + 1); in ntfs_write_bh()
H A Dfrecord.c1104 u16 t16; in ni_insert_attr() local
1198 t16 = le16_to_cpu(attr->name_off); in ni_insert_attr()
1199 err = ni_ins_attr_ext(ni, le, attr->type, Add2Ptr(attr, t16), in ni_insert_attr()
1200 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc75 TCGv_i128 t16;
104 t16 = tcg_temp_new_i128();
107 tcg_gen_concat_i64_i128(t16, lo, hi);
108 tcg_gen_qemu_st_i128(t16, ea, ctx->mem_idx, DEF_MEMOP(MO_128));
110 tcg_gen_qemu_ld_i128(t16, ea, ctx->mem_idx, DEF_MEMOP(MO_128));
111 tcg_gen_extr_i128_i64(lo, hi, t16);
/openbmc/qemu/target/arm/tcg/
H A Dmeson.build19 decodetree.process('t16.decode', extra_args: ['-w', '16', '--static-decode=disas_t16']),
H A Dtranslate-sve.c4175 TCGv_i128 t16; in gen_sve_ldr() local
4193 t16 = tcg_temp_new_i128(); in gen_sve_ldr()
4198 tcg_gen_extr_i128_i64(t0, t1, t16); in gen_sve_ldr()
4210 t16 = tcg_temp_new_i128(); in gen_sve_ldr()
4211 tcg_gen_qemu_ld_i128(t16, clean_addr, midx, in gen_sve_ldr()
4221 tcg_gen_extr_i128_i64(t0, t1, t16); in gen_sve_ldr()
4277 TCGv_i128 t16; in gen_sve_str() local
4296 t16 = tcg_temp_new_i128(); in gen_sve_str()
4300 tcg_gen_concat_i64_i128(t16, t0, t1); in gen_sve_str()
4320 t16 = tcg_temp_new_i128(); in gen_sve_str()
[all …]
H A Dtranslate-a64.c1034 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_st() local
1037 tcg_gen_concat_i64_i128(t16, tmplo, tmphi); in do_fp_st()
1055 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_ld() local
1060 tcg_gen_extr_i128_i64(tmplo, tmphi, t16); in do_fp_ld()
2444 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_load_exclusive() local
2446 tcg_gen_qemu_ld_i128(t16, clean_addr, idx, memop); in gen_load_exclusive()
2453 cpu_exclusive_val, t16); in gen_load_exclusive()
2536 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_store_exclusive() local
2550 tcg_gen_atomic_cmpxchg_i128(t16, cpu_exclusive_addr, c16, t16, in gen_store_exclusive()
2556 tcg_gen_extr_i128_i64(a, b, t16); in gen_store_exclusive()
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c3061 uint16_t t16; in qlt_build_ctio_crc2_pkt() local
3156 t16 = be16_to_cpu(atio->u.isp24.fcp_hdr.ox_id); in qlt_build_ctio_crc2_pkt()
3157 pkt->ox_id = cpu_to_le16(t16); in qlt_build_ctio_crc2_pkt()
3159 t16 = (atio->u.isp24.attr << 9); in qlt_build_ctio_crc2_pkt()
3160 pkt->flags |= cpu_to_le16(t16); in qlt_build_ctio_crc2_pkt()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3857 TCGv_i128 t16; in STCX() local
3873 t16 = tcg_temp_new_i128(); in STCX()
3874 tcg_gen_qemu_ld_i128(t16, EA, ctx->mem_idx, DEF_MEMOP(MO_128 | MO_ALIGN)); in STCX()
3875 tcg_gen_extr_i128_i64(lo, hi, t16); in STCX()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4557 TCGv_i128 t16 = tcg_temp_new_i128(); in op_stpq() local
4559 tcg_gen_concat_i64_i128(t16, o->out2, o->out); in op_stpq()
4560 tcg_gen_qemu_st_i128(t16, o->in2, get_mem_index(s), in op_stpq()