/linux-4.4.14/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-4.4.14/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 | 175 #define LCD_HORZTIMING_HN2_N(N) ((((N)-1) << LCD_HORZTIMING_HN2_BIT) & LCD_HORZTIMING_HN2_MASK) argument 178 #define LCD_HORZTIMING_HN1_N(N) ((((N)-1) << LCD_HORZTIMING_HN1_BIT) & LCD_HORZTIMING_HN1_MASK) argument 181 #define LCD_HORZTIMING_HPW_N(N) ((((N)-1) << LCD_HORZTIMING_HPW_BIT) & LCD_HORZTIMING_HPW_MASK) argument 184 #define LCD_HORZTIMING_PPL_N(N) ((((N)-1) << LCD_HORZTIMING_PPL_BIT) & LCD_HORZTIMING_PPL_MASK) argument 189 #define LCD_VERTTIMING_VN2_N(N) ((((N)-1) << LCD_VERTTIMING_VN2_BIT) & LCD_VERTTIMING_VN2_MASK) argument 192 #define LCD_VERTTIMING_VN1_N(N) ((((N)-1) << LCD_VERTTIMING_VN1_BIT) & LCD_VERTTIMING_VN1_MASK) argument 195 #define LCD_VERTTIMING_VPW_N(N) ((((N)-1) << LCD_VERTTIMING_VPW_BIT) & LCD_VERTTIMING_VPW_MASK) argument 198 #define LCD_VERTTIMING_LPP_N(N) ((((N)-1) << LCD_VERTTIMING_LPP_BIT) & LCD_VERTTIMING_LPP_MASK) argument 207 #define LCD_CLKCONTROL_BF_N(N) ((((N)-1) << LCD_CLKCONTROL_BF_BIT) & LCD_CLKCONTROL_BF_MASK) argument 210 #define LCD_CLKCONTROL_PCD_N(N) (((N) << LCD_CLKCONTROL_PCD_BIT) & LCD_CLKCONTROL_PCD_MASK) argument [all …]
|
/linux-4.4.14/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 | mb-regs.h | 124 #define LCD_CMD_FUNCSET(DL,N,F) (LCD_E|0x020|(DL<<4)|(N<<3)|(F<<2)) argument
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | entry.h | 57 #define INTERRUPT_ENTRY(N) \ argument 66 #define INTERRUPT_ENTRY(N) \ argument 82 #define TIMER_INTERRUPT_ENTRY(N) \ argument 108 #define INTERRUPT_ENTRY(N) \ argument 138 #define TIMER_INTERRUPT_ENTRY(N) \ argument
|
/linux-4.4.14/drivers/media/pci/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-4.4.14/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
|
D | op-4.h | 37 #define _FP_FRAC_SLL_4(X,N) \ argument 58 #define _FP_FRAC_SRL_4(X,N) \ argument 84 #define _FP_FRAC_SRS_4(X,N,size) \ argument
|
/linux-4.4.14/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-4.4.14/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-4.4.14/arch/mips/fw/arc/ |
D | file.c | 17 ULONG N, ULONG *Count) in ArcGetDirectoryEntry() 35 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() 47 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite()
|
/linux-4.4.14/drivers/pwm/ |
D | pwm-pca9685.c | 73 #define LED_N_ON_H(N) (PCA9685_LEDX_ON_H + (4 * (N))) argument 74 #define LED_N_ON_L(N) (PCA9685_LEDX_ON_L + (4 * (N))) argument 75 #define LED_N_OFF_H(N) (PCA9685_LEDX_OFF_H + (4 * (N))) argument 76 #define LED_N_OFF_L(N) (PCA9685_LEDX_OFF_L + (4 * (N))) argument
|
/linux-4.4.14/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-4.4.14/arch/ia64/lib/ |
D | memcpy.S | 37 # define N (MEM_LAT + 4) macro 176 # define N (MEM_LAT + 5) /* number of stages */ macro
|
D | copy_page_mck.S | 97 #define N (D + 1) macro
|
D | memcpy_mck.S | 65 #define N (D + 1) macro
|
/linux-4.4.14/arch/tile/include/gxio/ |
D | trio.h | 271 #define GXIO_TRIO_FLAG_TRAFFIC_CLASS(N) HV_TRIO_FLAG_TC(N) argument 275 #define GXIO_TRIO_FLAG_VFUNC(N) HV_TRIO_FLAG_VFUNC(N) argument
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | switch_to.h | 8 #define switch_to(P,N,L) \ argument
|
D | core_cia.h | 204 #define CIA_IOC_PCI_Wn_BASE(N) (IDENT_ADDR + 0x8760000400UL + (N)*0x100) argument 205 #define CIA_IOC_PCI_Wn_MASK(N) (IDENT_ADDR + 0x8760000440UL + (N)*0x100) argument 206 #define CIA_IOC_PCI_Tn_BASE(N) (IDENT_ADDR + 0x8760000480UL + (N)*0x100) argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv50.c | 58 int P, N, M, id; in read_pll_src() local 325 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll() 380 int N, M, P1, P2; in nv50_clk_calc() local
|
D | pllgt215.c | 34 int M, lM, hM, N, fN; in gt215_pll_calc() local
|
D | mcp77.c | 166 u32 clock, int *N, int *M, int *P) in calc_pll() 211 int N, M, P1, P2 = 0; in mcp77_clk_calc() local
|
D | gt215.c | 112 u32 sclk = 0, P = 1, N = 1, M = 1; in read_pll() local 238 int P, N, M, diff; in gt215_pll_info() local
|
D | gf100.c | 65 u32 N = (coef & 0x0000ff00) >> 8; in read_pll() local 247 int N, M, P, ret; in calc_pll() local
|
D | gk104.c | 66 u32 N = (coef & 0x0000ff00) >> 8; in read_pll() local 268 int N, M, P, ret; in calc_pll() local
|
D | pllnv04.c | 49 int M, N, thisP, P; in getMNP_single() local
|
D | nv40.c | 45 int N = (ctrl & 0x0000ff00) >> 8; in read_pll_1() local
|
/linux-4.4.14/include/uapi/linux/spi/ |
D | spidev.h | 113 #define SPI_MSGSIZE(N) \ argument 116 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 33 unsigned int M, N, OD, POD; in get_mxclk_freq() local 300 int N, M, X, d; in calcPllValue() local
|
D | ddk750_chip.h | 34 unsigned long N; member
|
/linux-4.4.14/drivers/media/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
|
D | tda18271-fe.c | 92 u32 N; in tda18271_channel_configuration() local 342 u32 N; in tda18271_calibrate_rf() local 711 u32 N = 0; in tda18271c1_rf_tracking_filter_calibration() local
|
D | m88rs6000t.c | 38 u8 N, f0 = 0, f1 = 0, f2 = 0, f3 = 0; in m88rs6000t_set_demod_mclk() local
|
/linux-4.4.14/include/linux/ |
D | asn1_ber_bytecode.h | 90 #define _jump_target(N) (N) argument 91 #define _action(N) (N) argument
|
/linux-4.4.14/arch/tile/include/hv/ |
D | drv_trio_intf.h | 179 #define HV_TRIO_FLAG_TC(N) \ argument 185 #define HV_TRIO_FLAG_VFUNC(N) \ argument
|
/linux-4.4.14/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-4.4.14/sound/soc/codecs/ |
D | rl6347a.h | 17 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
D | rt298.h | 15 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
D | rt286.h | 15 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
/linux-4.4.14/include/asm-generic/ |
D | siginfo.h | 15 #define __SI_CODE(T,N) ((T) | ((N) & 0xffff)) argument
|
/linux-4.4.14/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-4.4.14/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-4.4.14/arch/arm/include/asm/ |
D | hw_breakpoint.h | 105 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument 109 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
|
/linux-4.4.14/drivers/clk/meson/ |
D | clk-cpu.c | 77 unsigned int div, sel, N = 0; in meson_clk_cpu_set_rate() local 104 unsigned int N, sel; in meson_clk_cpu_recalc_rate() local
|
/linux-4.4.14/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-4.4.14/arch/sparc/crypto/ |
D | camellia_asm.S | 76 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
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-4.4.14/drivers/staging/rdma/hfi1/ |
D | sysfs.c | 155 #define HFI1_SC2VL_ATTR(N) \ argument 261 #define HFI1_SL2SC_ATTR(N) \ argument 368 #define HFI1_VL2MTU_ATTR(N) \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gf100.c | 37 int N, fN, M, P; in gf100_devinit_pll_set() local
|
D | gt215.c | 37 int N, fN, M, P; in gt215_devinit_pll_set() local
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2mgmt.c | 425 #define REQBASICRATE(N) \ in prism2mgmt_scan_results() argument 444 #define REQSUPPRATE(N) \ in prism2mgmt_scan_results() argument
|
/linux-4.4.14/arch/frv/kernel/ |
D | irq.c | 38 #define set_IRR(N,A,B,C,D) __set_IRR(N, (A << 28) | (B << 24) | (C << 20) | (D << 16)) argument
|
D | setup.c | 124 #define _frac(N,D) ((N)<<4 | (D)) argument
|
/linux-4.4.14/scripts/dtc/ |
D | srcpos.h | 80 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | stan.S | 158 .set N,L_SCR3 define
|
D | stwotox.S | 175 .set N,L_SCR1 define
|
D | ssin.S | 143 .set N,L_SCR2 define
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | misc.c | 140 #define SEROUT(S, N) \ argument 146 #define SEROUT(S, N) do { \ argument
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 275 #define MEM_SDMODE_RS_N(N) ((N) << 18) argument 281 #define MEM_SDMODE_CS_N(N) ((N) << 15) argument 282 #define MEM_SDMODE_TRAS_N(N) ((N) << 11) argument 283 #define MEM_SDMODE_TMRD_N(N) ((N) << 9) argument 284 #define MEM_SDMODE_TWR_N(N) ((N) << 7) argument 285 #define MEM_SDMODE_TRP_N(N) ((N) << 5) argument 286 #define MEM_SDMODE_TRCD_N(N) ((N) << 3) argument 287 #define MEM_SDMODE_TCL_N(N) ((N) << 0) argument 293 #define MEM_SDADDR_CSBA_N(N) ((N) & (0x03FF << 22) >> 12) argument 294 #define MEM_SDADDR_CSMASK_N(N) ((N)&(0x03FF << 22) >> 22) argument [all …]
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local 684 unsigned int M, N, P, pll, MClk, NVClk, memctrl; in nForceUpdateArbitrationSettings() local 771 unsigned M, N, P; in CalcVClock() local 817 unsigned M, N, P; in CalcVClock2Stage() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | head_64.h | 11 #define GET_GL_GLOBAL(N) \ argument
|
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/ |
D | loongson.h | 227 #define LOONGSON_ICU_MBOX(N) (1<<(LOONGSON_ICU_MBOXES_SHIFT+(N))) argument 228 #define LOONGSON_ICU_GPIO(N) (1<<(LOONGSON_ICU_GPIOS_SHIFT+(N))) argument 229 #define LOONGSON_ICU_GPIN(N) (1<<(LOONGSON_ICU_GPINS_SHIFT+(N))) argument
|
/linux-4.4.14/arch/mips/lib/ |
D | memset.S | 125 #define STORE_BYTE(N) \ argument
|
D | memcpy.S | 493 #define COPY_BYTE(N) \ argument
|
D | csum_partial.S | 696 #define COPY_BYTE(N) \ argument
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 73 N = macro
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_qmath.c | 242 void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N) in qm_log10()
|
D | phy_lcn.c | 2071 u16 N1, N2, N3, N4, N5, N6, N; in wlc_lcnphy_rfseq_tbl_adc_pwrup() local
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 90 N = macro
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | tda8261.c | 115 u32 frequency, N, status = 0; in tda8261_set_state() local
|
D | ix2505v.c | 138 u32 div_factor, N , A, x; in ix2505v_set_params() local
|
D | cx24113.c | 304 s32 N; in cx24113_calc_pll_nf() local
|
D | stv0367.c | 2358 u32 M, N, P; in stv0367cab_get_mclk() local
|
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_xen.c | 52 #define N(x) [__HYPERVISOR_##x] = "("#x")" macro
|
D | Makefile | 113 N = macro
|
/linux-4.4.14/arch/arm64/kernel/ |
D | hw_breakpoint.c | 69 #define READ_WB_REG_CASE(OFF, N, REG, VAL) \ argument 74 #define WRITE_WB_REG_CASE(OFF, N, REG, VAL) \ argument
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 386 # define YYSTACK_BYTES(N) \ argument 873 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 1280 # define YYCASE_(N, S) \ in yysyntax_error() argument 1481 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) argument
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 89 #define NEXT_TX(N) (((N) + 1) & GRETH_TXBD_NUM_MASK) argument 90 #define SKIP_TX(N, C) (((N) + C) & GRETH_TXBD_NUM_MASK) argument 91 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) argument
|
/linux-4.4.14/crypto/ |
D | anubis.c | 468 int N, R, i, r; in anubis_setkey() local
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | spr_defs.h | 105 #define SPR_DVR(N) (SPRGROUP_D + (N)) argument 106 #define SPR_DCR(N) (SPRGROUP_D + 8 + (N)) argument 115 #define SPR_PCCR(N) (SPRGROUP_PC + (N)) argument 116 #define SPR_PCMR(N) (SPRGROUP_PC + 8 + (N)) argument
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 365 #define COPY_BYTE(N) \ argument
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 127 #define UPDATE_PTR_LEFT(N, P, L) \ argument
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | riva_hw.c | 619 unsigned int M, N, P, pll, MClk; in nv3UpdateArbitrationSettings() local 808 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv4UpdateArbitrationSettings() local 1071 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv10UpdateArbitrationSettings() local 1116 unsigned int M, N, P, pll, MClk, NVClk; in nForceUpdateArbitrationSettings() local 1181 unsigned M, N, P; in CalcVClock() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 332 #define QIB_SL2VL_ATTR(N) \ argument 406 #define QIB_DIAGC_ATTR(N) \ argument
|
/linux-4.4.14/drivers/spmi/ |
D | spmi-pmic-arb.c | 40 #define PMIC_ARB_REG_CHNL(N) (0x800 + 0x4 * (N)) argument 43 #define SPMI_MAPPING_TABLE_REG(N) (0x0B00 + (4 * (N))) argument 55 #define SPMI_OWNERSHIP_TABLE_REG(N) (0x0700 + (4 * (N))) argument
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | diva.c | 34 #define DivaIdiReqFunc(N) \ argument
|
D | io.c | 43 #define ReqFunc(N) \ argument
|
/linux-4.4.14/drivers/media/i2c/ |
D | ad9389b.c | 412 u32 N = (ad9389b_rd(sd, 0x01) & 0xf) << 16 | in ad9389b_log_status() local 720 u32 N; in ad9389b_s_clock_freq() local
|
D | adv7511.c | 569 u32 N = (adv7511_rd(sd, 0x01) & 0xf) << 16 | in adv7511_log_status() local 826 u32 N; in adv7511_s_clock_freq() local
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | moxart_ether.h | 59 #define TX_NEXT(N) (((N) + 1) & (TX_DESC_NUM_MASK)) argument 65 #define RX_NEXT(N) (((N) + 1) & (RX_DESC_NUM_MASK)) argument
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.c | 187 u32 N; in gssx_dec_linux_creds() local
|
D | svcauth_gss.c | 445 int N, i; in rsc_parse() local
|
/linux-4.4.14/drivers/block/rsxx/ |
D | rsxx_priv.h | 257 static inline int CR_INTR_DMA(int N) in CR_INTR_DMA() 353 static inline unsigned int CREG_DATA(int N) in CREG_DATA()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 116 #define TX_NEXT(N) (((N) + 1) & (TX_DESC_NUM-1)) argument 117 #define RX_NEXT(N) (((N) + 1) & (RX_DESC_NUM-1)) argument
|
/linux-4.4.14/drivers/clk/pxa/ |
D | clk-pxa27x.c | 153 unsigned int l, L, n2, N; in clk_pxa27x_cpll_get_rate() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_audio.c | 553 static void radeon_audio_calc_cts(unsigned int clock, int *CTS, int *N, int freq) in radeon_audio_calc_cts()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_trig.c | 876 int exp_1, N; in do_fprem() local
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_card.c | 639 u8 N = (u8)(clk - 2), min_N, max_N; in switch_ssc_clock() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_paprd.c | 412 static inline int find_proper_scale(int expn, int N) in find_proper_scale()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | module.c | 111 #define N(reloc) [R_IA64_##reloc] = #reloc macro
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | siginfo.h | 157 #define __SI_CODE(T,N) (N) argument
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sungem.h | 929 #define NEXT_TX(N) (((N) + 1) & (TX_RING_SIZE - 1)) argument 930 #define NEXT_RX(N) (((N) + 1) & (RX_RING_SIZE - 1)) argument
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | de2104x.c | 99 #define NEXT_TX(N) (((N) + 1) & (DE_TX_RING_SIZE - 1)) argument 100 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1)) argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hdr.h | 363 #define PEG_NETWORK_BASE(N) (NETXEN_CRB_PEG_NET_0 + (((N)&3) << 20)) argument 925 #define PCIE_SEM_LOCK(N) (PCIE_SEM0_LOCK + 8*(N)) argument 926 #define PCIE_SEM_UNLOCK(N) (PCIE_SEM0_UNLOCK + 8*(N)) argument
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | device_main.c | 71 #define DEVICE_PARAM(N, D) argument
|
/linux-4.4.14/fs/exofs/ |
D | ore.c | 548 u32 N = div_u64(H, U); in ore_calc_stripe_info() local
|
/linux-4.4.14/fs/afs/ |
D | internal.h | 830 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument 877 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
|
/linux-4.4.14/drivers/staging/skein/ |
D | skein_base.h | 87 static inline u64 rotl_64(u64 x, u8 N) in rotl_64()
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | test-core.h | 442 #define N(val) (val ^ 0xffffffff) macro
|
/linux-4.4.14/drivers/tty/ |
D | mips_ejtag_fdc.c | 42 #define REG_FDTX(N) (0x20+0x8*(N)) /* FDC Transmit Register n (0..15) */ argument
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 113 #define NEXT_TX(N) (((N) + 1) & (CP_TX_RING_SIZE - 1)) argument 114 #define NEXT_RX(N) (((N) + 1) & (CP_RX_RING_SIZE - 1)) argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hdr.h | 595 #define PCIE_SEM_LOCK(N) (PCIE_SEM0_LOCK + 8*(N)) argument 596 #define PCIE_SEM_UNLOCK(N) (PCIE_SEM0_UNLOCK + 8*(N)) argument
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 384 #define TK16(N) Mk16(tk[2 * (N) + 1], tk[2 * (N)]) argument
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 372 #define TK16(N) Mk16(tk[2*(N)+1], tk[2*(N)]) argument
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 404 #define TK16(N) Mk16(tk[2 * (N) + 1], tk[2 * (N)]) argument
|
/linux-4.4.14/kernel/time/ |
D | timer.c | 1196 #define INDEX(N) ((base->timer_jiffies >> (TVR_BITS + (N) * TVN_BITS)) & TVN_MASK) argument
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810.h | 212 u32 pixclock, M, N, P; member
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov2640.c | 180 #define COM2_OCAP_Nx_SET(N) (((N) - 1) & 0x03) /* N = [1x .. 4x] */ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgk104.c | 974 gk104_calc_pll_output(int fN, int M, int N, int P, int clk) in gk104_calc_pll_output()
|
/linux-4.4.14/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 97 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument 98 #define SET_CBACR_N(b, N, v) SET_GLOBAL_REG_N(CBACR_N, N, (b), (v)) argument 114 #define GET_M2VCBR_N(b, N) GET_GLOBAL_REG_N(M2VCBR_N, N, (b)) argument 115 #define GET_CBACR_N(b, N) GET_GLOBAL_REG_N(CBACR_N, N, (b)) argument 1167 #define N (N_MASK << N_SHIFT) macro
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | b44.c | 80 #define NEXT_TX(N) (((N) + 1) & (B44_TX_RING_SIZE - 1)) argument
|
D | tg3.c | 162 #define NEXT_TX(N) (((N) + 1) & (TG3_TX_RING_SIZE - 1)) argument
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 1067 static u32 frac28(u32 N, u32 D) in frac28() 1211 static u32 frac_times1e6(u32 N, u32 D) in frac_times1e6()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-velocity.c | 267 #define VELOCITY_PARAM(N, D) \ argument
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 3065 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 2897 unsigned int M, N; in mgslpc_set_rate() local
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2398 #define S(N,V) (((V)<<(N))|((V)>>(32-(N)))) argument
|
/linux-4.4.14/sound/pci/riptide/ |
D | riptide.c | 1043 u32 D, M, N; in setsamplerate() local
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 4041 #define N D(NotImpl) macro
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-atlas7.c | 32 #define N 0 macro
|