/linux-3.4.99/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_mpu_macros.h | 96 #define MPU_ADD_RRR(S,N,D) (0x4000008C | ((S & ((1 << 5) - 1)) << 16)\ argument 100 #define MPU_ADD_RRS(S,N,D) (0x4000048C | ((S & ((1 << 5) - 1)) << 16)\ argument 104 #define MPU_ADD_RSR(S,N,D) (0x4000018C | ((S & ((1 << 5) - 1)) << 16)\ argument 108 #define MPU_ADD_RSS(S,N,D) (0x4000058C | ((S & ((1 << 5) - 1)) << 16)\ argument 112 #define MPU_ADD_SRR(S,N,D) (0x4000028C | ((S & ((1 << 5) - 1)) << 16)\ argument 116 #define MPU_ADD_SRS(S,N,D) (0x4000068C | ((S & ((1 << 5) - 1)) << 16)\ argument 120 #define MPU_ADD_SSR(S,N,D) (0x4000038C | ((S & ((1 << 5) - 1)) << 16)\ argument 124 #define MPU_ADD_SSS(S,N,D) (0x4000078C | ((S & ((1 << 5) - 1)) << 16)\ argument 128 #define MPU_ADDQ_RIR(S,N,D) (0x10000000 | ((S & ((1 << 5) - 1)) << 16)\ argument 132 #define MPU_ADDQ_IRR(S,N,D) (0x10000000 | ((S & ((1 << 16) - 1)) << 0)\ argument [all …]
|
/linux-3.4.99/drivers/video/ |
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 | 174 #define LCD_HORZTIMING_HN2_N(N) ((((N)-1) << LCD_HORZTIMING_HN2_BIT) & LCD_HORZTIMING_HN2_MASK) argument 177 #define LCD_HORZTIMING_HN1_N(N) ((((N)-1) << LCD_HORZTIMING_HN1_BIT) & LCD_HORZTIMING_HN1_MASK) argument 180 #define LCD_HORZTIMING_HPW_N(N) ((((N)-1) << LCD_HORZTIMING_HPW_BIT) & LCD_HORZTIMING_HPW_MASK) argument 183 #define LCD_HORZTIMING_PPL_N(N) ((((N)-1) << LCD_HORZTIMING_PPL_BIT) & LCD_HORZTIMING_PPL_MASK) argument 188 #define LCD_VERTTIMING_VN2_N(N) ((((N)-1) << LCD_VERTTIMING_VN2_BIT) & LCD_VERTTIMING_VN2_MASK) argument 191 #define LCD_VERTTIMING_VN1_N(N) ((((N)-1) << LCD_VERTTIMING_VN1_BIT) & LCD_VERTTIMING_VN1_MASK) argument 194 #define LCD_VERTTIMING_VPW_N(N) ((((N)-1) << LCD_VERTTIMING_VPW_BIT) & LCD_VERTTIMING_VPW_MASK) argument 197 #define LCD_VERTTIMING_LPP_N(N) ((((N)-1) << LCD_VERTTIMING_LPP_BIT) & LCD_VERTTIMING_LPP_MASK) argument 206 #define LCD_CLKCONTROL_BF_N(N) ((((N)-1) << LCD_CLKCONTROL_BF_BIT) & LCD_CLKCONTROL_BF_MASK) argument 209 #define LCD_CLKCONTROL_PCD_N(N) (((N) << LCD_CLKCONTROL_PCD_BIT) & LCD_CLKCONTROL_PCD_MASK) argument [all …]
|
/linux-3.4.99/arch/frv/include/asm/ |
D | gdb-stub.h | 51 #define GDB_REG_GR(N) (N) argument 52 #define GDB_REG_FR(N) (64+(N)) argument 59 #define GDB_REG_DBAR(N) (137+(N)) argument 60 #define GDB_REG_SCR(N) (141+(N)) argument 64 #define GDB_REG_ACC(N) (150+(N)) argument 65 #define GDB_REG_ACCG(N) (158+(N)/4) argument 66 #define GDB_REG_MSR(N) (160+(N)) argument 67 #define GDB_REG_GNER(N) (162+(N)) argument 68 #define GDB_REG_FNER(N) (164+(N)) argument
|
D | irc-regs.h | 46 #define __get_IRR(N) ({ __reg(0xfeff9840 + (N) * 8); }) argument 47 #define __set_IRR(N,V) do { __reg(0xfeff9840 + (N) * 8) = (V); } while(0) argument 49 #define __get_IITMR(N) ({ __reg(0xfeff9880 + (N) * 8); }) argument 50 #define __set_IITMR(N,V) do { __reg(0xfeff9880 + (N) * 8) = (V); } while(0) argument
|
D | mb86943a.h | 28 #define __reg_MB86943_ecs_ctl(N) *(volatile uint32_t *) (__region_CS1 + 0x08 + (0x08*(N))) argument 29 #define __reg_MB86943_ecs_range(N) *(volatile uint32_t *) (__region_CS1 + 0x20 + (0x10*(N))) argument 30 #define __reg_MB86943_ecs_base(N) *(volatile uint32_t *) (__region_CS1 + 0x28 + (0x10*(N))) argument
|
D | registers.h | 60 #define __OFFSET(X,N) ((X)+(N)*4) argument 61 #define __OFFSETC(X,N) xxxxxxxxxxxxxxxxxxxxxxxx argument 63 #define __OFFSET(X,N) ((X)+(N)*4) argument 64 #define __OFFSETC(X,N) ((X)+(N)) argument
|
/linux-3.4.99/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 | 35 #define _FP_FRAC_SLL_2(X,N) \ argument 57 #define _FP_FRAC_SRL_2(X,N) \ argument 72 #define _FP_FRAC_SRS_2(X,N,sz) \ argument
|
/linux-3.4.99/drivers/media/video/cx88/ |
D | cx88-dsp.c | 97 static u32 int_goertzel(s16 x[], u32 N, u32 freq) in int_goertzel() 126 static u32 freq_magnitude(s16 x[], u32 N, u32 freq) in freq_magnitude() 132 static u32 noise_magnitude(s16 x[], u32 N, u32 freq_start, u32 freq_end) in noise_magnitude() 155 static s32 detect_a2_a2m_eiaj(struct cx88_core *core, s16 x[], u32 N) in detect_a2_a2m_eiaj() 219 static s32 detect_btsc(struct cx88_core *core, s16 x[], u32 N) in detect_btsc() 231 static s16 *read_rds_samples(struct cx88_core *core, u32 *N) in read_rds_samples() 274 u32 N = 0; in cx88_dsp_detect_stereo_sap() local
|
/linux-3.4.99/arch/mn10300/proc-mn103e010/include/proc/ |
D | dmactl-regs.h | 20 #define DMxCTR(N) __SYSREG(0xd2000000 + ((N) * 0x100), u32) /* control reg */ argument 67 #define DMxSRC(N) __SYSREG(0xd2000004 + ((N) * 0x100), u32) /* control reg */ argument 69 #define DMxDST(N) __SYSREG(0xd2000008 + ((N) * 0x100), u32) /* src addr reg */ argument 71 #define DMxSIZ(N) __SYSREG(0xd200000c + ((N) * 0x100), u32) /* dest addr reg */ argument 74 #define DMxCYC(N) __SYSREG(0xd2000010 + ((N) * 0x100), u32) /* intermittent argument
|
/linux-3.4.99/arch/mn10300/proc-mn2ws0050/include/proc/ |
D | dmactl-regs.h | 19 #define DMxCTR(N) __SYSREG(0xd4005000+(N*0x100), u32) /* control reg */ argument 69 #define DMxSRC(N) __SYSREG(0xd4005004+(N*0x100), u32) /* control reg */ argument 71 #define DMxDST(N) __SYSREG(0xd4005008+(N*0x100), u32) /* source addr reg */ argument 73 #define DMxSIZ(N) __SYSREG(0xd400500c+(N*0x100), u32) /* dest addr reg */ argument 76 #define DMxCYC(N) __SYSREG(0xd4005010+(N*0x100), u32) /* intermittent size reg */ argument
|
/linux-3.4.99/arch/mips/fw/arc/ |
D | file.c | 18 ULONG N, ULONG *Count) in ArcGetDirectoryEntry() 36 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() 48 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite()
|
/linux-3.4.99/arch/mips/lantiq/xway/ |
D | clk-xway.c | 112 static inline unsigned int mash_dsm(int pll, unsigned int M, unsigned int N, in mash_dsm() 121 static inline unsigned int ssff_dsm_1(int pll, unsigned int M, unsigned int N, in ssff_dsm_1() 130 static inline unsigned int ssff_dsm_2(int pll, unsigned int M, unsigned int N, in ssff_dsm_2() 140 static inline unsigned int dsm(int pll, unsigned int M, unsigned int N, in dsm()
|
/linux-3.4.99/arch/avr32/mach-at32ap/include/mach/ |
D | at32ap700x.h | 27 #define GPIO_PIN_PA(N) (GPIO_PIOA_BASE + (N)) argument 28 #define GPIO_PIN_PB(N) (GPIO_PIOB_BASE + (N)) argument 29 #define GPIO_PIN_PC(N) (GPIO_PIOC_BASE + (N)) argument 30 #define GPIO_PIN_PD(N) (GPIO_PIOD_BASE + (N)) argument 31 #define GPIO_PIN_PE(N) (GPIO_PIOE_BASE + (N)) argument
|
/linux-3.4.99/arch/ia64/lib/ |
D | memcpy.S | 37 # define N (MEM_LAT + 4) macro 176 # define N (MEM_LAT + 5) /* number of stages */ macro
|
/linux-3.4.99/include/linux/spi/ |
D | spidev.h | 107 #define SPI_MSGSIZE(N) \ argument 110 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | switch_to.h | 8 #define switch_to(P,N,L) \ argument
|
/linux-3.4.99/arch/x86/xen/ |
D | trace.c | 4 #define N(x) [__HYPERVISOR_##x] = "("#x")" macro
|
/linux-3.4.99/drivers/media/common/tuners/ |
D | tda827x.c | 165 u32 N; in tda827xo_set_params() local 255 u32 N; in tda827xo_set_analog_params() local 525 u32 N; in tda827xa_set_params() local 665 u32 N; in tda827xa_set_analog_params() local
|
/linux-3.4.99/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-3.4.99/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-3.4.99/drivers/gpu/drm/nouveau/ |
D | nva3_pm.c | 82 u32 sclk = 0, P = 1, N = 1, M = 1; in read_pll() local 114 int P, N, M, diff; in calc_clk() local
|
/linux-3.4.99/drivers/staging/wlan-ng/ |
D | prism2mgmt.c | 417 #define REQBASICRATE(N) \ in prism2mgmt_scan_results() argument 433 #define REQSUPPRATE(N) \ in prism2mgmt_scan_results() argument
|