Home
last modified time | relevance | path

Searched defs:n (Results 76 – 100 of 4646) sorted by relevance

12345678910>>...186

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c30 #define PD_CTRL(n) (0x0a + ((n) & 0x3)) /* 0..3 */ argument
31 #define RST_CTRL(n) (0x0e + ((n) & 0x1)) /* 0..1 */ argument
32 #define SYS_CTRL(n) (0x10 + ((n) & 0x7)) /* 0..4 */ argument
38 #define RGB_DRV(n) (0x18 + ((n) & 0x3)) /* 0..3 */ argument
39 #define RGB_DLY(n) (0x1c + ((n) & 0x1)) /* 0..1 */ argument
50 #define HFP_HSW_HBP_HI_HS(n) (((n) & 0x300) >> 6) argument
56 #define BIST_POL_BIST_MODE(n) (((n) & 0xf) << 4) argument
86 #define PLL_REF_DIV_P(n) ((n) & 0xf) argument
88 #define PLL_REF_DIV_S(n) (((n) & 0x7) << 5) argument
108 #define DSI_CTRL_DSI_LANES(n) ((n) & 0x3) argument
[all …]
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel.h40 #define EIP206_OPT_ICE_TYPE(n) ((n>>8)&3) argument
41 #define EIP206_OPT_OCE_TYPE(n) ((n>>10)&3) argument
230 #define EIP197_HIA_CDR_THRESH_PROC_PKT(n) (n) argument
236 #define EIP197_HIA_RDR_THRESH_PROC_PKT(n) (n) argument
246 #define EIP197_xDR_PROC_xD_PKT(n) ((n) << 24) argument
280 #define EIP197_CDR_IRQ(n) BIT((n) * 2) argument
281 #define EIP197_RDR_IRQ(n) BIT((n) * 2 + 1) argument
305 #define EIP197_G_IRQ_DFE(n) BIT((n) << 1) argument
308 #define EIP197_G_IRQ_PE(n) BIT((n) + 20) argument
357 #define EIP197_CONTEXT_SIZE(n) (n) argument
[all …]
/openbmc/linux/net/tipc/
H A Dmsg.h252 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
262 static inline void msg_set_hdr_sz(struct tipc_msg *m, u32 n) in msg_set_hdr_sz()
287 static inline void msg_set_non_seq(struct tipc_msg *m, u32 n) in msg_set_non_seq()
385 static inline void msg_set_type(struct tipc_msg *m, u32 n) in msg_set_type()
526 static inline void msg_set_ack(struct tipc_msg *m, u16 n) in msg_set_ack()
536 static inline void msg_set_seqno(struct tipc_msg *m, u16 n) in msg_set_seqno()
752 static inline void msg_set_seq_gap(struct tipc_msg *m, u32 n) in msg_set_seq_gap()
878 static inline void msg_set_session(struct tipc_msg *m, u16 n) in msg_set_session()
970 static inline void msg_set_bc_gap(struct tipc_msg *m, u32 n) in msg_set_bc_gap()
983 static inline void msg_set_msgcnt(struct tipc_msg *m, u16 n) in msg_set_msgcnt()
[all …]
H A Dnode.c209 struct tipc_node *n; in tipc_node_get_mtu() local
235 struct tipc_node *n; in tipc_node_get_id() local
255 struct tipc_node *n; in tipc_node_get_capabilities() local
294 struct tipc_node *n; in tipc_node_crypto_rx_by_addr() local
357 struct tipc_node *n; in tipc_node_find_by_id() local
660 struct tipc_node *n; in tipc_node_subscribe() local
678 struct tipc_node *n; in tipc_node_unsubscribe() local
1106 struct tipc_node *n; in tipc_node_is_up() local
1122 struct tipc_node *n; in tipc_node_suggest_addr() local
1138 struct tipc_node *n; in tipc_node_try_addr() local
[all …]
/openbmc/linux/tools/gpio/
H A Dgpio-utils.h45 static inline void gpiotools_set_bit(__u64 *b, int n) in gpiotools_set_bit()
50 static inline void gpiotools_change_bit(__u64 *b, int n) in gpiotools_change_bit()
55 static inline void gpiotools_clear_bit(__u64 *b, int n) in gpiotools_clear_bit()
60 static inline int gpiotools_test_bit(__u64 b, int n) in gpiotools_test_bit()
65 static inline void gpiotools_assign_bit(__u64 *b, int n, bool value) in gpiotools_assign_bit()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h240 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) argument
250 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) argument
257 #define DWC3_GCTL_SCALEDOWN(n) ((n) << 4) argument
281 #define DWC3_GSTS_CURMOD(n) ((n) & 0x3) argument
292 #define DWC3_GUSB2PHYCFG_PHYIF(n) (n << 3) argument
306 #define DWC3_GUSB2PHYACC_ADDR(n) (n << 16) argument
308 #define DWC3_GUSB2PHYACC_DATA(n) (n & 0xff) argument
446 #define DWC3_DCTL_TRGTULST(n) ((n) << 17) argument
578 #define DWC3_DALEPENA_EP(n) BIT(n) argument
898 #define DWC3_MODE(n) ((n) & 0x7) argument
[all …]
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_classifier.c30 #define FT1_N_REG(slize, n, reg) \ argument
48 #define FT1_CFG_SHIFT(n) (2 * (n)) argument
49 #define FT1_CFG_MASK(n) (0x3 << FT1_CFG_SHIFT((n))) argument
65 #define FT3_N_REG(slize, n, reg) \ argument
74 #define RX_CLASS_N_REG(slice, n, reg) \ argument
80 #define RX_CLASS_GATES_N_REG(slice, n) \ argument
113 #define FT1_CFG_SHIFT(n) (2 * (n)) argument
116 #define RX_CLASS_SEL_SHIFT(n) (2 * (n)) argument
216 int n, const u8 *addr) in rx_class_ft1_set_da()
228 int n, const u8 *addr) in rx_class_ft1_set_da_mask()
[all …]
/openbmc/qemu/hw/core/
H A Dsysbus.c91 bool sysbus_has_irq(SysBusDevice *dev, int n) in sysbus_has_irq()
102 bool sysbus_is_irq_connected(SysBusDevice *dev, int n) in sysbus_is_irq_connected()
107 qemu_irq sysbus_get_connected_irq(SysBusDevice *dev, int n) in sysbus_get_connected_irq()
113 void sysbus_connect_irq(SysBusDevice *dev, int n, qemu_irq irq) in sysbus_connect_irq()
125 bool sysbus_has_mmio(SysBusDevice *dev, unsigned int n) in sysbus_has_mmio()
157 void sysbus_mmio_unmap(SysBusDevice *dev, int n) in sysbus_mmio_unmap()
167 void sysbus_mmio_map(SysBusDevice *dev, int n, hwaddr addr) in sysbus_mmio_map()
172 void sysbus_mmio_map_overlap(SysBusDevice *dev, int n, hwaddr addr, in sysbus_mmio_map_overlap()
192 int n; in sysbus_init_mmio() local
200 MemoryRegion *sysbus_mmio_get_region(SysBusDevice *dev, int n) in sysbus_mmio_get_region()
[all …]
/openbmc/linux/include/media/
H A Dcec-notifier.h120 static inline void cec_notifier_conn_unregister(struct cec_notifier *n) in cec_notifier_conn_unregister()
132 static inline void cec_notifier_cec_adap_unregister(struct cec_notifier *n, in cec_notifier_cec_adap_unregister()
137 static inline void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa) in cec_notifier_set_phys_addr()
141 static inline void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n, in cec_notifier_set_phys_addr_from_edid()
161 static inline void cec_notifier_phys_addr_invalidate(struct cec_notifier *n) in cec_notifier_phys_addr_invalidate()
/openbmc/linux/arch/x86/lib/
H A Diomem.c10 static __always_inline void rep_movs(void *to, const void *from, size_t n) in rep_movs()
26 static void string_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in string_memcpy_fromio()
48 static void string_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in string_memcpy_toio()
67 static void unrolled_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in unrolled_memcpy_fromio()
77 static void unrolled_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in unrolled_memcpy_toio()
96 void memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in memcpy_fromio()
105 void memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in memcpy_toio()
H A Dusercopy_32.c20 static inline int __movsl_is_ok(unsigned long a1, unsigned long a2, unsigned long n) in __movsl_is_ok()
28 #define movsl_is_ok(a1, a2, n) \ argument
62 clear_user(void __user *to, unsigned long n) in clear_user()
83 __clear_user(void __user *to, unsigned long n) in __clear_user()
313 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll()
326 unsigned long n) in __copy_from_user_ll_nocache_nozero()
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_regs.h72 #define DSSR_DFB(n) (1 << ((n)+15)) argument
78 #define DSSR_ADC(n) (1 << ((n)-1)) argument
86 #define DSRCR_ADCL(n) (1 << ((n)-1)) argument
95 #define DIER_ADCE(n) (1 << ((n)-1)) argument
104 #define DPPR_DPE(n) (1 << ((n)*4-1)) argument
106 #define DPPR_DPS_SHIFT(n) (((n)-1)*4) argument
289 #define DPLLCR_N(n) ((n) << 5) argument
290 #define DPLLCR_M(n) ((n) << 3) argument
298 #define DPLLC2R_M(n) ((n) << 8) argument
299 #define DPLLC2R_FDPLL(n) ((n) << 0) argument
[all …]
/openbmc/linux/include/linux/
H A Dlist_bl.h64 struct hlist_bl_node *n) in hlist_bl_set_first()
77 static inline void hlist_bl_add_head(struct hlist_bl_node *n, in hlist_bl_add_head()
89 static inline void hlist_bl_add_before(struct hlist_bl_node *n, in hlist_bl_add_before()
104 static inline void hlist_bl_add_behind(struct hlist_bl_node *n, in hlist_bl_add_behind()
115 static inline void __hlist_bl_del(struct hlist_bl_node *n) in __hlist_bl_del()
131 static inline void hlist_bl_del(struct hlist_bl_node *n) in hlist_bl_del()
138 static inline void hlist_bl_del_init(struct hlist_bl_node *n) in hlist_bl_del_init()
183 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ argument
H A Drculist_nulls.h33 static inline void hlist_nulls_del_init_rcu(struct hlist_nulls_node *n) in hlist_nulls_del_init_rcu()
74 static inline void hlist_nulls_del_rcu(struct hlist_nulls_node *n) in hlist_nulls_del_rcu()
99 static inline void hlist_nulls_add_head_rcu(struct hlist_nulls_node *n, in hlist_nulls_add_head_rcu()
130 static inline void hlist_nulls_add_tail_rcu(struct hlist_nulls_node *n, in hlist_nulls_add_tail_rcu()
149 static inline void hlist_nulls_add_fake(struct hlist_nulls_node *n) in hlist_nulls_add_fake()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drbtree_fail.c35 struct node_data *n; in rbtree_api_nolock_add() local
49 struct node_data *n; in rbtree_api_nolock_remove() local
75 struct node_data *n, *m; in rbtree_api_remove_unadded_node() local
112 struct node_data *n; in rbtree_api_remove_no_drop() local
139 struct node_data *n; in rbtree_api_add_to_multiple_trees() local
184 struct node_data *n; in rbtree_api_add_release_unlock_escape() local
209 struct node_data *n; in rbtree_api_first_release_unlock_escape() local
270 struct node_data *n; in add_with_cb() local
H A Drefcounted_kptr.c77 struct node_data *n, *m; in __insert_in_tree_and_list() local
110 struct node_data *n, *m; in __stash_map_insert_tree() local
145 struct node_data *n; in __read_from_tree() local
178 struct node_data *n; in __read_from_list() local
208 struct node_data *n = NULL; in __read_from_unstash() local
374 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes() local
396 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes_owning_input() local
433 struct node_data *n, *m; in rbtree_wrong_owner_remove_fail_a1() local
455 struct node_data *n; in rbtree_wrong_owner_remove_fail_b() local
510 struct node_data *n, *m = NULL; in BPF_PROG() local
[all …]
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dlite5200_sleep.S262 #define SAVE_BAT(n, addr) \ argument
268 #define SAVE_SR(n, addr) \ argument
272 #define SAVE_4SR(n, addr) \ argument
328 #define LOAD_BAT(n, addr) \ argument
334 #define LOAD_SR(n, addr) \ argument
338 #define LOAD_4SR(n, addr) \ argument
/openbmc/u-boot/include/linux/
H A Dioport.h139 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument
141 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name), 0) argument
142 #define request_mem_region_exclusive(start,n,name) \ argument
152 #define release_region(start,n) __release_region(&ioport_resource, (start), (n)) argument
153 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n)) argument
154 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)) argument
161 resource_size_t n) in check_region()
168 #define devm_request_region(dev,start,n,name) \ argument
170 #define devm_request_mem_region(dev,start,n,name) \ argument
177 #define devm_release_region(dev, start, n) \ argument
[all …]
/openbmc/linux/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h215 #define _SB_MAKEMASK1(n) (_SB_MAKE64(1) << _SB_MAKE64(n)) argument
216 #define _SB_MAKEMASK1_32(n) (_SB_MAKE32(1) << _SB_MAKE32(n)) argument
222 #define _SB_MAKEMASK(v, n) (_SB_MAKE64((_SB_MAKE64(1)<<(v))-1) << _SB_MAKE64(n)) argument
223 #define _SB_MAKEMASK_32(v, n) (_SB_MAKE32((_SB_MAKE32(1)<<(v))-1) << _SB_MAKE32(n)) argument
229 #define _SB_MAKEVALUE(v, n) (_SB_MAKE64(v) << _SB_MAKE64(n)) argument
230 #define _SB_MAKEVALUE_32(v, n) (_SB_MAKE32(v) << _SB_MAKE32(n)) argument
232 #define _SB_GETVALUE(v, n, m) ((_SB_MAKE64(v) & _SB_MAKE64(m)) >> _SB_MAKE64(n)) argument
233 #define _SB_GETVALUE_32(v, n, m) ((_SB_MAKE32(v) & _SB_MAKE32(m)) >> _SB_MAKE32(n)) argument
/openbmc/linux/arch/s390/lib/
H A Dstring.c36 static inline char *__strnend(const char *s, size_t n) in __strnend()
72 size_t strnlen(const char *s, size_t n) in strnlen()
113 char *strncpy(char *dest, const char *src, size_t n) in strncpy()
157 size_t strlcat(char *dest, const char *src, size_t n) in strlcat()
188 char *strncat(char *dest, const char *src, size_t n) in strncat()
286 void *memchr(const void *s, int c, size_t n) in memchr()
312 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
334 void *memscan(void *s, int c, size_t n) in memscan()
/openbmc/linux/tools/perf/arch/x86/util/
H A Ddwarf-regs.c45 # define REG_OFFSET_NAME_64(n, r) {.name = n, .offset = offsetof(struct pt_regs, r)} argument
46 # define REG_OFFSET_NAME_32(n, r) {.name = n, .offset = -1} argument
48 # define REG_OFFSET_NAME_64(n, r) {.name = n, .offset = -1} argument
49 # define REG_OFFSET_NAME_32(n, r) {.name = n, .offset = offsetof(struct pt_regs, r)} argument
95 const char *get_arch_regstr(unsigned int n) in get_arch_regstr()
/openbmc/qemu/target/riscv/
H A Dgdbstub.c50 int riscv_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n) in riscv_cpu_gdb_read_register()
77 int riscv_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) in riscv_cpu_gdb_write_register()
111 static int riscv_gdb_get_fpu(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_fpu()
127 static int riscv_gdb_set_fpu(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_fpu()
139 static int riscv_gdb_get_vector(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_vector()
157 static int riscv_gdb_set_vector(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_vector()
173 static int riscv_gdb_get_csr(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_csr()
190 static int riscv_gdb_set_csr(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_csr()
207 static int riscv_gdb_get_virtual(CPUState *cs, GByteArray *buf, int n) in riscv_gdb_get_virtual()
222 static int riscv_gdb_set_virtual(CPUState *cs, uint8_t *mem_buf, int n) in riscv_gdb_set_virtual()
/openbmc/linux/arch/x86/boot/compressed/
H A Dstring.c14 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy()
28 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy()
43 void *memset(void *s, int c, size_t n) in memset()
53 void *memmove(void *dest, const void *src, size_t n) in memmove()
68 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/openbmc/qemu/target/arm/tcg/
H A Dgengvec64.c25 static void gen_rax1_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m) in gen_rax1_i64()
31 static void gen_rax1_vec(unsigned vece, TCGv_vec d, TCGv_vec n, TCGv_vec m) in gen_rax1_vec()
51 static void gen_xar8_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar8_i64()
64 static void gen_xar16_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar16_i64()
77 static void gen_xar_i32(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, int32_t sh) in gen_xar_i32()
83 static void gen_xar_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, int64_t sh) in gen_xar_i64()
89 static void gen_xar_vec(unsigned vece, TCGv_vec d, TCGv_vec n, in gen_xar_vec()
145 static void gen_eor3_vec(unsigned vece, TCGv_vec d, TCGv_vec n, in gen_eor3_vec()
152 void gen_gvec_eor3(unsigned vece, uint32_t d, uint32_t n, uint32_t m, in gen_gvec_eor3()
171 static void gen_bcax_vec(unsigned vece, TCGv_vec d, TCGv_vec n, in gen_bcax_vec()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h107 #define DRAM_DCR_IO_WIDTH(n) (((n) & 0x3) << 1) argument
119 #define DRAM_DCR_BUS_WIDTH(n) (((n) & 0x7) << 6) argument
124 #define DRAM_DCR_RANK_SEL(n) (((n) & 0x3) << 10) argument
127 #define DRAM_DCR_MODE(n) (((n) & 0x3) << 13) argument
136 #define DRAM_DRR_TRFC(n) ((n) & 0xff) argument
137 #define DRAM_DRR_TREFI(n) (((n) & 0xffff) << 8) argument
140 #define DRAM_MCR_MODE_NORM(n) (((n) & 0x3) << 0) argument
142 #define DRAM_MCR_MODE_DQ_OUT(n) (((n) & 0x3) << 2) argument
152 #define DRAM_MCR_MODE_EN(n) (((n) & 0x3) << 13) argument
159 #define DRAM_ZQCR0_IMP_DIV(n) (((n) & 0xff) << 20) argument
[all …]

12345678910>>...186