/linux-6.1.9/drivers/video/fbdev/ |
D | au1200fb.h | 103 #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 …]
|
D | au1100fb.h | 176 #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/ |
D | kmb_regs.h | 110 #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/ |
D | cx88-dsp.c | 93 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/ |
D | op-8.h | 34 #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
|
D | op-1.h | 36 #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
|
D | op-2.h | 34 #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/ |
D | file.c | 16 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/ |
D | ddk750_chip.c | 37 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/ |
D | memcpy.S | 39 # define N (MEM_LAT + 4) macro 178 # define N (MEM_LAT + 5) /* number of stages */ macro
|
/linux-6.1.9/drivers/soundwire/ |
D | sysfs_slave_dpn.c | 15 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/ |
D | spidev.h | 95 #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/ |
D | tda827x.c | 152 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/ |
D | nv50.c | 58 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/ |
D | math.c | 68 #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/ |
D | bonito64.h | 351 #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/ |
D | asn1_ber_bytecode.h | 86 #define _jump_target(N) (N) argument 87 #define _action(N) (N) argument
|
/linux-6.1.9/drivers/pwm/ |
D | pwm-pca9685.c | 68 #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/ |
D | switch_to.h | 9 #define switch_to(P,N,L) \ argument
|
/linux-6.1.9/arch/arm/include/asm/ |
D | hw_breakpoint.h | 109 #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/ |
D | hw_breakpoint.h | 99 #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/ |
D | label.h | 28 #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/ |
D | rl6347a.h | 14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_afmt.c | 51 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/ |
D | camellia_asm.S | 77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
|