Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/tty/serial/
Dpmac_zilog.h371 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) argument
372 #define ZS_IS_KGDB(UP) ((UP)->flags & PMACZILOG_FLAG_IS_KGDB) argument
373 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) argument
374 #define ZS_REGS_HELD(UP) ((UP)->flags & PMACZILOG_FLAG_REGS_HELD) argument
375 #define ZS_TX_STOPPED(UP) ((UP)->flags & PMACZILOG_FLAG_TX_STOPPED) argument
376 #define ZS_TX_ACTIVE(UP) ((UP)->flags & PMACZILOG_FLAG_TX_ACTIVE) argument
377 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & PMACZILOG_FLAG_MODEM_STATUS) argument
378 #define ZS_IS_IRDA(UP) ((UP)->flags & PMACZILOG_FLAG_IS_IRDA) argument
379 #define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM) argument
380 #define ZS_HAS_DMA(UP) ((UP)->flags & PMACZILOG_FLAG_HAS_DMA) argument
[all …]
Dip22zilog.c97 #define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS) argument
98 #define ZS_IS_KGDB(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_KGDB) argument
99 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & IP22ZILOG_FLAG_MODEM_STATUS) argument
100 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) argument
101 #define ZS_REGS_HELD(UP) ((UP)->flags & IP22ZILOG_FLAG_REGS_HELD) argument
102 #define ZS_TX_STOPPED(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_STOPPED) argument
103 #define ZS_TX_ACTIVE(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_ACTIVE) argument
Dsunzilog.c112 #define ZS_IS_KEYB(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_KEYB) argument
113 #define ZS_IS_MOUSE(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_MOUSE) argument
114 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) argument
115 #define ZS_IS_KGDB(UP) ((UP)->flags & SUNZILOG_FLAG_IS_KGDB) argument
116 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS) argument
117 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) argument
118 #define ZS_REGS_HELD(UP) ((UP)->flags & SUNZILOG_FLAG_REGS_HELD) argument
119 #define ZS_TX_STOPPED(UP) ((UP)->flags & SUNZILOG_FLAG_TX_STOPPED) argument
120 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE) argument
/Linux-v4.19/Documentation/networking/
Dvrf.txt144 …11: mgmt: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default…
147 …12: red: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default …
150 …13: blue: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default…
153 …14: green: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group defaul…
161 mgmt UP 72:b3:ba:91:e2:24 <NOARP,MASTER,UP,LOWER_UP>
162 red UP b6:6f:6e:f6:da:73 <NOARP,MASTER,UP,LOWER_UP>
163 blue UP 36:62:e8:7d:bb:8c <NOARP,MASTER,UP,LOWER_UP>
164 green UP e6:28:b8:63:70:bb <NOARP,MASTER,UP,LOWER_UP>
189 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
191 …4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
[all …]
Dnet_failover.rst62 …4: ens10: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
68 …5: ens10nsby: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master ens10 state UP grou…
70 …7: ens11: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ens10 state UP group default …
/Linux-v4.19/arch/alpha/kernel/
Dmachvec_impl.h77 #define IO_LITE(UP,low) \ argument
78 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \
79 .iack_sc = CAT(UP,_IACK_SC), \
100 #define IO(UP,low) \ argument
101 IO_LITE(UP,low), \
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c302 u8 UP = 0; in GetTs() local
314 UP = 0; in GetTs()
319 UP = 0; in GetTs()
323 UP = 2; in GetTs()
327 UP = 5; in GetTs()
331 UP = 7; in GetTs()
340 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs()
345 netdev_dbg(ieee->dev, "add new TS failed(tid:%d)\n", UP); in GetTs()
381 UP, Dir, Addr, *ppTS); in GetTs()
383 pTSInfo->field.ucTSID = UP; in GetTs()
[all …]
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c298 u8 UP = 0; in GetTs() local
309 UP = 0; in GetTs()
320 UP = 0; in GetTs()
325 UP = 2; in GetTs()
330 UP = 5; in GetTs()
335 UP = 7; in GetTs()
343 UP, in GetTs()
349 IEEE80211_DEBUG(IEEE80211_DL_TS, "add new TS failed(tid:%d)\n", UP); in GetTs()
384 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs()
387 pTSInfo->uc_tsid = UP; // TSID in GetTs()
[all …]
/Linux-v4.19/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-INDEX31 UP.txt
/Linux-v4.19/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-v4.19/drivers/clk/tegra/
Dcvb.c49 UP enumerator
70 min_mv = round_voltage(table->min_millivolts, align, UP); in build_opp_table()
/Linux-v4.19/arch/x86/lib/
Dcmpxchg8b_emu.S25 # Emulate 'cmpxchg8b (%esi)' on UP except we don't
/Linux-v4.19/Documentation/media/uapi/rc/
Drc-tables.rst347 - VOLUME+ / VOLUME UP
391 - CHANNEL + / CHANNEL UP / UP
683 - UP
743 - On simpler IR's, without separate channel keys, you need to map UP
/Linux-v4.19/Documentation/devicetree/bindings/serio/
Daltera_ps2.txt1 Altera UP PS/2 controller
/Linux-v4.19/arch/mips/mm/
Dmmap.c54 enum mmap_allocation_direction {UP, DOWN}; enumerator
132 addr0, len, pgoff, flags, UP); in arch_get_unmapped_area()
/Linux-v4.19/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt4 Under the Imagination University Program, a microAptiv UP core has been
18 - microAptiv UP core m14Kc
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Dsnps,archs-rtc.txt2 - clocksource provider for UP SoC
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-counter-104-quad-874 input serves as the count input and B as the UP/DOWN
75 direction control input, with B = 1 selecting UP Count
80 decoded for UP/DN clock.
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
/Linux-v4.19/drivers/net/fddi/
DKconfig52 - SK-5521 (SK-NET FDDI-UP)
53 - SK-5522 (SK-NET FDDI-UP DAS)
/Linux-v4.19/arch/arc/boot/dts/
Daxs103.dts11 * AXC003 FPGA Card (with UP bitfile)
Dskeleton_hs.dtsi36 /* 64-bit Local RTC: preferred clocksource for UP */
/Linux-v4.19/arch/powerpc/kernel/
Drtas.c850 UP, enumerator
882 case UP: in rtas_cpu_state_change_mask()
889 ((state == UP) ? "up" : "down"), in rtas_cpu_state_change_mask()
893 if (state == UP) { in rtas_cpu_state_change_mask()
913 ret = rtas_cpu_state_change_mask(UP, cpus); in rtas_online_cpus_mask()
/Linux-v4.19/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

12345