/arch/arm/boot/dts/ |
D | exynos4412-midas.dtsi | 925 PIN_SLP(gpa0-0, INPUT, NONE); 926 PIN_SLP(gpa0-1, OUT0, NONE); 927 PIN_SLP(gpa0-2, INPUT, NONE); 929 PIN_SLP(gpa0-4, INPUT, NONE); 941 PIN_SLP(gpb-0, INPUT, NONE); 942 PIN_SLP(gpb-1, INPUT, NONE); 943 PIN_SLP(gpb-2, INPUT, NONE); 944 PIN_SLP(gpb-3, INPUT, NONE); 956 PIN_SLP(gpc1-0, INPUT, NONE); 957 PIN_SLP(gpc1-1, PREV, NONE); [all …]
|
D | exynos3250-monk.dts | 497 PIN_SLP(gpb-0, PREV, NONE); 498 PIN_SLP(gpb-1, PREV, NONE); 499 PIN_SLP(gpb-2, PREV, NONE); 500 PIN_SLP(gpb-3, PREV, NONE); 520 PIN_SLP(gpd0-2, INPUT, NONE); 521 PIN_SLP(gpd0-3, INPUT, NONE); 523 PIN_SLP(gpd1-0, INPUT, NONE); 524 PIN_SLP(gpd1-1, INPUT, NONE); 525 PIN_SLP(gpd1-2, INPUT, NONE); 526 PIN_SLP(gpd1-3, INPUT, NONE); [all …]
|
D | exynos3250-rinato.dts | 688 PIN_SLP(gpb-0, PREV, NONE); 689 PIN_SLP(gpb-1, PREV, NONE); 690 PIN_SLP(gpb-2, PREV, NONE); 691 PIN_SLP(gpb-3, PREV, NONE); 711 PIN_SLP(gpd0-2, INPUT, NONE); 712 PIN_SLP(gpd0-3, INPUT, NONE); 714 PIN_SLP(gpd1-0, INPUT, NONE); 715 PIN_SLP(gpd1-1, INPUT, NONE); 716 PIN_SLP(gpd1-2, INPUT, NONE); 717 PIN_SLP(gpd1-3, INPUT, NONE); [all …]
|
/arch/arm/mach-mmp/ |
D | pxa910.c | 138 PXA910_DEVICE(pwm1, "pxa910-pwm", 0, NONE, 0xd401a000, 0x10); 139 PXA910_DEVICE(pwm2, "pxa910-pwm", 1, NONE, 0xd401a400, 0x10); 140 PXA910_DEVICE(pwm3, "pxa910-pwm", 2, NONE, 0xd401a800, 0x10); 141 PXA910_DEVICE(pwm4, "pxa910-pwm", 3, NONE, 0xd401ac00, 0x10); 144 PXA910_DEVICE(fb, "mmp-fb", -1, NONE, 0, 0); 145 PXA910_DEVICE(panel, "tpo-hvga", -1, NONE, 0, 0);
|
D | pxa168.c | 98 PXA168_DEVICE(pwm1, "pxa168-pwm", 0, NONE, 0xd401a000, 0x10); 99 PXA168_DEVICE(pwm2, "pxa168-pwm", 1, NONE, 0xd401a400, 0x10); 100 PXA168_DEVICE(pwm3, "pxa168-pwm", 2, NONE, 0xd401a800, 0x10); 101 PXA168_DEVICE(pwm4, "pxa168-pwm", 3, NONE, 0xd401ac00, 0x10);
|
D | mmp2.c | 153 MMP2_DEVICE(asram, "asram", -1, NONE, 0xe0000000, 0x4000); 155 MMP2_DEVICE(isram, "isram", -1, NONE, 0xd1020000, 0x18000);
|
/arch/x86/entry/vsyscall/ |
D | vsyscall_64.c | 45 static enum { EMULATE, XONLY, NONE } vsyscall_mode __ro_after_init = enumerator 47 NONE; 62 vsyscall_mode = NONE; in vsyscall_setup() 153 if (vsyscall_mode == NONE) { in emulate_vsyscall() 322 if (vsyscall_mode == NONE) in get_gate_vma() 344 return vsyscall_mode != NONE && (addr & PAGE_MASK) == VSYSCALL_ADDR; in in_gate_area_no_mm()
|
/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tm2-common.dtsi | 996 PIN(INPUT, gpa0-1, NONE, FAST_SR1); 998 PIN(INPUT, gpa0-3, NONE, FAST_SR1); 999 PIN(INPUT, gpa0-4, NONE, FAST_SR1); 1001 PIN(INPUT, gpa0-6, NONE, FAST_SR1); 1002 PIN(INPUT, gpa0-7, NONE, FAST_SR1); 1006 PIN(INPUT, gpa1-2, NONE, FAST_SR1); 1009 PIN(INPUT, gpa1-5, NONE, FAST_SR1); 1010 PIN(INPUT, gpa1-6, NONE, FAST_SR1); 1011 PIN(INPUT, gpa1-7, NONE, FAST_SR1); 1013 PIN(INPUT, gpa2-0, NONE, FAST_SR1); [all …]
|
/arch/microblaze/ |
D | Kconfig.platform | 60 int "USE_HW_MUL values (0=NONE, 1=MUL32, 2=MUL64)" 64 int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)"
|
/arch/s390/kernel/ |
D | vmlinux.lds.S | 181 } :NONE
|
/arch/sparc/kernel/ |
D | traps_64.c | 1083 #define NONE 254 macro 1102 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M, 1136 NONE, MTC0, 1137 MTC1, NONE, 1138 MTC2, NONE, 1139 NONE, MT0, 1140 MTC3, NONE, 1141 NONE, MT1, 1142 NONE, MT2, 1143 NONE, NONE
|
/arch/x86/events/intel/ |
D | ds.c | 58 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 63 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 64 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 65 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 66 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 76 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */ 77 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */ 94 pebs_data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in intel_pmu_pebs_data_source_skl()
|
/arch/um/kernel/ |
D | tlb.c | 20 enum { NONE, MMAP, MUNMAP, MPROTECT } type; enumerator 49 { .ops = { { .type = NONE } }, \
|
/arch/parisc/math-emu/ |
D | float.h | 546 #define NONE 0
|
/arch/ia64/kernel/ |
D | module.c | 116 N(NONE), N(IMM14), N(IMM22), N(IMM64),
|