Home
last modified time | relevance | path

Searched refs:t32 (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/fs/jfs/
Dresize.c66 int newNpages = 0, nPages, newPage, xlen, t32; in jfs_extendfs() local
133 t32 = (1 << (20 - sbi->l2bsize)) - 1; in jfs_extendfs()
134 newLogSize = (newLogSize + t32) & ~t32; in jfs_extendfs()
164 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; in jfs_extendfs()
165 newFSCKSize = t32 << sbi->l2nbperpage; in jfs_extendfs()
/Linux-v5.15/fs/ntfs3/
Drecord.c190 u32 t32, off, asize; in mi_enum_attr() local
241 t32 = le32_to_cpu(attr->type); in mi_enum_attr()
242 if ((t32 & 0xf) || (t32 > 0x100)) in mi_enum_attr()
259 t32 = le32_to_cpu(attr->res.data_size); in mi_enum_attr()
260 if (t16 + t32 > asize) in mi_enum_attr()
Dfslog.c3053 u32 nsize, t32, asize, used, esize, bmp_off, bmp_bits; in do_action() local
3176 t32 = le32_to_cpu(oe->bytes_per_index); in do_action()
3177 if (bytes < t32) in do_action()
3178 bytes = t32; in do_action()
3779 u32 t32; in log_replay() local
3935 t32 = le32_to_cpu(rst_info.r_page->sys_page_size); in log_replay()
3936 if (page_size != t32) { in log_replay()
3939 norm_file_page(t32, &l_size, t32 == DefaultLogPageSize); in log_replay()
3942 if (page_size != t32 || in log_replay()
4157 t32 = rec_len - t16; in log_replay()
[all …]
Dindex.c820 u32 t32; in indx_init() local
830 t32 = le32_to_cpu(root->index_block_size); in indx_init()
831 indx->index_bits = blksize_bits(t32); in indx_init()
834 if (t32 < sbi->cluster_size) { in indx_init()
836 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init()
848 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
Dsuper.c1163 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local
1166 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
Dfsntfs.c1963 u32 t32; in ntfs_get_security_by_id() local
1990 t32 = le32_to_cpu(sii_e->sec_hdr.size); in ntfs_get_security_by_id()
1991 if (t32 < SIZEOF_SECURITY_HDR) { in ntfs_get_security_by_id()
1996 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id()
2002 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()
Dinode.c39 u32 rp_fa = 0, asize, t32; in ntfs_read_mft() local
59 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft()
63 if (!run_add_entry(&ni->file.run, 0, t64, t32, true)) { in ntfs_read_mft()
Dfrecord.c1057 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local
1147 t32 = le32_to_cpu(attr->size); in ni_insert_attr()
1150 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr()
1156 memcpy(eattr, attr, t32); in ni_insert_attr()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c805 u32 t32[2]; in mt7915_get_tsf() member
815 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in mt7915_get_tsf()
816 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in mt7915_get_tsf()
833 u32 t32[2]; in mt7915_set_tsf() member
840 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf()
841 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf()
859 u32 t32[2]; in mt7915_offset_tsf() member
866 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf()
867 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c875 u32 t32[2]; in mt7615_get_tsf() member
887 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf()
888 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf()
903 u32 t32[2]; in mt7615_set_tsf() member
913 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf()
914 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf()
929 u32 t32[2]; in mt7615_offset_tsf() member
939 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf()
940 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c871 u32 t32[2]; in mt7921_get_tsf() member
880 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt7921_get_tsf()
881 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt7921_get_tsf()
897 u32 t32[2]; in mt7921_set_tsf() member
904 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt7921_set_tsf()
905 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt7921_set_tsf()
/Linux-v5.15/drivers/iio/temperature/
Dltc2983.c449 u32 t32; in __ltc2983_custom_sensor_new() local
451 of_property_read_u32_index(np, propname, index, &t32); in __ltc2983_custom_sensor_new()
452 temp = t32; in __ltc2983_custom_sensor_new()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_target.c2986 uint32_t t32 = 0; in qla_tgt_set_dif_tags() local
3005 t32 = ha->tgt.tgt_ops->get_dif_tags(cmd, pfw_prot_opts); in qla_tgt_set_dif_tags()
3028 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
3045 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()