Home
last modified time | relevance | path

Searched defs:S (Results 1 – 7 of 7) sorted by relevance

/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_mpu_macros.h96 #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 …]
/arch/alpha/kernel/
Dio.c300 struct S { int x __attribute__((packed)); }; in ioread32_rep() struct
394 struct S { int x __attribute__((packed)); }; in iowrite32_rep() argument
/arch/um/include/shared/
Dinit.h45 # define __section(S) __attribute__ ((__section__(#S))) argument
/arch/arm/mach-pxa/
Dpxa27x.c55 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local
/arch/powerpc/kernel/
Dalign.c46 #define S 0x40 /* single-precision fp or... */ macro
/arch/cris/arch-v32/kernel/
Dkgdb.c889 int S, bp, trig_bits = 0, rw_bits = 0; in stub_is_stopped() local
/arch/powerpc/xmon/
Dppc-opc.c590 #define S SP + 1 macro