Home
last modified time | relevance | path

Searched defs:n (Results 176 – 200 of 5030) sorted by relevance

12345678910>>...202

/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
/openbmc/linux/drivers/bus/mhi/ep/
H A Dinternal.h52 #define CHDB_LOWER_n(n) (0x400 + 0x8 * (n)) argument
53 #define CHDB_HIGHER_n(n) (0x404 + 0x8 * (n)) argument
54 #define ERDB_LOWER_n(n) (0x800 + 0x8 * (n)) argument
55 #define ERDB_HIGHER_n(n) (0x804 + 0x8 * (n)) argument
60 #define MHI_CHDB_INT_STATUS_n(n) (0x28 + 0x4 * (n)) argument
61 #define MHI_ERDB_INT_STATUS_n(n) (0x38 + 0x4 * (n)) argument
68 #define MHI_CHDB_INT_CLEAR_n(n) (0x70 + 0x4 * (n)) argument
70 #define MHI_ERDB_INT_CLEAR_n(n) (0x80 + 0x4 * (n)) argument
82 #define MHI_CHDB_INT_MASK_n(n) (0xb8 + 0x4 * (n)) argument
84 #define MHI_ERDB_INT_MASK_n(n) (0xc8 + 0x4 * (n)) argument
/openbmc/linux/drivers/dma-buf/
H A Dselftest.c16 #define selftest(n, func) __idx_##n, argument
21 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, argument
32 #define param(n) __PASTE(igt__, __PASTE(__PASTE(__LINE__, __), n)) argument
33 #define selftest_0(n, func, id) \ argument
35 #define selftest(n, func) selftest_0(n, func, param(n)) argument
/openbmc/qemu/block/
H A Dqed-table.c68 unsigned int index, unsigned int n, bool flush) in qed_write_table()
123 unsigned int n) in qed_write_l1_table()
131 unsigned int n) in qed_write_l1_table_sync()
183 unsigned int index, unsigned int n, in qed_write_l2_table()
192 unsigned int index, unsigned int n, in qed_write_l2_table_sync()
/openbmc/u-boot/include/linux/
H A Dbuild_bug.h7 #define __BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) argument
8 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) argument
18 #define __BUILD_BUG_ON_NOT_POWER_OF_2(n) \ argument
20 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) \ argument
/openbmc/linux/arch/alpha/include/asm/
H A Dcmpxchg.h20 #define arch_cmpxchg_local(ptr, o, n) \ argument
29 #define arch_cmpxchg64_local(ptr, o, n) \ argument
56 #define arch_cmpxchg(ptr, o, n) \ argument
68 #define arch_cmpxchg64(ptr, o, n) \ argument
/openbmc/linux/arch/arm/include/asm/
H A Ddiv64.h24 static inline uint32_t __div64_32(uint64_t *n, uint32_t base) in __div64_32()
51 #define do_div(n, base) __div64_32(&(n), base) argument
55 static inline uint64_t __arch_xprod_64(uint64_t m, uint64_t n, bool bias) in __arch_xprod_64()
/openbmc/linux/include/linux/mfd/
H A Dmxs-lradc.h53 #define LRADC_CTRL1_LRADC_IRQ_EN(n) (1 << ((n) + 16)) argument
58 #define LRADC_CTRL1_LRADC_IRQ(n) BIT(n) argument
70 #define LRADC_CH(n) (0x50 + (0x10 * (n))) argument
79 #define LRADC_DELAY(n) (0xd0 + (0x10 * (n))) argument
103 #define LRADC_CTRL4_LRADCSELECT_MASK(n) (0xf << ((n) * 4)) argument
104 #define LRADC_CTRL4_LRADCSELECT_OFFSET(n) ((n) * 4) argument
105 #define LRADC_CTRL4_LRADCSELECT(n, x) \ argument
/openbmc/u-boot/include/
H A Dfm_eth.h66 #define FM_DTSEC_INFO_INITIALIZER(idx, n) \ argument
80 #define FM_TGEC_INFO_INITIALIZER(idx, n) \ argument
94 #define FM_TGEC_INFO_INITIALIZER(idx, n) \ argument
107 #define FM_TGEC_INFO_INITIALIZER(idx, n) \ argument
123 #define FM_TGEC_INFO_INITIALIZER2(idx, n) \ argument
138 #define FM_DTSEC_INFO_INITIALIZER(idx, n) \ argument
151 #define FM_TGEC_INFO_INITIALIZER(idx, n) \ argument
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c48 unsigned long pfn, n; in expect_pfn_sg() local
165 static unsigned int one(unsigned long n, in one()
172 static unsigned int grow(unsigned long n, in grow()
179 static unsigned int shrink(unsigned long n, in shrink()
186 static unsigned int random(unsigned long n, in random()
193 static unsigned int random_page_size_pages(unsigned long n, in random_page_size_pages()
221 unsigned long n, pfn; in alloc_table() local
/openbmc/linux/arch/ia64/include/asm/
H A Duaccess.h86 # define __get_user_size(val, addr, n, err) \ argument
103 # define __put_user_size(val, addr, n, err) \ argument
115 # define __get_user_size(val, addr, n, err) \ argument
121 # define __put_user_size(val, addr, n, err) \ argument
207 #define __clear_user(to, n) __do_clear_user(to, n) argument
209 #define clear_user(to, n) \ argument
224 #define strncpy_from_user(to, from, n) \ argument
/openbmc/qemu/hw/core/
H A Dplatform-bus.c35 int n) in platform_bus_get_irqn()
55 int n) in platform_bus_get_mmio_addr()
81 int n, i; in platform_bus_count_irqs() local
109 int n) in platform_bus_map_irq()
130 int n) in platform_bus_map_mmio()
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy-2ph-1-0.c17 #define CAMSS_CSI_PHY_LNn_CFG2(n) (0x004 + 0x40 * (n)) argument
18 #define CAMSS_CSI_PHY_LNn_CFG3(n) (0x008 + 0x40 * (n)) argument
24 #define CAMSS_CSI_PHY_INTERRUPT_STATUSn(n) (0x18c + 0x4 * (n)) argument
25 #define CAMSS_CSI_PHY_INTERRUPT_MASKn(n) (0x1ac + 0x4 * (n)) argument
26 #define CAMSS_CSI_PHY_INTERRUPT_CLEARn(n) (0x1cc + 0x4 * (n)) argument
/openbmc/linux/arch/x86/um/
H A Dptrace_32.c31 int n; in is_syscall() local
199 int err, n, cpu = task_cpu(child); in get_fpregs() local
216 int n, cpu = task_cpu(child); in set_fpregs() local
229 int err, n, cpu = task_cpu(child); in get_fpxregs() local
245 int n, cpu = task_cpu(child); in set_fpxregs() local
/openbmc/linux/arch/mips/include/asm/
H A Dcmpxchg.h210 #define arch_cmpxchg64_local(ptr, o, n) \ argument
216 #define arch_cmpxchg64(ptr, o, n) \ argument
224 # define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
299 # define arch_cmpxchg64(ptr, o, n) ({ \ argument
322 # define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/linux/include/linux/
H A Drio_regs.h224 #define RIO_PORT_N_MNT_REQ_CSR(n, m) (0x40 + (n) * (0x20 * (m))) argument
236 #define RIO_PORT_N_CTL2_CSR(n, m) (0x54 + (n) * (0x20 * (m))) argument
246 #define RIO_PORT_N_CTL_CSR(n, m) (0x5c + (n) * (0x20 * (m))) argument
267 #define RIO_DEV_PORT_N_MNT_REQ_CSR(d, n) \ argument
270 #define RIO_DEV_PORT_N_MNT_RSP_CSR(d, n) \ argument
273 #define RIO_DEV_PORT_N_ACK_STS_CSR(d, n) \ argument
276 #define RIO_DEV_PORT_N_CTL2_CSR(d, n) \ argument
279 #define RIO_DEV_PORT_N_ERR_STS_CSR(d, n) \ argument
282 #define RIO_DEV_PORT_N_CTL_CSR(d, n) \ argument
285 #define RIO_DEV_PORT_N_OB_ACK_CSR(d, n) \ argument
[all …]
H A Dioport.h268 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument
270 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
271 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name), 0) argument
272 #define request_mem_region_muxed(start, n, name) \ argument
274 #define request_mem_region_exclusive(start,n,name) \ argument
284 #define release_region(start,n) __release_region(&ioport_resource, (start), (n)) argument
285 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)) argument
303 #define devm_request_region(dev,start,n,name) \ argument
305 #define devm_request_mem_region(dev,start,n,name) \ argument
312 #define devm_release_region(dev, start, n) \ argument
[all …]
/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dmicrodev.h26 #define MICRODEV_FPGA_INTC_MASK(n) (1ul<<(n)) /* Interrupt mask to enable/disable INTC in CPU-bo… argument
27 #define MICRODEV_FPGA_INTPRI_REG(n) (MICRODEV_FPGA_INTC_BASE+0x10+((n)/8)*8)/* Interrupt Priority R… argument
28 #define MICRODEV_FPGA_INTPRI_LEVEL(n,x) ((x)<<(((n)%8)*4)) /* MICRODEV_FPGA_INTPRI_LEVEL(int_numb… argument
29 #define MICRODEV_FPGA_INTPRI_MASK(n) (MICRODEV_FPGA_INTPRI_LEVEL((n),0xful)) /* Interrupt Priority … argument
/openbmc/linux/arch/arm/lib/
H A Duaccess_with_memcpy.c93 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) in __copy_to_user_memcpy()
141 arm_copy_to_user(void __user *to, const void *from, unsigned long n) in arm_copy_to_user()
162 __clear_user_memset(void __user *addr, unsigned long n) in __clear_user_memset()
200 unsigned long arm_clear_user(void __user *addr, unsigned long n) in arm_clear_user()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_benchmark.c21 int n) in lsdc_copy_gtt_to_vram_cpu()
36 int n) in lsdc_copy_vram_to_gtt_cpu()
51 int n) in lsdc_copy_gtt_to_gtt_cpu()
65 unsigned int n, in lsdc_benchmark_copy()
/openbmc/linux/arch/m68k/lib/
H A Duaccess.c11 unsigned long n) in __generic_copy_from_user()
57 unsigned long n) in __generic_copy_to_user()
104 unsigned long __clear_user(void __user *to, unsigned long n) in __clear_user()
/openbmc/linux/arch/loongarch/include/asm/
H A Dfb.h11 static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in fb_memcpy_fromio()
17 static inline void fb_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in fb_memcpy_toio()
23 static inline void fb_memset_io(volatile void __iomem *addr, int c, size_t n) in fb_memset_io()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 !function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof… argument
/openbmc/linux/kernel/power/
H A Dmain.c151 const char *buf, size_t n) in pm_async_store()
214 const char *buf, size_t n) in mem_sleep_store()
257 const char *buf, size_t n) in sync_on_suspend_store()
308 const char *buf, size_t n) in pm_test_store()
551 const char *buf, size_t n) in pm_print_times_store()
688 const char *buf, size_t n) in state_store()
762 const char *buf, size_t n) in wakeup_count_store()
815 const char *buf, size_t n) in autosleep_store()
844 const char *buf, size_t n) in wake_lock_store()
861 const char *buf, size_t n) in wake_unlock_store()
[all …]

12345678910>>...202