Home
last modified time | relevance | path

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

1234567

/linux-6.1.9/drivers/video/fbdev/
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 …]
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-6.1.9/drivers/gpu/drm/kmb/
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-6.1.9/drivers/media/pci/cx88/
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-6.1.9/include/math-emu/
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
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
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-6.1.9/arch/mips/fw/arc/
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-6.1.9/drivers/staging/sm750fb/
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-6.1.9/arch/ia64/lib/
Dmemcpy.S39 # define N (MEM_LAT + 4) macro
178 # define N (MEM_LAT + 5) /* number of stages */ macro
/linux-6.1.9/drivers/soundwire/
Dsysfs_slave_dpn.c15 int N; member
167 static int add_all_attributes(struct device *dev, int N, int dir) in add_all_attributes()
/linux-6.1.9/include/uapi/linux/spi/
Dspidev.h95 #define SPI_MSGSIZE(N) \ argument
98 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
/linux-6.1.9/drivers/media/tuners/
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-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
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-6.1.9/arch/sh/math-emu/
Dmath.c68 #define CMP_X(SZ,R,M,N) do{ \ argument
72 #define EQ_X(SZ,R,M,N) do{ \ argument
99 #define ARITH_X(SZ,OP,M,N) do{ \ argument
285 #define EMU_FLOAT_X(SZ,N) do { \ in NOTYETn() argument
301 #define EMU_FTRC_X(SZ,N) do { \ argument
/linux-6.1.9/arch/mips/include/asm/mips-boards/
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-6.1.9/include/linux/
Dasn1_ber_bytecode.h86 #define _jump_target(N) (N) argument
87 #define _action(N) (N) argument
/linux-6.1.9/drivers/pwm/
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-6.1.9/arch/alpha/include/asm/
Dswitch_to.h9 #define switch_to(P,N,L) \ argument
/linux-6.1.9/arch/arm/include/asm/
Dhw_breakpoint.h109 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument
113 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
/linux-6.1.9/arch/arm64/include/asm/
Dhw_breakpoint.h99 #define AARCH64_DBG_READ(N, REG, VAL) do {\ argument
103 #define AARCH64_DBG_WRITE(N, REG, VAL) do {\ argument
/linux-6.1.9/security/apparmor/include/
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
/linux-6.1.9/sound/soc/codecs/
Drl6347a.h14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_afmt.c51 static void amdgpu_afmt_calc_cts(uint32_t clock, int *CTS, int *N, int freq) in amdgpu_afmt_calc_cts()
/linux-6.1.9/arch/sparc/crypto/
Dcamellia_asm.S77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument

1234567