Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 144) sorted by relevance

123456

/linux/drivers/video/fbdev/
H A Dau1200fb.h103 #define LCD_BACKCOLOR_SBGR_N(N) ((N)<<16) argument
104 #define LCD_BACKCOLOR_SBGG_N(N) ((N)<<8) argument
105 #define LCD_BACKCOLOR_SBGB_N(N) ((N)<<0) argument
117 #define LCD_COLORKEY_CKR_N(N) ((N)<<16) argument
118 #define LCD_COLORKEY_CKG_N(N) ((N)<<8) argument
119 #define LCD_COLORKEY_CKB_N(N) ((N)<<0) argument
125 #define LCD_COLORKEYMSK_CKMR_N(N) ((N)<<16) argument
126 #define LCD_COLORKEYMSK_CKMG_N(N) ((N)<<8) argument
127 #define LCD_COLORKEYMSK_CKMB_N(N) ((N)<<0) argument
134 #define LCD_WINCTRL0_OX_N(N) ((N)<<21) argument
[all …]
H A Dau1100fb.h176 #define LCD_HORZTIMING_HN2_N(N) ((((N)-1) << LCD_HORZTIMING_HN2_BIT) & LCD_HORZTIMING_HN2_MASK) argument
179 #define LCD_HORZTIMING_HN1_N(N) ((((N)-1) << LCD_HORZTIMING_HN1_BIT) & LCD_HORZTIMING_HN1_MASK) argument
182 #define LCD_HORZTIMING_HPW_N(N) ((((N)-1) << LCD_HORZTIMING_HPW_BIT) & LCD_HORZTIMING_HPW_MASK) argument
185 #define LCD_HORZTIMING_PPL_N(N) ((((N)-1) << LCD_HORZTIMING_PPL_BIT) & LCD_HORZTIMING_PPL_MASK) argument
190 #define LCD_VERTTIMING_VN2_N(N) ((((N)-1) << LCD_VERTTIMING_VN2_BIT) & LCD_VERTTIMING_VN2_MASK) argument
193 #define LCD_VERTTIMING_VN1_N(N) ((((N)-1) << LCD_VERTTIMING_VN1_BIT) & LCD_VERTTIMING_VN1_MASK) argument
196 #define LCD_VERTTIMING_VPW_N(N) ((((N)-1) << LCD_VERTTIMING_VPW_BIT) & LCD_VERTTIMING_VPW_MASK) argument
199 #define LCD_VERTTIMING_LPP_N(N) ((((N)-1) << LCD_VERTTIMING_LPP_BIT) & LCD_VERTTIMING_LPP_MASK) argument
208 #define LCD_CLKCONTROL_BF_N(N) ((((N)-1) << LCD_CLKCONTROL_BF_BIT) & LCD_CLKCONTROL_BF_MASK) argument
211 #define LCD_CLKCONTROL_PCD_N(N) (((N) << LCD_CLKCONTROL_PCD_BIT) & LCD_CLKCONTROL_PCD_MASK) argument
[all …]
/linux/drivers/gpu/drm/kmb/
H A Dkmb_regs.h110 #define LCD_LAYERn_CFG(N) (LCD_LAYER0_CFG + (0x400 * (N))) argument
177 #define LCD_LAYERn_COL_START(N) (LCD_LAYER0_COL_START + (0x400 * (N))) argument
179 #define LCD_LAYERn_ROW_START(N) (LCD_LAYER0_ROW_START + (0x400 * (N))) argument
181 #define LCD_LAYERn_WIDTH(N) (LCD_LAYER0_WIDTH + (0x400 * (N))) argument
183 #define LCD_LAYERn_HEIGHT(N) (LCD_LAYER0_HEIGHT + (0x400 * (N))) argument
185 #define LCD_LAYERn_SCALE_CFG(N) (LCD_LAYER0_SCALE_CFG + (0x400 * (N))) argument
187 #define LCD_LAYERn_ALPHA(N) (LCD_LAYER0_ALPHA + (0x400 * (N))) argument
189 #define LCD_LAYERn_INV_COLOUR_LS(N) (LCD_LAYER0_INV_COLOUR_LS + \ argument
192 #define LCD_LAYERn_INV_COLOUR_MS(N) (LCD_LAYER0_INV_COLOUR_MS + \ argument
195 #define LCD_LAYERn_TRANS_COLOUR_LS(N) (LCD_LAYER0_TRANS_COLOUR_LS + \ argument
[all …]
/linux/drivers/media/pci/cx88/
H A Dcx88-dsp.c93 static u32 int_goertzel(s16 x[], u32 N, u32 freq) in int_goertzel()
127 static u32 freq_magnitude(s16 x[], u32 N, u32 freq) in freq_magnitude()
134 static u32 noise_magnitude(s16 x[], u32 N, u32 freq_start, u32 freq_end) in noise_magnitude()
157 static s32 detect_a2_a2m_eiaj(struct cx88_core *core, s16 x[], u32 N) in detect_a2_a2m_eiaj()
224 static s32 detect_btsc(struct cx88_core *core, s16 x[], u32 N) in detect_btsc()
237 static s16 *read_rds_samples(struct cx88_core *core, u32 *N) in read_rds_samples()
275 u32 N = 0; in cx88_dsp_detect_stereo_sap() local
/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst167 kdamonds/<N>/contexts/
201 contexts/<N>/monitoring_attrs/
245 targets/<N>/regions
273 .. _sysfs_schemes:
309 schemes/<N>/access_pattern/
509 Example
/linux/include/math-emu/
H A Dop-8.h34 #define _FP_FRAC_SLL_8(X,N) \ argument
54 #define _FP_FRAC_SRL_8(X,N) \ argument
80 #define _FP_FRAC_SRS_8(X,N,size) \ argument
H A Dop-1.h36 #define _FP_FRAC_SLL_1(X,N) \ argument
43 #define _FP_FRAC_SRL_1(X,N) (X##_f >>= N) argument
46 #define _FP_FRAC_SRS_1(X,N,sz) __FP_FRAC_SRS_1(X##_f, N, sz) argument
48 #define __FP_FRAC_SRS_1(X,N,sz) \ argument
H A Dop-2.h34 #define _FP_FRAC_SLL_2(X, N) ( \ argument
54 #define _FP_FRAC_SRL_2(X, N) ( \ argument
67 #define _FP_FRAC_SRS_2(X, N, sz) ( \ argument
/linux/tools/include/nolibc/
H A Dunistd.h59 #define __syscall_narg(_0, _1, _2, _3, _4, _5, _6, N, ...) N argument
61 #define _syscall(N, ...) __sysret(my_syscall##N(__VA_ARGS__)) argument
62 #define _syscall_n(N, ...) _syscall(N, __VA_ARGS__) argument
/linux/arch/mips/fw/arc/
H A Dfile.c16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead()
22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_compiler.h16 #define __pragma_loop_unroll_count(N) DO_PRAGMA_(clang loop unroll_count(N)) argument
18 #define __pragma_loop_unroll_count(N) DO_PRAGMA_(GCC unroll N) argument
/linux/drivers/staging/sm750fb/
H A Dddk750_chip.c37 unsigned int M, N, OD, POD; in get_mxclk_freq() local
319 int N, M, X, d; in sm750_calc_pll_value() local
392 unsigned int N = p_PLL->N; in sm750_format_pll_reg() local
/linux/include/uapi/linux/spi/
H A Dspidev.h95 #define SPI_MSGSIZE(N) \ argument
98 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
/linux/drivers/media/tuners/
H A Dtda827x.c152 u32 N; in tda827xo_set_params() local
242 u32 N; in tda827xo_set_analog_params() local
512 u32 N; in tda827xa_set_params() local
652 u32 N; in tda827xa_set_analog_params() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv50.c58 int P, N, M, id; in read_pll_src() local
326 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll()
381 int N, M, P1, P2; in nv50_clk_calc() local
/linux/arch/sh/math-emu/
H A Dmath.c70 #define CMP_X(SZ,R,M,N) do{ \ argument
74 #define EQ_X(SZ,R,M,N) do{ \ argument
101 #define ARITH_X(SZ,OP,M,N) do{ \ argument
287 #define EMU_FLOAT_X(SZ,N) do { \ in NOTYETn() argument
303 #define EMU_FTRC_X(SZ,N) do { \ argument
/linux/arch/mips/include/asm/mips-boards/
H A Dbonito64.h351 #define BONITO_GPIO_IOW(N) (1<<(BONITO_GPIO_GPIOW_SHIFT+(N))) argument
352 #define BONITO_GPIO_IOR(N) (1<<(BONITO_GPIO_GPIOR_SHIFT+(N))) argument
353 #define BONITO_GPIO_INR(N) (1<<(BONITO_GPIO_GPINR_SHIFT+(N))) argument
372 #define BONITO_ICU_MBOX(N) (1<<(BONITO_ICU_MBOXES_SHIFT+(N))) argument
373 #define BONITO_ICU_GPIO(N) (1<<(BONITO_ICU_GPIOS_SHIFT+(N))) argument
374 #define BONITO_ICU_GPIN(N) (1<<(BONITO_ICU_GPINS_SHIFT+(N))) argument
/linux/include/linux/
H A Dasn1_ber_bytecode.h86 #define _jump_target(N) (N) argument
87 #define _action(N) (N) argument
/linux/drivers/pwm/
H A Dpwm-pca9685.c68 #define LED_N_ON_H(N) (PCA9685_LEDX_ON_H + (4 * (N))) argument
69 #define LED_N_ON_L(N) (PCA9685_LEDX_ON_L + (4 * (N))) argument
70 #define LED_N_OFF_H(N) (PCA9685_LEDX_OFF_H + (4 * (N))) argument
71 #define LED_N_OFF_L(N) (PCA9685_LEDX_OFF_L + (4 * (N))) argument
/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h57 #define LOONGARCH_CSR_WATCH_READ(N, REG, T, VAL) \ argument
65 #define LOONGARCH_CSR_WATCH_WRITE(N, REG, T, VAL) \ argument
/linux/arch/alpha/include/asm/
H A Dswitch_to.h9 #define switch_to(P,N,L) \ argument
/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h110 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument
114 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h98 #define AARCH64_DBG_READ(N, REG, VAL) do {\ argument
102 #define AARCH64_DBG_WRITE(N, REG, VAL) do {\ argument
/linux/security/apparmor/include/
H A Dlabel.h28 #define vec_setup(T, V, N, GFP) \ argument
40 #define vec_cleanup(T, V, N) \ argument
61 #define aa_sort_and_merge_vec(N, V) \ argument
77 #define __labelset_for_each(LS, N) \ argument
[all...]
/linux/sound/soc/codecs/
H A Drl6347a.h14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument

123456