Searched refs:lsize (Results 1 - 25 of 39) sorted by last modified time

12

/linux-master/drivers/bluetooth/
H A Dhci_qca.c1231 .lsize = 0, \
1238 .lsize = 0, \
1245 .lsize = 0, \
H A Dbtnxpuart.c196 .lsize = 0, \
203 .lsize = 0, \
210 .lsize = 0, \
217 .lsize = 0, \
H A Dhci_uart.h131 u8 lsize; /* Data length field size */ member in struct:h4_recv_pkt
140 .lsize = 2, \
147 .lsize = 1, \
154 .lsize = 1, \
161 .lsize = 2, \
H A Dbtmtksdio.c508 switch ((&pkts[i])->lsize) {
H A Dhci_nokia.c62 .lsize = 1, \
69 .lsize = 1, \
76 .lsize = 1, \
H A Dhci_bcm.c659 .lsize = 0, \
666 .lsize = 0, \
673 .lsize = 0, \
680 .lsize = 0, \
H A Dhci_ll.c390 .lsize = 0, \
397 .lsize = 0, \
404 .lsize = 0, \
411 .lsize = 0, \
H A Dhci_mrvl.c234 .lsize = 0, \
241 .lsize = 0, \
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c788 unsigned long lbase, lsize; local
797 mtrr_if->get(i, &lbase, &lsize, &ltype);
798 if (lsize == 0)
H A Dmtrr.c228 unsigned long lbase, lsize; local
270 mtrr_if->get(i, &lbase, &lsize, &ltype);
271 if (!lsize || base > lbase + lsize - 1 ||
278 if (base < lbase || base + size - 1 > lbase + lsize - 1) {
280 base + size - 1 >= lbase + lsize - 1) {
289 lsize);
406 unsigned long lbase, lsize; local
419 mtrr_if->get(i, &lbase, &lsize, &ltype);
420 if (lbase == base && lsize
[all...]
H A Dlegacy.c39 unsigned long lsize; member in struct:mtrr_value
53 &mtrr_value[i].lsize,
64 if (mtrr_value[i].lsize) {
66 mtrr_value[i].lsize,
H A Dcyrix.c93 unsigned long lbase, lsize; local
114 cyrix_get_arr(7, &lbase, &lsize, &ltype);
115 if (lsize == 0)
120 cyrix_get_arr(i, &lbase, &lsize, &ltype);
121 if (lsize == 0)
128 cyrix_get_arr(i, &lbase, &lsize, &ltype);
129 if ((lsize == 0) && (size >= 0x40))
H A Dcentaur.c29 unsigned long lbase, lsize; local
40 mtrr_if->get(i, &lbase, &lsize, &ltype);
41 if (lsize == 0)
/linux-master/fs/xfs/
H A Dxfs_super.c828 xfs_extlen_t lsize; local
849 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0;
850 statp->f_blocks = sbp->sb_dblocks - lsize;
/linux-master/fs/ntfs3/
H A Dfrecord.c801 u32 lsize; local
860 lsize = PtrOffset(ni->attr_list.le, le);
861 ni->attr_list.size = lsize;
863 to_free = le32_to_cpu(rec->used) + lsize + SIZEOF_RESIDENT;
911 lsize + SIZEOF_RESIDENT, SIZEOF_RESIDENT);
917 attr->res.data_size = cpu_to_le32(lsize);
922 memcpy(resident_data_ex(attr, lsize), ni->attr_list.le, lsize); local
H A Dattrlist.c47 size_t lsize; local
54 lsize = le32_to_cpu(attr->res.data_size);
55 /* attr is resident: lsize < record_size (1K or 4K) */
56 le = kvmalloc(al_aligned(lsize), GFP_KERNEL);
61 memcpy(le, resident_data(attr), lsize);
68 lsize = le64_to_cpu(attr->nres.data_size);
94 le = kvmalloc(al_aligned(lsize), GFP_KERNEL);
101 lsize, NULL);
106 ni->attr_list.size = lsize;
/linux-master/fs/netfs/
H A Dio.c573 size_t lsize; local
610 lsize = netfs_limit_iter(io_iter, 0, subreq->len,
612 if (subreq->len > lsize) {
613 subreq->len = lsize;
/linux-master/arch/mips/mm/
H A Dc-r4k.c1001 unsigned int lsize; local
1124 lsize = (config1 >> 19) & 7;
1125 if (lsize)
1126 c->icache.linesz = 2 << lsize;
1136 lsize = (config1 >> 10) & 7;
1137 if (lsize)
1138 c->dcache.linesz = 2 << lsize;
1178 lsize = (config1 >> 19) & 7;
1181 if (lsize == 7)
1184 c->icache.linesz = lsize
1357 unsigned int config2, lsize; local
1460 unsigned int config2, lsize; local
[all...]
H A Dc-r3k.c65 unsigned long flags, status, lsize, i; local
78 for (lsize = 1; lsize < 128; lsize <<= 1) {
79 *(p + lsize);
84 for (i = 0; i < 128; i += lsize)
89 return lsize * sizeof(*p);
/linux-master/arch/mips/include/asm/
H A Dr4kcache.h195 #define cache_unroll(times, insn, op, addr, lsize) do { \
197 unroll(times, _cache_op, insn, op, (addr) + (i++ * (lsize))); \
201 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \
202 static inline void extra##blast_##pfx##cache##lsize(void) \
212 for (addr = start; addr < end; addr += lsize * 32) \
214 addr | ws, lsize); \
217 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
223 cache_unroll(32, kernel_cache, hitop, start, lsize); \
224 start += lsize * 32; \
228 static inline void extra##blast_##pfx##cache##lsize##_page_indexe
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c550 static void __init init_cache_info(struct ppc_cache_info *info, u32 size, u32 lsize, argument
555 info->line_size = lsize;
566 info->assoc = size / (sets * lsize);
587 u32 size, lsize, bsize, sets; local
592 lsize = bsize = cur_cpu_spec->dcache_bsize;
606 lsize = be32_to_cpu(*lsizep);
623 init_cache_info(info, size, lsize, bsize, sets);
642 /* size lsize blk sets */
/linux-master/drivers/net/can/
H A Dgrcan.c946 size_t lsize = ALIGN(maxs, GRCAN_BUFFER_ALIGNMENT); local
952 dma->base_size = lsize + ssize + GRCAN_BUFFER_ALIGNMENT;
965 small->handle = large->handle + lsize;
969 small->buf = large->buf + lsize;
/linux-master/drivers/dma-buf/
H A Dudmabuf.c317 u32 lsize; local
323 lsize = sizeof(struct udmabuf_create_item) * head.count;
324 list = memdup_user((void __user *)(arg + sizeof(head)), lsize);
/linux-master/drivers/firmware/efi/libstub/
H A Darm64.c98 u64 lsize = 4 << cpuid_feature_extract_unsigned_field(ctr, local
108 base += lsize;
109 size -= lsize;
110 } while (size >= lsize);
/linux-master/drivers/scsi/cxlflash/
H A Dvlun.c67 "ba_lun->lsize=%lx ba_lun->au_size=%lX\n",
68 __func__, ba_lun->lun_id, ba_lun->lsize, ba_lun->au_size);
71 lun_size_au = ba_lun->lsize / ba_lun->au_size;
379 blka->ba_lun.lsize = gli->max_lba + 1;
383 blka->nchunk = blka->ba_lun.lsize / MC_CHUNK_SIZE;

Completed in 334 milliseconds

12