Home
last modified time | relevance | path

Searched refs:n (Results 5301 – 5325 of 8766) sorted by relevance

1...<<211212213214215216217218219220>>...351

/openbmc/linux/sound/soc/codecs/
H A Dwm8900.c671 u16 n; member
722 fll_div->n = Ndiv / fll_div->fll_ratio; in fll_factors()
739 WARN_ON(!K && target != Fref * fll_div->fll_ratio * fll_div->n)) in fll_factors()
781 snd_soc_component_write(component, WM8900_REG_FLLCTL4, fll_div.n >> 5); in wm8900_set_fll()
783 (fll_div.fllclk_div << 6) | (fll_div.n & 0x1f)); in wm8900_set_fll()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.c111 int n, err; in nfp_mbox_cmd() local
127 n = nfp_rtsym_write(pf->cpp, pf->mbox, NFP_MBOX_DATA, in_data, in nfp_mbox_cmd()
129 if (n != in_length) in nfp_mbox_cmd()
167 n = nfp_rtsym_read(pf->cpp, pf->mbox, NFP_MBOX_DATA, in nfp_mbox_cmd()
169 if (n != out_length) in nfp_mbox_cmd()
/openbmc/linux/fs/
H A DKconfig108 def_bool n
208 default n
223 default n
254 def_bool n
278 default n
/openbmc/linux/tools/bpf/bpftool/
H A Dbtf.c865 int n; in show_btf_plain() local
876 n = 0; in show_btf_plain()
878 printf("%s%lu", n++ == 0 ? " prog_ids " : ",", entry->value); in show_btf_plain()
881 n = 0; in show_btf_plain()
883 printf("%s%lu", n++ == 0 ? " map_ids " : ",", entry->value); in show_btf_plain()
/openbmc/linux/Documentation/driver-api/
H A Dclk.rst200 mandatory, a cell marked as "n" implies that either including that
230 |.set_parent | | | n | y | n |
232 |.get_parent | | | n | y | n |
/openbmc/linux/drivers/clk/st/
H A Dclkgen-fsyn.c356 unsigned long pdiv = 1, n; in clk_fs660c32_vco_get_params() local
370 n = output * pdiv / input; in clk_fs660c32_vco_get_params()
371 if (n < 16) in clk_fs660c32_vco_get_params()
372 n = 16; in clk_fs660c32_vco_get_params()
373 fs->ndiv = n - 16; /* Converting formula value to reg value */ in clk_fs660c32_vco_get_params()
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h770 unsigned int n; in vm_adjust_num_guest_pages() local
771 n = vm_num_guest_pages(mode, vm_num_host_pages(mode, num_guest_pages)); in vm_adjust_num_guest_pages()
774 n = (n + 255) & ~255; in vm_adjust_num_guest_pages()
776 return n; in vm_adjust_num_guest_pages()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Diommu.c136 long n; in invalidate_tce_cache() local
142 n = min(n_ptes, 1l << 11); in invalidate_tce_cache()
143 val = (((n /*- 1*/) << 53) & IOC_IOPT_CacheInvd_NE_Mask) in invalidate_tce_cache()
151 n_ptes -= n; in invalidate_tce_cache()
152 pte += n; in invalidate_tce_cache()
/openbmc/linux/drivers/base/
H A Dswnode.c315 int i, n = 0; in property_entries_dup() local
321 while (properties[n].name) in property_entries_dup()
322 n++; in property_entries_dup()
324 p = kcalloc(n + 1, sizeof(*p), GFP_KERNEL); in property_entries_dup()
328 for (i = 0; i < n; i++) { in property_entries_dup()
/openbmc/linux/include/linux/
H A Dpage-flags.h281 #define folio_page(folio, n) nth_page(&(folio)->page, n) argument
308 static unsigned long *folio_flags(struct folio *folio, unsigned n) in folio_flags() argument
313 VM_BUG_ON_PGFLAGS(n > 0 && !test_bit(PG_head, &page->flags), page); in folio_flags()
314 return &page[n].flags; in folio_flags()
/openbmc/linux/init/
H A Dmain.c200 int n = strlen(p->str); in obsolete_checksetup() local
201 if (parameqn(line, p->str, n)) { in obsolete_checksetup()
207 if (line[n] == '\0' || line[n] == '=') in obsolete_checksetup()
213 } else if (p->setup_func(line + n)) in obsolete_checksetup()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst108 R<n>,<m>
109 This parameter allows repetitive patterns to be loaded quickly. <n> and <m>
110 are hexadecimal numbers. The last <n> mappings are repeated in the next <m>
/openbmc/linux/Documentation/locking/
H A Dpreempt-locking.rst84 n-times in a code path, and preemption will not be reenabled until the n-th
117 if (buf[smp_processor_id()] == -1) printf(KERN_INFO "wee!\n");
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_rw.c191 int fdt_del_mem_rsv(void *fdt, int n) in fdt_del_mem_rsv() argument
193 struct fdt_reserve_entry *re = fdt_mem_rsv_w_(fdt, n); in fdt_del_mem_rsv()
197 if (n >= fdt_num_mem_rsv(fdt)) in fdt_del_mem_rsv()
/openbmc/u-boot/cmd/
H A Dubi.c107 int n, err = EINVAL; in verify_mkvol_req() local
133 n = req->alignment % ubi->min_io_size; in verify_mkvol_req()
134 if (req->alignment != 1 && n) in verify_mkvol_req()
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c197 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) in md5_process() argument
/openbmc/qemu/hw/intc/
H A Dsh_intc.c68 static void sh_intc_set_irq(void *opaque, int n, int level) in sh_intc_set_irq() argument
71 struct intc_source *source = &desc->sources[n]; in sh_intc_set_irq()
434 void sh_intc_set_irl(void *opaque, int n, int level) in sh_intc_set_irl() argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch200 int n;
206 n = recvfrom(fd, buf, sizeof(buf), MSG_DONTWAIT, (struct sockaddr*)&sll, &sll_len);
207 if (n<0) {
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h275 HexValue gen_rotl(Context *c, YYLTYPE *locp, HexValue *src, HexValue *n);
315 void gen_sethalf(Context *c, YYLTYPE *locp, HexCast *sh, HexValue *n,
336 HexValue gen_rvalue_sat(Context *c, YYLTYPE *locp, HexSat *sat, HexValue *n,
/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c225 int n = 0; in resp_get_sve_vls() local
246 ++n; in resp_get_sve_vls()
250 g_assert(n == SVE_MAX_VQ); in resp_get_sve_vls()
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_hencap_red_l3vpn_test.sh470 local n
474 for n in ${end_rts}; do
475 policy="${policy}${VPN_LOCATOR_SERVICE}:${n}::${END_FUNC},"
H A Dsrv6_hl2encap_red_l2vpn_test.sh408 local n
412 for n in ${end_rts}; do
413 policy="${policy}${VPN_LOCATOR_SERVICE}:${n}::${END_FUNC},"
/openbmc/linux/fs/nilfs2/
H A Dpage.c299 unsigned int i, n; in nilfs_copy_back_pages() local
304 n = filemap_get_folios(smap, &start, ~0UL, &fbatch); in nilfs_copy_back_pages()
305 if (!n) in nilfs_copy_back_pages()
/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c137 int n; in nfs4_validate_fspath() local
155 n = strncmp(path, fs_path, len); in nfs4_validate_fspath()
158 if (n != 0) { in nfs4_validate_fspath()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_rw.c172 int fdt_del_mem_rsv(void *fdt, int n) in fdt_del_mem_rsv() argument
174 struct fdt_reserve_entry *re = fdt_mem_rsv_w_(fdt, n); in fdt_del_mem_rsv()
178 if (n >= fdt_num_mem_rsv(fdt)) in fdt_del_mem_rsv()

1...<<211212213214215216217218219220>>...351