Home
last modified time | relevance | path

Searched refs:n (Results 5476 – 5500 of 8665) sorted by relevance

1...<<211212213214215216217218219220>>...347

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h645 int n, unsigned int offset);
699 unsigned int n, unsigned int *valp);
700 int t3_mc7_bd_read(struct mc7 *mc7, unsigned int start, unsigned int n,
712 int t3_mac_set_num_ucast(struct cmac *mac, int n);
/openbmc/linux/sound/soc/codecs/
H A Dwm8580.c377 u32 n:4; member
443 pll_div->n = Ndiv; in pll_factors()
454 pll_div->n, pll_div->k, pll_div->prescale, pll_div->freqmode, in pll_factors()
512 (pll_div.k >> 18 & 0xf) | (pll_div.n << 4)); in wm8580_set_dai_pll()
/openbmc/linux/drivers/powercap/
H A Dpowercap_sys.c14 #define to_powercap_zone(n) container_of(n, struct powercap_zone, dev) argument
15 #define to_powercap_control_type(n) \ argument
16 container_of(n, struct powercap_control_type, dev)
/openbmc/linux/drivers/perf/
H A Darm_dsu_pmu.c611 int i = 0, n, cpu; in dsu_pmu_dt_get_cpus() local
614 n = of_count_phandle_with_args(dev->of_node, "cpus", NULL); in dsu_pmu_dt_get_cpus()
615 if (n <= 0) in dsu_pmu_dt_get_cpus()
617 for (; i < n; i++) { in dsu_pmu_dt_get_cpus()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx6-mipi-csi2.c71 #define PHY_STOPSTATEDATA(n) BIT(PHY_STOPSTATEDATA_BIT + (n)) argument
99 static inline struct csi2_dev *notifier_to_dev(struct v4l2_async_notifier *n) in notifier_to_dev() argument
101 return container_of(n, struct csi2_dev, notifier); in notifier_to_dev()
/openbmc/linux/drivers/base/
H A DKconfig172 default n
182 default n
186 default n
202 default n
H A Dcacheinfo.c703 int n = 0; in write_policy_show() local
706 n = sysfs_emit(buf, "WriteThrough\n"); in write_policy_show()
708 n = sysfs_emit(buf, "WriteBack\n"); in write_policy_show()
709 return n; in write_policy_show()
/openbmc/linux/rust/alloc/
H A Dslice.rs491 pub fn repeat(&self, n: usize) -> Vec<T> in repeat()
495 if n == 0 { in repeat()
505 let capacity = self.len().checked_mul(n).expect("capacity overflow"); in repeat()
511 let mut m = n >> 1; in repeat()
/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c688 struct nfnl_cthelper *nlcth, *n; in nfnl_cthelper_del() local
706 list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) { in nfnl_cthelper_del()
790 struct nfnl_cthelper *nlcth, *n; in nfnl_cthelper_exit() local
794 list_for_each_entry_safe(nlcth, n, &nfnl_cthelper_list, list) { in nfnl_cthelper_exit()
/openbmc/linux/drivers/iio/adc/
H A Dmxs-lradc-adc.c695 int ret, irq, virq, i, s, n; in mxs_lradc_adc_probe() local
733 n = ARRAY_SIZE(mx23_lradc_adc_irq_names); in mxs_lradc_adc_probe()
738 n = ARRAY_SIZE(mx28_lradc_adc_irq_names); in mxs_lradc_adc_probe()
745 for (i = 0; i < n; i++) { in mxs_lradc_adc_probe()
H A Dingenic-adc.c39 #define JZ_ADC_REG_CFG_SAMPLE_NUM(n) ((n) << 10) argument
40 #define JZ_ADC_REG_CFG_PULL_UP(n) ((n) << 16) argument
/openbmc/linux/net/mctp/test/
H A Droute-test.c132 int rc, i, n, mtu, msgsize; in mctp_test_fragment() local
156 n = rt->pkts.qlen; in mctp_test_fragment()
158 KUNIT_EXPECT_EQ(test, n, params->n_frags); in mctp_test_fragment()
167 last = i == (n - 1); in mctp_test_fragment()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c78 #define FEC_TCSR(n) (0x608 + n * 0x08) argument
79 #define FEC_TCCR(n) (0x60C + n * 0x08) argument
/openbmc/qemu/target/cris/
H A Dtranslate.c470 tcg_gen_goto_tb(n); in gen_goto_tb()
472 tcg_gen_exit_tb(dc->base.tb, n); in gen_goto_tb()
921 TCGv n, z; in gen_tst_cc() local
923 n = tcg_temp_new(); in gen_tst_cc()
933 tcg_gen_xor_tl(n, n, cpu_PR[PR_CCS]); in gen_tst_cc()
934 tcg_gen_xori_tl(n, n, 2); in gen_tst_cc()
935 tcg_gen_and_tl(cc, z, n); in gen_tst_cc()
942 TCGv n, z; in gen_tst_cc() local
944 n = tcg_temp_new(); in gen_tst_cc()
952 tcg_gen_xor_tl(n, n, cpu_PR[PR_CCS]); in gen_tst_cc()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c1130 int i, n; in trans_VLDM_VSTM_sp() local
1136 n = a->imm; in trans_VLDM_VSTM_sp()
1138 if (n == 0 || (a->vd + n) > 32) { in trans_VLDM_VSTM_sp()
1177 for (i = 0; i < n; i++) { in trans_VLDM_VSTM_sp()
1192 offset = -offset * n; in trans_VLDM_VSTM_sp()
1207 int i, n; in trans_VLDM_VSTM_dp() local
1214 n = a->imm >> 1; in trans_VLDM_VSTM_dp()
1216 if (n == 0 || (a->vd + n) > 32 || n > 16) { in trans_VLDM_VSTM_dp()
1229 if (!dc_isar_feature(aa32_simd_r32, s) && (a->vd + n) > 16) { in trans_VLDM_VSTM_dp()
1260 for (i = 0; i < n; i++) { in trans_VLDM_VSTM_dp()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c1550 struct list_head *pos, *n; in intel_vgpu_sync_oos_pages() local
1557 list_for_each_safe(pos, n, &vgpu->gtt.oos_page_list_head) { in intel_vgpu_sync_oos_pages()
1663 struct list_head *pos, *n; in intel_vgpu_flush_post_shadow() local
2017 struct list_head *pos, *n; in reclaim_one_ppgtt_mm() local
2218 struct intel_gvt_partial_pte *partial_pte, *pos, *n; in emulate_ggtt_mmio_write() local
2241 list_for_each_entry_safe(pos, n, in emulate_ggtt_mmio_write()
2488 struct list_head *pos, *n; in intel_vgpu_destroy_all_ppgtt_mm() local
2491 list_for_each_safe(pos, n, &vgpu->gtt.ppgtt_mm_list_head) { in intel_vgpu_destroy_all_ppgtt_mm()
2540 struct list_head *pos, *n; in clean_spt_oos() local
2546 list_for_each_safe(pos, n, &gtt->oos_page_free_list_head) { in clean_spt_oos()
[all …]
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c563 static inline unsigned int sgl_len(unsigned int n) in sgl_len() argument
565 n--; in sgl_len()
566 return (3 * n) / 2 + (n & 1) + 2; in sgl_len()
1772 struct neighbour *n = NULL; in init_act_open() local
1797 n = dst_neigh_lookup(csk->dst, daddr); in init_act_open()
1799 if (!n) { in init_act_open()
1804 if (!(n->nud_state & NUD_VALID)) in init_act_open()
1805 neigh_event_send(n, NULL); in init_act_open()
1909 neigh_release(n); in init_act_open()
1920 if (n) in init_act_open()
[all …]
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c903 struct neighbour *n; in cxgbit_offload_init() local
911 n = dst_neigh_lookup(dst, peer_ip); in cxgbit_offload_init()
912 if (!n) in cxgbit_offload_init()
916 if (!(n->nud_state & NUD_VALID)) in cxgbit_offload_init()
917 neigh_event_send(n, NULL); in cxgbit_offload_init()
920 if (n->dev->flags & IFF_LOOPBACK) { in cxgbit_offload_init()
934 n, ndev, 0); in cxgbit_offload_init()
953 ndev = cxgbit_get_real_dev(n->dev); in cxgbit_offload_init()
966 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, priority); in cxgbit_offload_init()
968 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, 0); in cxgbit_offload_init()
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-gpio-defs.h138 uint64_t n:32; member
140 uint64_t n:32;
/openbmc/linux/drivers/usb/host/
H A Dehci-timer.c292 struct ehci_itd *itd, *n; in end_free_itds() local
300 list_for_each_entry_safe(itd, n, &ehci->cached_itd_list, itd_list) { in end_free_itds()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h346 struct list_head *n, *pos; in asd_ascb_free_list() local
349 list_for_each_safe(pos, n, &list) { in asd_ascb_free_list()
/openbmc/u-boot/include/
H A Dmpc8xx.h284 #define MCR_MLCF(n) (((n)&0xF)<<8) /* Memory Command Loop Count Field */ argument
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c42 void yaffs_bug_fn(const char *fn, int n) in yaffs_bug_fn() argument
44 printf("yaffs bug at %s:%d\n", fn, n); in yaffs_bug_fn()
/openbmc/u-boot/drivers/video/
H A Dssd2828.c109 #define SSD2828_LP_CLOCK_DIVIDER(n) (((n) - 1) & 0x3F) argument
/openbmc/u-boot/drivers/phy/
H A Dti-pipe3-phy.c67 u8 n; member
140 val |= dpll_params->n << PLL_REGN_SHIFT; in omap_pipe3_dpll_program()

1...<<211212213214215216217218219220>>...347