Home
last modified time | relevance | path

Searched defs:n (Results 151 – 175 of 5278) sorted by relevance

12345678910>>...212

/openbmc/u-boot/include/linux/
H A Dlist.h388 #define list_for_each_safe(pos, n, head) \ argument
398 #define list_for_each_prev_safe(pos, n, head) \ argument
483 #define list_for_each_entry_safe(pos, n, head, member) \ argument
515 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
530 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
570 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
579 static inline void hlist_del(struct hlist_node *n) in hlist_del()
586 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
605 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before()
614 static inline void hlist_add_after(struct hlist_node *n, in hlist_add_after()
[all …]
/openbmc/linux/arch/um/kernel/skas/
H A Duaccess.c69 int n; in do_op_one_page() local
98 long size, remain, n; in buffer_op() local
147 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
162 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
171 int n; in strncpy_chunk_from_user() local
184 long n; in strncpy_from_user() local
211 int *len_ptr = arg, n; in strnlen_chunk() local
223 int count = 0, n; in strnlen_user() local
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c48 #define REG_ID(n) (0x00 + (n)) argument
54 #define REG_RC_LVDS_PLL_LVDS_CLK_RANGE(n) (((n) & 0x7) << 1) argument
57 #define REG_RC_DSI_CLK_DSI_CLK_DIVIDER(n) (((n) & 0x1f) << 3) argument
58 #define REG_RC_DSI_CLK_REFCLK_MULTIPLIER(n) ((n) & 0x3) argument
67 #define REG_DSI_LANE_CHA_DSI_LANES(n) (((n) & 0x3) << 3) argument
68 #define REG_DSI_LANE_CHB_DSI_LANES(n) (((n) & 0x3) << 1) argument
71 #define REG_DSI_EQ_CHA_DSI_DATA_EQ(n) (((n) & 0x3) << 6) argument
72 #define REG_DSI_EQ_CHA_DSI_CLK_EQ(n) (((n) & 0x3) << 2) argument
74 #define REG_DSI_CLK_CHA_DSI_CLK_RANGE(n) ((n) & 0xff) argument
89 #define REG_LVDS_VCOM_CHB_LVDS_VOD_SWING(n) ((n) & 0x3) argument
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.h14 #define BNXT_FWD_RESP_SIZE_ERR(n) \ argument
18 #define BNXT_EXEC_FWD_RESP_SIZE_ERR(n) \ argument
22 #define BNXT_REJ_FWD_RESP_SIZE_ERR(n) \ argument
/openbmc/linux/sound/isa/ad1848/
H A Dad1848.c49 static int snd_ad1848_match(struct device *dev, unsigned int n) in snd_ad1848_match()
69 static int snd_ad1848_probe(struct device *dev, unsigned int n) in snd_ad1848_probe()
116 static int snd_ad1848_suspend(struct device *dev, unsigned int n, pm_message_t state) in snd_ad1848_suspend()
126 static int snd_ad1848_resume(struct device *dev, unsigned int n) in snd_ad1848_resume()
/openbmc/linux/arch/sparc/include/asm/
H A Dio_32.h24 int c, __kernel_size_t n) in _memset_io()
35 __kernel_size_t n) in _memcpy_fromio()
47 __kernel_size_t n) in _memcpy_toio()
96 __kernel_size_t n) in sbus_memset_io()
106 __kernel_size_t n) in sbus_memcpy_fromio()
119 __kernel_size_t n) in sbus_memcpy_toio()
/openbmc/linux/drivers/irqchip/
H A Dirq-davinci-cp-intc.c32 #define DAVINCI_CP_INTC_SYS_STAT_CLR(n) (0x0280 + (n << 2)) argument
33 #define DAVINCI_CP_INTC_SYS_ENABLE_CLR(n) (0x0380 + (n << 2)) argument
34 #define DAVINCI_CP_INTC_CHAN_MAP(n) (0x0400 + (n << 2)) argument
35 #define DAVINCI_CP_INTC_SYS_POLARITY(n) (0x0d00 + (n << 2)) argument
36 #define DAVINCI_CP_INTC_SYS_TYPE(n) (0x0d80 + (n << 2)) argument
37 #define DAVINCI_CP_INTC_HOST_ENABLE(n) (0x1500 + (n << 2)) argument
/openbmc/qemu/util/
H A Dinterval-tree.c65 static inline uintptr_t rb_pc(const RBNode *n) in rb_pc()
70 static inline void rb_set_pc(RBNode *n, uintptr_t pc) in rb_set_pc()
80 static inline RBNode *rb_parent(const RBNode *n) in rb_parent()
85 static inline RBNode *rb_red_parent(const RBNode *n) in rb_red_parent()
105 static inline RBColor rb_color(const RBNode *n) in rb_color()
110 static inline bool rb_is_red(const RBNode *n) in rb_is_red()
115 static inline bool rb_is_black(const RBNode *n) in rb_is_black()
120 static inline void rb_set_black(RBNode *n) in rb_set_black()
125 static inline void rb_set_parent_color(RBNode *n, RBNode *p, RBColor color) in rb_set_parent_color()
130 static inline void rb_set_parent(RBNode *n, RBNode *p) in rb_set_parent()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c423 #define do_sqshl_b(n, m) \ in DO_ZPZZ() argument
425 #define do_sqshl_h(n, m) \ argument
427 #define do_sqshl_s(n, m) \ argument
429 #define do_sqshl_d(n, m) \ argument
437 #define do_uqshl_b(n, m) \ argument
439 #define do_uqshl_h(n, m) \ argument
441 #define do_uqshl_s(n, m) \ argument
443 #define do_uqshl_d(n, m) \ argument
451 #define do_sqrshl_b(n, m) \ argument
453 #define do_sqrshl_h(n, m) \ argument
[all …]
/openbmc/linux/security/selinux/ss/
H A Debitmap.c56 const struct ebitmap_node *n; in ebitmap_cpy() local
84 struct ebitmap_node *n; in ebitmap_and() local
264 const struct ebitmap_node *n; in ebitmap_get_bit() local
281 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
349 struct ebitmap_node *n, *temp; in ebitmap_destroy() local
367 struct ebitmap_node *n = NULL; in ebitmap_read() local
473 struct ebitmap_node *n; in ebitmap_write() local
/openbmc/linux/mm/
H A Dusercopy.c106 static bool overlaps(const unsigned long ptr, unsigned long n, in overlaps()
121 unsigned long n, bool to_user) in check_kernel_text_object()
150 static inline void check_bogus_address(const unsigned long ptr, unsigned long n, in check_bogus_address()
162 static inline void check_heap_object(const void *ptr, unsigned long n, in check_heap_object()
213 void __check_object_size(const void *ptr, unsigned long n, bool to_user) in __check_object_size()
/openbmc/qemu/hw/avr/
H A Datmega.c33 #define GPIO(n) (n + GPIOA) argument
34 #define USART(n) (n + USART0) argument
35 #define TIMER(n) (n + TIMER0) argument
36 #define POWER(n) (n + POWER0) argument
124 #define USART_RXC_IRQ(n) (n * USART_IRQ_COUNT + USART0_RXC_IRQ) argument
125 #define USART_DRE_IRQ(n) (n * USART_IRQ_COUNT + USART0_DRE_IRQ) argument
126 #define USART_TXC_IRQ(n) (n * USART_IRQ_COUNT + USART0_TXC_IRQ) argument
128 #define TIMER_CAPT_IRQ(n) (n * TIMER_IRQ_COUNT + TIMER0_CAPT_IRQ) argument
129 #define TIMER_COMPA_IRQ(n) (n * TIMER_IRQ_COUNT + TIMER0_COMPA_IRQ) argument
130 #define TIMER_COMPB_IRQ(n) (n * TIMER_IRQ_COUNT + TIMER0_COMPB_IRQ) argument
[all …]
/openbmc/linux/include/linux/
H A Dlist.h723 #define list_for_each_safe(pos, n, head) \ argument
734 #define list_for_each_prev_safe(pos, n, head) \ argument
856 #define list_for_each_entry_safe(pos, n, head, member) \ argument
921 #define list_safe_reset_next(pos, n, member) \ argument
975 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
992 static inline void hlist_del(struct hlist_node *n) in hlist_del()
1005 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
1036 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before()
1050 static inline void hlist_add_behind(struct hlist_node *n, in hlist_add_behind()
1069 static inline void hlist_add_fake(struct hlist_node *n) in hlist_add_fake()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun4i.h216 #define CCM_PLL5_CTRL_M(n) (((n) & 0x3) << 0) argument
218 #define CCM_PLL5_CTRL_M_X(n) ((n) - 1) argument
219 #define CCM_PLL5_CTRL_M1(n) (((n) & 0x3) << 2) argument
221 #define CCM_PLL5_CTRL_M1_X(n) ((n) - 1) argument
222 #define CCM_PLL5_CTRL_K(n) (((n) & 0x3) << 4) argument
225 #define CCM_PLL5_CTRL_K_X(n) ((n) - 1) argument
230 #define CCM_PLL5_CTRL_N_X(n) (n) argument
234 #define CCM_PLL5_CTRL_P_X(n) ((n) - 1) argument
239 #define CCM_PLL5_CTRL_BIAS_X(n) ((n) - 1) argument
258 #define CCM_MBUS_CTRL_M(n) (((n) & 0xf) << 0) argument
[all …]
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c50 #define VFE_0_IRQ_MASK_0_RDIn_REG_UPDATE(n) BIT((n) + 5) argument
51 #define VFE_0_IRQ_MASK_0_line_n_REG_UPDATE(n) \ argument
54 #define VFE_0_IRQ_MASK_0_IMAGE_COMPOSITE_DONE_n(n) BIT((n) + 25) argument
61 #define VFE_0_IRQ_MASK_1_RDIn_SOF(n) BIT((n) + 29) argument
68 #define VFE_0_IRQ_STATUS_0_RDIn_REG_UPDATE(n) BIT((n) + 5) argument
69 #define VFE_0_IRQ_STATUS_0_line_n_REG_UPDATE(n) \ argument
77 #define VFE_0_IRQ_STATUS_1_RDIn_SOF(n) BIT((n) + 29) argument
109 #define VFE_0_BUS_IMAGE_MASTER_n_WR_FRAMEDROP_PATTERN(n) \ argument
111 #define VFE_0_BUS_IMAGE_MASTER_n_WR_IRQ_SUBSAMPLE_PATTERN(n) \ argument
156 #define VFE_0_REG_UPDATE_RDIn(n) BIT(1 + (n)) argument
[all …]
/openbmc/linux/lib/zstd/common/
H A Dzstd_deps.h32 #define ZSTD_memcpy(d,s,n) __builtin_memcpy((d),(s),(n)) argument
33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) argument
34 #define ZSTD_memset(d,s,n) __builtin_memset((d),(s),(n)) argument
52 #define ZSTD_calloc(n,s) ({ (void)(n); (void)(s); NULL; }) argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.dataTables-1.13.8.min.js4 !function(n){"use strict";var a;"function"==typeof define&&define.amd?define(["jquery"],function(t)… argument
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_32_sr.S30 #define XCHG_SR(n) lwz r9, (SVCPU_SR+(n*4))(r3); \ argument
52 #define KVM_KILL_BAT(n, reg) \ argument
92 #define KVM_LOAD_BAT(n, reg, RA, RB) \ argument
/openbmc/qemu/target/tricore/
H A Dgdbstub.c37 static uint32_t tricore_cpu_gdb_read_csfr(CPUTriCoreState *env, int n) in tricore_cpu_gdb_read_csfr()
69 static void tricore_cpu_gdb_write_csfr(CPUTriCoreState *env, int n, in tricore_cpu_gdb_write_csfr()
107 int tricore_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in tricore_cpu_gdb_read_register()
122 int tricore_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in tricore_cpu_gdb_write_register()
/openbmc/linux/fs/jfs/
H A Djfs_unicode.h36 size_t n) in UniStrncpy_le()
53 size_t n) in UniStrncmp_le()
68 size_t n) in UniStrncpy_to_le()
85 size_t n) in UniStrncpy_from_le()
/openbmc/linux/sound/isa/cs423x/
H A Dcs4231.c56 static int snd_cs4231_match(struct device *dev, unsigned int n) in snd_cs4231_match()
76 static int snd_cs4231_probe(struct device *dev, unsigned int n) in snd_cs4231_probe()
135 static int snd_cs4231_suspend(struct device *dev, unsigned int n, pm_message_t state) in snd_cs4231_suspend()
145 static int snd_cs4231_resume(struct device *dev, unsigned int n) in snd_cs4231_resume()
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h113 #define cmpxchg_acq(ptr, o, n) \ argument
115 #define cmpxchg_rel(ptr, o, n) \ argument
129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
130 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun50i-usb3.c44 #define SUNXI_TX_DEEMPH_3P5DB(n) ((n) << 19) argument
46 #define SUNXI_TX_DEEMPH_6DB(n) ((n) << 13) argument
48 #define SUNXI_TX_SWING_FULL(n) ((n) << 6) argument
50 #define SUNXI_LOS_BIAS(n) ((n) << 3) argument
52 #define SUNXI_TXVBOOSTLVL(n) ((n) << 0) argument
/openbmc/linux/arch/x86/include/asm/
H A Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
31 unsigned long n) in __copy_from_user_inatomic_nocache()
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S117 #define enc_round_end(ab, x, y, n) \ argument
130 #define dec_round_end(ba, x, y, n) \ argument
143 #define encrypt_round3(ab, cd, n) \ argument
150 #define decrypt_round3(ba, dc, n) \ argument
157 #define encrypt_cycle3(ab, cd, n) \ argument
161 #define decrypt_cycle3(ba, dc, n) \ argument
175 #define inpack3(in, n, xy, m) \ argument
185 #define outunpack3(op, out, n, xy, m) \ argument

12345678910>>...212