Home
last modified time | relevance | path

Searched refs:UP (Results 1 – 83 of 83) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dpmac_zilog.h370 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) argument
371 #define ZS_IS_KGDB(UP) ((UP)->flags & PMACZILOG_FLAG_IS_KGDB) argument
372 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) argument
373 #define ZS_REGS_HELD(UP) ((UP)->flags & PMACZILOG_FLAG_REGS_HELD) argument
374 #define ZS_TX_STOPPED(UP) ((UP)->flags & PMACZILOG_FLAG_TX_STOPPED) argument
375 #define ZS_TX_ACTIVE(UP) ((UP)->flags & PMACZILOG_FLAG_TX_ACTIVE) argument
376 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & PMACZILOG_FLAG_MODEM_STATUS) argument
377 #define ZS_IS_IRDA(UP) ((UP)->flags & PMACZILOG_FLAG_IS_IRDA) argument
378 #define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM) argument
379 #define ZS_HAS_DMA(UP) ((UP)->flags & PMACZILOG_FLAG_HAS_DMA) argument
[all …]
Dip22zilog.c96 #define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS) argument
97 #define ZS_IS_KGDB(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_KGDB) argument
98 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & IP22ZILOG_FLAG_MODEM_STATUS) argument
99 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) argument
100 #define ZS_REGS_HELD(UP) ((UP)->flags & IP22ZILOG_FLAG_REGS_HELD) argument
101 #define ZS_TX_STOPPED(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_STOPPED) argument
102 #define ZS_TX_ACTIVE(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_ACTIVE) argument
Dsunzilog.c111 #define ZS_IS_KEYB(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_KEYB) argument
112 #define ZS_IS_MOUSE(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_MOUSE) argument
113 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) argument
114 #define ZS_IS_KGDB(UP) ((UP)->flags & SUNZILOG_FLAG_IS_KGDB) argument
115 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS) argument
116 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) argument
117 #define ZS_REGS_HELD(UP) ((UP)->flags & SUNZILOG_FLAG_REGS_HELD) argument
118 #define ZS_TX_STOPPED(UP) ((UP)->flags & SUNZILOG_FLAG_TX_STOPPED) argument
119 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE) argument
/linux-4.1.27/arch/alpha/kernel/
Dmachvec_impl.h76 #define IO_LITE(UP,low) \ argument
77 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \
78 .iack_sc = CAT(UP,_IACK_SC), \
99 #define IO(UP,low) \ argument
100 IO_LITE(UP,low), \
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c327 u8 UP = 0; in GetTs() local
339 UP = 0; in GetTs()
353 UP = 0; in GetTs()
358 UP = 2; in GetTs()
363 UP = 5; in GetTs()
368 UP = 7; in GetTs()
376 UP, in GetTs()
385 IEEE80211_DEBUG(IEEE80211_DL_TS, "add new TS failed(tid:%d)\n", UP); in GetTs()
425 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs()
428 pTSInfo->field.ucTSID = UP; // TSID in GetTs()
[all …]
Drtl819x_Qos.h85 u8 UP:3; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_TSProc.c313 u8 UP = 0; in GetTs() local
326 UP = 0; in GetTs()
338 UP = 0; in GetTs()
342 UP = 2; in GetTs()
346 UP = 5; in GetTs()
350 UP = 7; in GetTs()
355 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs()
361 "add new TS failed(tid:%d)\n", UP); in GetTs()
398 UP, Dir, Addr, *ppTS); in GetTs()
400 pTSInfo->field.ucTSID = UP; in GetTs()
[all …]
/linux-4.1.27/Documentation/RCU/
DUP.txt4 A common misconception is that, on UP systems, the call_rcu() primitive
85 even on a UP system. So do not do it! Even on a UP system, the RCU
90 immediately on an UP system. It is also safe for synchronize_rcu()
91 to return immediately on UP systems, except when running preemptable
95 UP systems running preemptable RCU?
128 Why can't synchronize_rcu() return immediately on UP systems
D00-INDEX33 UP.txt
Drcu.txt50 See the UP.txt file in this directory.
/linux-4.1.27/Documentation/misc-devices/
Dspear-pcie-gadget.txt46 link :write UP to enable ltsmm DOWN to disable
95 # echo UP >> link
102 wait till it returns UP.
117 # echo UP >> link
121 An application can repetitively read this node till link is found UP. It can
/linux-4.1.27/arch/x86/lib/
Dcmpxchg8b_emu.S26 # Emulate 'cmpxchg8b (%esi)' on UP except we don't
/linux-4.1.27/Documentation/devicetree/bindings/serio/
Daltera_ps2.txt1 Altera UP PS/2 controller
/linux-4.1.27/arch/mips/mm/
Dmmap.c52 enum mmap_allocation_direction {UP, DOWN}; enumerator
130 addr0, len, pgoff, flags, UP); in arch_get_unmapped_area()
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
Dcpufreq-dt.txt4 both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share
/linux-4.1.27/drivers/net/fddi/
DKconfig52 - SK-5521 (SK-NET FDDI-UP)
53 - SK-5522 (SK-NET FDDI-UP DAS)
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dgpio-keys-polled.txt34 label = "GPIO Key UP";
Dgpio-keys.txt39 label = "GPIO Key UP";
Dcros-ec-keyb.txt70 /* UP LEFT */
/linux-4.1.27/arch/powerpc/kernel/
Drtas.c830 UP, enumerator
862 case UP: in rtas_cpu_state_change_mask()
869 ((state == UP) ? "up" : "down"), in rtas_cpu_state_change_mask()
873 if (state == UP) { in rtas_cpu_state_change_mask()
893 ret = rtas_cpu_state_change_mask(UP, cpus); in rtas_online_cpus_mask()
/linux-4.1.27/arch/arm/vfp/
Dvfphw.S101 @ For UP, checking that this thread owns the hw context is
105 @ On UP, we lazily save the VFP context. As a different
/linux-4.1.27/Documentation/networking/
Dskfp.txt48 - SK-5521 (SK-NET FDDI-UP)
49 - SK-5522 (SK-NET FDDI-UP DAS)
Ddriver.txt93 if device is still UP.
Dcops.txt43 UP BROADCAST RUNNING NOARP MULTICAST MTU:600 Metric:1
Ddns_resolver.txt46 SETTING UP
Doperstates.txt33 Interface is in RFC2863 operational state UP or UNKNOWN. This is for
Ddecnet.txt37 As soon as your network card is brought into the UP state, DECnet should
Drds.txt290 Connections may be in UP, DOWN, CONNECTING, DISCONNECTING, and
Dcan.txt1041 2: can0: <NOARP,UP,LOWER_UP,ECHO> mtu 16 qdisc pfifo_fast state UP qlen 10
Darcnet-hardware.txt2974 To enable the 8K Boot PROM position SW1 switch 8 on (UP) labeled ROM.
3004 (0 = DOWN, 1 = UP)
3027 switches in the DOWN position are OFF (0) and in the UP position are ON (1)
Dbonding.txt1674 UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
1680 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
1687 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt51 UP
54 +---------> UP ----------+
66 COMING_UP: The CPU or cluster has committed to moving to the UP state.
70 UP: The CPU or cluster is active and coherent at the hardware
271 CLUSTER_UP/INBOUND_COMING_UP is equivalent to UP in the basic
Dkernel_mode_neon.txt29 The NEON/VFP register file is managed using lazy preserve (on UP systems) and
30 lazy restore (on both SMP and UP systems). This means that the register file is
/linux-4.1.27/drivers/staging/speakup/
DDefaultKeyAssignments13 KeyPad-7 Say Previous Line (UP one line)
/linux-4.1.27/Documentation/
Dlocal_ops.txt41 their UP variant must be kept. It typically means removing LOCK prefix (on
43 not have a different behavior between SMP and UP, including asm-generic/local.h
Dmemory-barriers.txt1656 barriers unnecessarily impose overhead on UP systems. They may, however, be
1669 insert anything more than a compiler barrier in a UP compilation.
1910 Locks and semaphores may not provide any guarantee of ordering on UP compiled
1953 SLEEP AND WAKE-UP FUNCTIONS
2356 On a UP system - where this wouldn't be a problem - the smp_mb() is just a
2867 THE THINGS CPUS GET UP TO
Dkernel-parameters.txt2474 with UP alternatives
2492 nosmp [SMP] Tells an SMP kernel to act as a UP kernel,
/linux-4.1.27/Documentation/locking/
Dlglock.txt91 on UP this is mapped to DEFINE_SPINLOCK(name) in both cases, note
132 * on UP systems all lg_* primitives are simply spinlocks
Dspinlocks.txt16 lock. This works well even under UP also, so the code does _not_ need to
17 worry about UP vs SMP issues: the spinlocks work correctly under both.
Drt-mutex-design.txt89 algorithm. These locks disable preemption for UP (when
/linux-4.1.27/arch/arm/kernel/
Dhead.S489 bne __fixup_smp_on_up @ no, assume UP
502 bne __fixup_smp_on_up @ no, assume UP
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-palmas.txt4 the configuration for Pull UP/DOWN, open drain etc.
/linux-4.1.27/mm/
Dslab.h54 UP, /* Slab caches usable but not all extras yet */ enumerator
Dslab_common.c672 return slab_state >= UP; in slab_is_available()
855 slab_state = UP; in create_kmalloc_caches()
Dslob.c635 slab_state = UP; in kmem_cache_init()
DKconfig449 # UP and nommu archs use km based percpu allocator
Dslab.c1479 slab_state = UP; in kmem_cache_init_late()
Dslub.c3760 if (slab_state <= UP) in __kmem_cache_create()
/linux-4.1.27/arch/arm/common/
Dmcpm_head.S92 @ Signal that this CPU is coming UP:
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt172 i386(UP/SMP), x86_64(UP/SMP), ARM, PPC
Dhighres.txt191 timer and periodic events (jiffies tick, profiling, process accounting) on UP
/linux-4.1.27/arch/arm/mach-pxa/
Dmagician.c150 INIT_KEY(UP, GPIO93_MAGICIAN_KEY_UP, "Up button"),
/linux-4.1.27/arch/powerpc/boot/dts/
Dac14xx.dts372 0x01000067 /* UP */
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt65 between the UP and DOWN case. There is currently no 'just turn on' setting
/linux-4.1.27/arch/arm/boot/dts/
Dexynos4412-trats2.dts1000 PIN_SLP(gpa0-3, INPUT, UP);
1004 PIN_SLP(gpa0-7, INPUT, UP);
1018 PIN_SLP(gpb-5, INPUT, UP);
Dam437x-gp-evm.dts66 0x01000067 /* UP */
Dam43x-epos-evm.dts99 0x00030067 /* UP */
Dexynos3250-rinato.dts719 PIN_SLP(gpe0-3, INPUT, UP);
/linux-4.1.27/arch/m68k/fpsp040/
Dsatan.S280 movew #0x0000,XDCARE(%a6) | ...CLEAN UP X JUST IN CASE
Dssin.S200 |--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
555 |--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
Dstan.S188 |--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
/linux-4.1.27/arch/m32r/platforms/mappi/
Ddot.gdbinit.smp320 ## Boot UP
/linux-4.1.27/drivers/cpufreq/
DKconfig196 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP)
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt99 On UP A0.15 is used to store the kernel stack pointer for storing the userland
/linux-4.1.27/Documentation/power/
Dvideo.txt185 (****) Not with SMP kernel, UP only.
/linux-4.1.27/drivers/input/serio/
DKconfig213 tristate "Altera UP PS/2 controller"
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt173 (0) or by PULL{UP,DOWN}_EN bits (1)
/linux-4.1.27/arch/arm/mm/
Dproc-v7.S277 ALT_UP(mov r0, #(1 << 6)) @ fake it for UP
/linux-4.1.27/Documentation/input/
Datarikbd.txt257 deltay ; distance in Y clicks to return (UP) or (DOWN)
677 48 UP ARROW
/linux-4.1.27/arch/xtensa/
DKconfig238 on UP kernel when processor has no s32c1i support.
/linux-4.1.27/arch/sh/
DKconfig717 This is the default implementation for both UP and non-ll/sc
/linux-4.1.27/Documentation/kdump/
Dkdump.txt401 dump. Hence generally it is useful either to build a UP dump-capture
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt449 but they can only be taken to be meaningful for UP or single node systems.
/linux-4.1.27/init/
DKconfig494 bool "UP-only small-memory-footprint RCU"
498 designed for UP systems from which real-time response
/linux-4.1.27/drivers/staging/comedi/
DKconfig780 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
/linux-4.1.27/net/netfilter/
DKconfig251 4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
/linux-4.1.27/arch/mips/
DKconfig2157 comment "MIPS R2-to-R6 emulator is only available for UP kernels"
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt465 0x1015 0x14 VOLUME UP Internal mixer volume up. This
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc1012 LINK_[UP|DOWN] and RSCN events.
/linux-4.1.27/Documentation/s390/
DDebugging390.txt2062 UP BROADCAST RUNNING MULTICAST MTU:2000 Metric:1
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S5046 #--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
5776 #--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.
Dfpsp.S5363 #--THE ARGUMENT REDUCTION IS DONE BY TABLE LOOK UP.