Home
last modified time | relevance | path

Searched defs:n (Results 101 – 125 of 4902) sorted by relevance

12345678910>>...197

/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c255 int16_t *n = vn; in HELPER() local
280 int16_t *n = vn; in HELPER() local
493 int32_t *n = vn; in HELPER() local
515 int32_t *n = vn; in HELPER() local
873 float16 *n = vn; local
901 float32 *n = vn; in HELPER() local
929 float64 *n = vn; in HELPER() local
2321 uint32_t *n = vn, *m = vm; in HELPER() local
2718 int8_t *n = vn, *m = vm; in do_smmla_b() local
2728 uint8_t *n = vn, *m = vm; in do_ummla_b() local
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bit.h16 static inline uint64_t xfs_mask64hi(int n) in xfs_mask64hi()
20 static inline uint32_t xfs_mask32lo(int n) in xfs_mask32lo()
24 static inline uint64_t xfs_mask64lo(int n) in xfs_mask64lo()
51 int n = 0; in xfs_lowbit64() local
/openbmc/linux/drivers/irqchip/
H A Dalphascale_asm9260-icoll.h77 #define ASM9260_HW_ICOLL_INTERRUPTn(n) (0x0060 + ((n) >> 2) * 0x10) argument
86 #define ASM9260_BM_ICOLL_INTERRUPTn_SHIFT(n) (((n) & 0x3) << 3) argument
87 #define ASM9260_BM_ICOLL_INTERRUPTn_ENABLE(n) (1 << (2 + \ argument
99 #define ASM9260_HW_ICOLL_CLEARn(n) (((n >> 5) * 0x10) \ argument
101 #define ASM9260_BM_CLEAR_BIT(n) BIT(n & 0x1f) argument
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Ddavinci_nand.h77 #define DAVINCI_NANDFCR_NAND_ENABLE(n) (1 << ((n) - 2)) argument
79 #define DAVINCI_NANDFCR_4BIT_ECC_SEL(n) (((n) - 2) << 4) argument
80 #define DAVINCI_NANDFCR_1BIT_ECC_START(n) (1 << (8 + ((n) - 2))) argument
88 #define DAVINCI_ABCR_WSETUP(n) (n << 26) argument
89 #define DAVINCI_ABCR_WSTROBE(n) (n << 20) argument
90 #define DAVINCI_ABCR_WHOLD(n) (n << 17) argument
91 #define DAVINCI_ABCR_RSETUP(n) (n << 13) argument
92 #define DAVINCI_ABCR_RSTROBE(n) (n << 7) argument
93 #define DAVINCI_ABCR_RHOLD(n) (n << 4) argument
94 #define DAVINCI_ABCR_TA(n) (n << 2) argument
/openbmc/linux/drivers/clk/meson/
H A Dclk-pll.c55 unsigned int m, unsigned int n, in __pll_params_to_rate()
76 unsigned int m, n, frac; in meson_clk_pll_recalc_rate() local
100 unsigned int n, in __pll_params_with_frac()
140 unsigned int *n, in meson_clk_get_pll_table_index()
154 unsigned int n, in meson_clk_get_pll_range_m()
169 unsigned int *n, in meson_clk_get_pll_range_index()
202 unsigned int *n, in meson_clk_get_pll_get_index()
221 unsigned int i, m, n; in meson_clk_get_pll_settings() local
249 unsigned int m, n, frac; in meson_clk_pll_determine_rate() local
408 unsigned int enabled, m, n, frac = 0; in meson_clk_pll_set_rate() local
/openbmc/qemu/hw/core/
H A Dirq.c36 int n; member
47 qemu_irq *qemu_extend_irqs(qemu_irq *old, int n_old, qemu_irq_handler handler, in qemu_extend_irqs()
63 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n) in qemu_allocate_irqs()
68 qemu_irq qemu_allocate_irq(qemu_irq_handler handler, void *opaque, int n) in qemu_allocate_irq()
80 void qemu_free_irqs(qemu_irq *s, int n) in qemu_free_irqs()
108 void qemu_irq_intercept_in(qemu_irq *gpio_in, qemu_irq_handler handler, int n) in qemu_irq_intercept_in()
/openbmc/u-boot/fs/ubifs/
H A Dtnc.c1093 int n; in dirty_cow_bottom_up() local
1793 int found, n, err; in do_lookup_nm() local
2151 int found, n, err = 0; in ubifs_tnc_add() local
2200 int found, n, err = 0; in ubifs_tnc_replace() local
2283 int found, n, err = 0; in ubifs_tnc_add_nm() local
2487 int found, n, err = 0; in ubifs_tnc_remove() local
2518 int n, err; in ubifs_tnc_remove_nm() local
2588 int i, n, k, err = 0; in ubifs_tnc_remove_range() local
2860 long n, freed; in ubifs_tnc_close() local
2975 int n, nn; in lookup_znode() local
[all …]
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h83 #define GPU_TEXTURE_FEATURES(n) (0x0B0 + ((n) * 4)) argument
84 #define GPU_JS_FEATURES(n) (0x0C0 + ((n) * 4)) argument
231 #define JS_HEAD_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x00) argument
232 #define JS_HEAD_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x04) argument
233 #define JS_TAIL_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x08) argument
234 #define JS_TAIL_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x0c) argument
237 #define JS_CONFIG(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x18) argument
238 #define JS_XAFFINITY(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x1c) argument
239 #define JS_COMMAND(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x20) argument
240 #define JS_STATUS(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x24) argument
[all …]
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h111 #define DWC3_GEVNTSIZ(n) (0xc408 + (n * 0x10)) argument
127 #define DWC3_DEPCMD(n) (0xc80c + (n * 0x10)) argument
139 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) argument
148 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) argument
155 #define DWC3_GCTL_SCALEDOWN(n) ((n) << 4) argument
235 #define DWC3_DCTL_HIRD_THRES(n) ((n) << 24) argument
241 #define DWC3_DCTL_TRGTULST(n) ((n) << 17) argument
250 #define DWC3_DCTL_LPM_ERRATA(n) ((n) << 20) argument
366 #define DWC3_DALEPENA_EP(n) (1 << n) argument
577 #define DWC3_MODE(n) ((n) & 0x7) argument
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h78 #define SUNXI_LCDC_TCON0_CTRL_CLK_DELAY(n) (((n) & 0x1f) << 4) argument
80 #define SUNXI_LCDC_TCON0_DCLK_DIV(n) ((n) << 0) argument
82 #define SUNXI_LCDC_TCON0_TIMING_H_BP(n) (((n) - 1) << 0) argument
83 #define SUNXI_LCDC_TCON0_TIMING_H_TOTAL(n) (((n) - 1) << 16) argument
84 #define SUNXI_LCDC_TCON0_TIMING_V_BP(n) (((n) - 1) << 0) argument
85 #define SUNXI_LCDC_TCON0_TIMING_V_TOTAL(n) (((n) * 2) << 16) argument
91 #define SUNXI_LCDC_TCON0_LVDS_INTF_BITWIDTH(n) ((n) << 26) argument
97 #define SUNXI_LCDC_TCON1_TIMING_H_BP(n) (((n) - 1) << 0) argument
98 #define SUNXI_LCDC_TCON1_TIMING_H_TOTAL(n) (((n) - 1) << 16) argument
99 #define SUNXI_LCDC_TCON1_TIMING_V_BP(n) (((n) - 1) << 0) argument
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush906f.h22 #define PUSH_HDR(p,o,n,f,s,m,c) do { \ argument
35 #define PUSH_MTHD_HDR(p,c,m,n) \ argument
39 #define PUSH_NINC_HDR(p,c,m,n) \ argument
42 #define PUSH_IMMD_HDR(p,c,m,n) \ argument
46 #define PUSH_1INC_HDR(p,c,m,n) \ argument
/openbmc/linux/crypto/
H A Dtwofish_generic.c53 #define ENCROUND(n, a, b, c, d) \ argument
60 #define DECROUND(n, a, b, c, d) \ argument
71 #define ENCCYCLE(n) \ argument
75 #define DECCYCLE(n) \ argument
85 #define INPACK(n, x, m) \ argument
88 #define OUTUNPACK(n, x, m) \ argument
/openbmc/linux/fs/ubifs/
H A Dtnc.c1147 int n; in dirty_cow_bottom_up() local
1849 int found, n, err; in do_lookup_nm() local
1963 int n, err; in do_lookup_dh() local
2314 int found, n, err = 0; in ubifs_tnc_add() local
2365 int found, n, err = 0; in ubifs_tnc_replace() local
2686 int n, err; in ubifs_tnc_remove_nm() local
2735 int n, err; in ubifs_tnc_remove_dh() local
2824 int i, n, k, err = 0; in ubifs_tnc_remove_range() local
3120 long n, freed; in ubifs_tnc_close() local
3235 int n, nn; in lookup_znode() local
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
45 void *memmove(void *dest, const void *src, size_t n) in memmove()
70 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
83 void *memset(void *s, int c, size_t n) in memset()
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h11 #define arch_cmpxchg64(ptr, o, n) \ argument
14 #define arch_cmpxchg64_local(ptr, o, n) \ argument
17 #define arch_try_cmpxchg64(ptr, po, n) \ argument
72 #define arch_cmpxchg64(ptr, o, n) \ argument
89 #define arch_cmpxchg64_local(ptr, o, n) \ argument
/openbmc/linux/arch/parisc/include/asm/
H A Dcmpxchg.h81 #define arch_cmpxchg(ptr, o, n) \ argument
109 #define arch_cmpxchg_local(ptr, o, n) \ argument
113 #define arch_cmpxchg64_local(ptr, o, n) \ argument
119 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
122 #define arch_cmpxchg64(ptr, o, n) __cmpxchg_u64(ptr, o, n) argument
/openbmc/linux/drivers/memory/
H A Dpl172.c24 #define MPMC_STATIC_CFG(n) (0x200 + 0x20 * (n)) argument
34 #define MPMC_STATIC_WAIT_WEN(n) (0x204 + 0x20 * (n)) argument
36 #define MPMC_STATIC_WAIT_OEN(n) (0x208 + 0x20 * (n)) argument
38 #define MPMC_STATIC_WAIT_RD(n) (0x20c + 0x20 * (n)) argument
40 #define MPMC_STATIC_WAIT_PAGE(n) (0x210 + 0x20 * (n)) argument
42 #define MPMC_STATIC_WAIT_WR(n) (0x214 + 0x20 * (n)) argument
44 #define MPMC_STATIC_WAIT_TURN(n) (0x218 + 0x20 * (n)) argument
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_regs.h17 #define VI6_CMD(n) (0x0000 + (n) * 4) argument
28 #define VI6_SRESET_SRTS(n) BIT(n) argument
31 #define VI6_STATUS_FLD_STD(n) BIT((n) + 28) argument
32 #define VI6_STATUS_SYS_ACT(n) BIT((n) + 8) argument
34 #define VI6_WPF_IRQ_ENB(n) (0x0048 + (n) * 12) argument
47 #define VI6_DISP_IRQ_ENB_LNEE(n) BIT(n) argument
52 #define VI6_DISP_IRQ_STA_LNE(n) BIT(n) argument
409 #define VI6_DPR_NODE_RPF(n) (n) argument
410 #define VI6_DPR_NODE_UIF(n) (12 + (n)) argument
412 #define VI6_DPR_NODE_UDS(n) (17 + (n)) argument
[all …]
/openbmc/linux/drivers/hwmon/
H A Dnpcm750-pwm-fan.c19 #define NPCM7XX_PWM_REG_BASE(base, n) ((base) + ((n) * 0x1000L)) argument
21 #define NPCM7XX_PWM_REG_PR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x00) argument
22 #define NPCM7XX_PWM_REG_CSR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x04) argument
23 #define NPCM7XX_PWM_REG_CR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x08) argument
24 #define NPCM7XX_PWM_REG_CNRx(base, n, ch) \ argument
26 #define NPCM7XX_PWM_REG_CMRx(base, n, ch) \ argument
28 #define NPCM7XX_PWM_REG_PDRx(base, n, ch) \ argument
30 #define NPCM7XX_PWM_REG_PIER(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x3C) argument
31 #define NPCM7XX_PWM_REG_PIIR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x40) argument
80 #define NPCM7XX_FAN_REG_BASE(base, n) ((base) + ((n) * 0x1000L)) argument
[all …]
/openbmc/linux/include/asm-generic/
H A Ddiv64.h45 # define do_div(n,base) ({ \ argument
65 #define __div64_const32(n, ___b) \ argument
171 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64()
219 # define do_div(n,base) ({ \ argument
/openbmc/linux/arch/arm/include/asm/
H A Dcmpxchg.h138 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
145 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
211 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ argument
238 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
270 #define arch_cmpxchg64_relaxed(ptr, o, n) ({ \ argument
276 #define arch_cmpxchg64_local(ptr, o, n) arch_cmpxchg64_relaxed((ptr), (o), (n)) argument
/openbmc/linux/arch/arm64/include/asm/
H A Darm_pmuv3.h14 #define RETURN_READ_PMEVCNTRN(n) \ argument
16 static inline unsigned long read_pmevcntrn(int n) in read_pmevcntrn()
22 #define WRITE_PMEVCNTRN(n) \ argument
24 static inline void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn()
29 #define WRITE_PMEVTYPERN(n) \ argument
31 static inline void write_pmevtypern(int n, unsigned long val) in write_pmevtypern()
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c374 XsNode *n = value; in node_rm_recurse() local
498 unsigned int i, n; in can_access() local
877 XsNode **n; in xs_impl_read() local
897 XsNode **n; in xs_impl_write() local
921 XsNode **n; in xs_impl_directory() local
971 XsNode *n = value; in tx_commit_walk() local
1024 XsNode **n; in transaction_commit() local
1087 XsNode **n; in xs_impl_rm() local
1103 XsNode **n; in xs_impl_get_perms() local
1148 XsNode **n; in xs_impl_set_perms() local
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-3.7.1.min.js2nction(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e… argument
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c61 #define VCDT_SEL_VC(n) (((n) & 0x3) << 8) argument
63 #define VCDT_SEL_DT(n) (((n) & 0x3f) << 0) argument
70 #define FLD_FLD_NUM(n) (((n) & 0xff) << 16) argument
71 #define FLD_DET_SEL(n) (((n) & 0x3) << 4) argument
117 #define LSWAP_L3SEL(n) (((n) & 0x3) << 6) argument
118 #define LSWAP_L2SEL(n) (((n) & 0x3) << 4) argument
119 #define LSWAP_L1SEL(n) (((n) & 0x3) << 2) argument
120 #define LSWAP_L0SEL(n) (((n) & 0x3) << 0) argument
125 #define PHTW_TESTDIN_DATA(n) (((n & 0xff)) << 16) argument
127 #define PHTW_TESTDIN_CODE(n) ((n & 0xff)) argument
[all …]

12345678910>>...197