Home
last modified time | relevance | path

Searched defs:n (Results 201 – 225 of 5277) sorted by relevance

12345678910>>...212

/openbmc/linux/arch/arm/mach-lpc32xx/
H A Dlpc32xx.h14 #define _BIT(n) _SBF(n, 1) argument
285 #define LPC32XX_CLKPWR_HCLKDIV_DIV_2POW(n) ((n) & 0x3) argument
321 #define LPC32XX_CLKPWR_MOSC_ADD_CAP(n) (((n) & 0x7F) << 2) argument
359 #define LPC32XX_CLKPWR_HCLKPLL_PLLM(n) (((n) & 0xFF) << 1) argument
365 #define LPC32XX_CLKPWR_ADCCTRL1_RTDIV(n) (((n) & 0xFF) << 0) argument
402 #define LPC32XX_CLKPWR_SDRCLK_DQS_DLY(n) (((n) & 0x1F) << 2) argument
436 #define LPC32XX_CLKPWR_MSCARD_SDCARD_DIV(n) ((n) & 0xF) argument
469 #define LPC32XX_CLKPWR_SW_GET_ARG(n) (((n) & 0xFE) >> 1) argument
493 #define LPC32XX_CLKPWR_PWMCLK_PWM2_DIV(n) (((n) & 0xF) << 8) argument
607 #define LPC32XX_TIMER_CNTR_MTCH_BIT(n) (1 << ((n) & 0x3)) argument
[all …]
/openbmc/linux/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c35 #define CSI2TX_DPHY_CFG_LANE_RESET(n) BIT((n) + 12) argument
41 #define CSI2TX_DPHY_CFG_LANE_ENABLE(n) BIT(n) argument
44 #define CSI2TX_DPHY_CLK_WAKEUP_ULPS_CYCLES(n) ((n) & 0xffff) argument
46 #define CSI2TX_DT_CFG_REG(n) (0x80 + (n) * 8) argument
47 #define CSI2TX_DT_CFG_DT(n) (((n) & 0x3f) << 2) argument
49 #define CSI2TX_DT_FORMAT_REG(n) (0x84 + (n) * 8) argument
50 #define CSI2TX_DT_FORMAT_BYTES_PER_LINE(n) (((n) & 0xffff) << 16) argument
51 #define CSI2TX_DT_FORMAT_MAX_LINE_NUM(n) ((n) & 0xffff) argument
53 #define CSI2TX_STREAM_IF_CFG_REG(n) (0x100 + (n) * 4) argument
54 #define CSI2TX_STREAM_IF_CFG_FILL_LEVEL(n) ((n) & 0x1f) argument
[all …]
/openbmc/linux/include/linux/
H A Drculist_bl.h12 struct hlist_bl_node *n) in hlist_bl_set_first_rcu()
46 static inline void hlist_bl_del_rcu(struct hlist_bl_node *n) in hlist_bl_del_rcu()
71 static inline void hlist_bl_add_head_rcu(struct hlist_bl_node *n, in hlist_bl_add_head_rcu()
/openbmc/qemu/target/microblaze/
H A Dgdbstub.c49 int mb_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in mb_cpu_gdb_read_register()
97 int mb_cpu_gdb_read_stack_protect(CPUMBState *env, GByteArray *mem_buf, int n) in mb_cpu_gdb_read_stack_protect()
114 int mb_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in mb_cpu_gdb_write_register()
156 int mb_cpu_gdb_write_stack_protect(CPUMBState *env, uint8_t *mem_buf, int n) in mb_cpu_gdb_write_stack_protect()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_destroy.c37 int serv = -1, clien = -1, accept_serv = -1, n; in test_tcp_client() local
74 int serv = -1, clien = -1, accept_serv = -1, n, serv_port; in test_tcp_server() local
115 int serv = -1, clien = -1, n = 0; in test_udp_client() local
148 int *listen_fds = NULL, n, i, serv_port; in test_udp_server() local
/openbmc/linux/arch/m68k/include/asm/
H A Dcmpxchg.h82 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
120 #define arch_cmpxchg(ptr, o, n) \ argument
123 #define arch_cmpxchg_local(ptr, o, n) \ argument
127 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.c353 ssize_t nal_h264_write_sps(const struct device *dev, in nal_h264_write_sps()
394 ssize_t nal_h264_read_sps(const struct device *dev, in nal_h264_read_sps()
444 ssize_t nal_h264_write_pps(const struct device *dev, in nal_h264_write_pps()
486 ssize_t nal_h264_read_pps(const struct device *dev, in nal_h264_read_pps()
529 ssize_t nal_h264_write_filler(const struct device *dev, void *dest, size_t n) in nal_h264_write_filler()
572 ssize_t nal_h264_read_filler(const struct device *dev, void *src, size_t n) in nal_h264_read_filler()
H A Dnal-hevc.c519 ssize_t nal_hevc_write_vps(const struct device *dev, in nal_hevc_write_vps()
563 ssize_t nal_hevc_read_vps(const struct device *dev, in nal_hevc_read_vps()
614 ssize_t nal_hevc_write_sps(const struct device *dev, in nal_hevc_write_sps()
658 ssize_t nal_hevc_read_sps(const struct device *dev, in nal_hevc_read_sps()
709 ssize_t nal_hevc_write_pps(const struct device *dev, in nal_hevc_write_pps()
753 ssize_t nal_hevc_read_pps(const struct device *dev, in nal_hevc_read_pps()
803 ssize_t nal_hevc_write_filler(const struct device *dev, void *dest, size_t n) in nal_hevc_write_filler()
850 ssize_t nal_hevc_read_filler(const struct device *dev, void *src, size_t n) in nal_hevc_read_filler()
/openbmc/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-combiner.c24 #define PC_DISP_BYPASS(n) BIT(1 + 21 * (n)) argument
25 #define PC_DISP_HSYNC_POLARITY(n) BIT(2 + 11 * (n)) argument
26 #define PC_DISP_HSYNC_POLARITY_POS(n) DISP_HSYNC_POLARITY(n) argument
27 #define PC_DISP_VSYNC_POLARITY(n) BIT(3 + 11 * (n)) argument
28 #define PC_DISP_VSYNC_POLARITY_POS(n) DISP_VSYNC_POLARITY(n) argument
29 #define PC_DISP_DVALID_POLARITY(n) BIT(4 + 11 * (n)) argument
30 #define PC_DISP_DVALID_POLARITY_POS(n) DISP_DVALID_POLARITY(n) argument
34 #define PC_SKIP_NUMBER(n) FIELD_PREP(PC_SKIP_NUMBER_MASK, (n)) argument
44 #define PC_DISP_SW_RESET_N(n) BIT(1 + (n)) argument
/openbmc/linux/fs/nls/
H A Dnls_ucs2_utils.h139 static inline wchar_t *UniStrncat(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncat()
157 static inline int UniStrncmp(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncmp()
172 UniStrncmp_le(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncmp_le()
186 static inline wchar_t *UniStrncpy(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncpy()
202 static inline wchar_t *UniStrncpy_le(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncpy_le()
/openbmc/linux/arch/csky/include/asm/
H A Dcmpxchg.h83 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
114 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
146 #define arch_cmpxchg(ptr, o, n) \ argument
149 #define arch_cmpxchg_local(ptr, o, n) \ argument
/openbmc/linux/include/soc/qcom/
H A Drpmh.h28 const struct tcs_cmd *cmd, u32 n) in rpmh_write()
33 const struct tcs_cmd *cmd, u32 n) in rpmh_write_async()
38 const struct tcs_cmd *cmd, u32 *n) in rpmh_write_batch()
/openbmc/qemu/hw/dma/
H A Dxlnx_dpdma.c58 #define DPDMA_GBL_TRG_CH(n) (1 << n) argument
59 #define DPDMA_GBL_RTRG_CH(n) (1 << 6 << n) argument
74 #define DPDMA_DSCR_STRT_ADDRE_CH(n) ((0x0200 + n * 0x100) >> 2) argument
75 #define DPDMA_DSCR_STRT_ADDR_CH(n) ((0x0204 + n * 0x100) >> 2) argument
76 #define DPDMA_DSCR_NEXT_ADDRE_CH(n) ((0x0208 + n * 0x100) >> 2) argument
77 #define DPDMA_DSCR_NEXT_ADDR_CH(n) ((0x020C + n * 0x100) >> 2) argument
78 #define DPDMA_PYLD_CUR_ADDRE_CH(n) ((0x0210 + n * 0x100) >> 2) argument
79 #define DPDMA_PYLD_CUR_ADDR_CH(n) ((0x0214 + n * 0x100) >> 2) argument
81 #define DPDMA_CNTL_CH(n) ((0x0218 + n * 0x100) >> 2) argument
85 #define DPDMA_STATUS_CH(n) ((0x021C + n * 0x100) >> 2) argument
[all …]
/openbmc/u-boot/drivers/rtc/
H A Drs5c372.c53 #define TWELVE_HOUR_MODE(n) ((((n) >> 5) & 1) == 0) argument
54 #define HOURS_AP(n) (((n) >> 5) & 1) argument
55 #define HOURS_12(n) bcd2bin((n) & 0x1F) argument
56 #define HOURS_24(n) bcd2bin((n) & 0x3F) argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dstring.h50 #define memset(s, c, n) __memset(s, c, n) argument
68 static inline void *memset16(uint16_t *p, uint16_t v, __kernel_size_t n) in memset16()
73 static inline void *memset32(uint32_t *p, uint32_t v, __kernel_size_t n) in memset32()
78 static inline void *memset64(uint64_t *p, uint64_t v, __kernel_size_t n) in memset64()
/openbmc/u-boot/include/power/
H A Das3722.h13 #define AS3722_SD_VOLTAGE(n) (0x00 + (n)) argument
14 #define AS3722_LDO_VOLTAGE(n) (0x10 + (n)) argument
21 #define AS3722_GPIO_CONTROL(n) (0x08 + (n)) argument
/openbmc/linux/tools/virtio/linux/
H A Duaccess.h26 unsigned long n) in volatile_memcpy()
33 unsigned long n) in copy_from_user()
40 unsigned long n) in copy_to_user()
/openbmc/linux/arch/sh/drivers/dma/
H A Ddma-sh.c265 #define dmaor_read_reg(n) __raw_readw(dma_find_base((n) * \ argument
267 #define dmaor_write_reg(n, data) __raw_writew(data, \ argument
308 static inline unsigned int get_dma_error_irq(int n) in get_dma_error_irq()
322 static inline unsigned int get_dma_error_irq(int n) in get_dma_error_irq()
342 int n; in dmae_irq_init() local
358 int n; in dmae_irq_free() local
/openbmc/linux/net/sched/
H A Dcls_u32.c115 struct tc_u_knode *n; in u32_classify() local
272 struct tc_u_knode *n = NULL; in u32_lookup_key() local
578 struct tc_u_knode *n; in u32_clear_hnode() local
732 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms()
786 struct tc_u_knode *n) in u32_replace_knode()
813 struct tc_u_knode *n) in u32_init_knode()
867 struct tc_u_knode *n; in u32_change() local
1194 struct tc_u_knode *n; in u32_walk() local
1279 struct tc_u_knode *n; in u32_reoffload() local
1324 struct tc_u_knode *n = fh; in u32_bind_class() local
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.c24 int n; member
35 static void dump_ymm(const char *name, int n, const v4di *r, int ff) in dump_ymm()
200 #define TEST(n, cmd, type) \ argument
210 #define TEST(n, cmd, type) {n, test_##n, cmd, &init##type}, argument
257 static int n; in init_f32reg() local
271 static int n; in init_f64reg() local
286 static int n; in init_intreg() local
369 int n = atoi(argv[1]); in main() local
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi.h45 #define SUN4I_HDMI_AVI_INFOFRAME_REG(n) (0x080 + (n)) argument
67 #define SUN4I_HDMI_PAD_CTRL1_REG_EMP(n) (((n) & 7) << 10) argument
69 #define SUN4I_HDMI_PAD_CTRL1_REG_AMP(n) (((n) & 7) << 3) argument
84 #define SUN4I_HDMI_PLL_CTRL_S(n) (((n) & 7) << 17) argument
85 #define SUN4I_HDMI_PLL_CTRL_CP_S(n) (((n) & 0x1f) << 12) argument
86 #define SUN4I_HDMI_PLL_CTRL_CS(n) (((n) & 0xf) << 8) argument
87 #define SUN4I_HDMI_PLL_CTRL_DIV(n) (((n) & 0xf) << 4) argument
89 #define SUN4I_HDMI_PLL_CTRL_VCO_S(n) ((n) & 0xf) argument
101 #define SUN4I_HDMI_PKT_CTRL_REG(n) (0x2f0 + (4 * (n))) argument
136 #define SUN4I_HDMI_DDC_FIFO_CTRL_TX_THRES(n) ((n) & 0xf) argument
[all …]
/openbmc/u-boot/drivers/net/
H A Dmtk_eth.h21 #define SYSCFG0_GE_MODE_S(n) (12 + ((n) * 2)) argument
36 #define TX_BASE_PTR_REG(n) (0x000 + (n) * 0x10) argument
37 #define TX_MAX_CNT_REG(n) (0x004 + (n) * 0x10) argument
38 #define TX_CTX_IDX_REG(n) (0x008 + (n) * 0x10) argument
39 #define TX_DTX_IDX_REG(n) (0x00c + (n) * 0x10) argument
41 #define RX_BASE_PTR_REG(n) (0x100 + (n) * 0x10) argument
42 #define RX_MAX_CNT_REG(n) (0x104 + (n) * 0x10) argument
43 #define RX_CRX_IDX_REG(n) (0x108 + (n) * 0x10) argument
44 #define RX_DRX_IDX_REG(n) (0x10c + (n) * 0x10) argument
142 #define GMAC_TRGMII_TD_ODT(n) (0x354 + (n) * 8) argument
[all …]
/openbmc/linux/arch/mips/boot/compressed/
H A Dstring.c11 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
22 void *memset(void *s, int c, size_t n) in memset()
32 void * __weak memmove(void *dest, const void *src, size_t n) in memmove()
/openbmc/linux/arch/csky/lib/
H A Dusercopy.c8 unsigned long n) in raw_copy_from_user()
79 unsigned long n) in raw_copy_to_user()
157 __clear_user(void __user *to, unsigned long n) in __clear_user()
/openbmc/qemu/target/cris/
H A Dgdbstub.c24 int crisv10_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in crisv10_cpu_gdb_read_register()
56 int cris_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in cris_cpu_gdb_read_register()
91 int cris_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in cris_cpu_gdb_write_register()

12345678910>>...212