Home
last modified time | relevance | path

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

12345

/linux/drivers/tty/serial/
A 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
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
381 #define ZS_IS_OPEN(UP) ((UP)->flags & PMACZILOG_FLAG_IS_OPEN) argument
[all …]
A Dip22zilog.c93 #define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS) argument
94 #define ZS_IS_KGDB(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_KGDB) argument
95 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & IP22ZILOG_FLAG_MODEM_STATUS) argument
96 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) argument
97 #define ZS_REGS_HELD(UP) ((UP)->flags & IP22ZILOG_FLAG_REGS_HELD) argument
98 #define ZS_TX_STOPPED(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_STOPPED) argument
99 #define ZS_TX_ACTIVE(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_ACTIVE) argument
A Dsunzilog.c108 #define ZS_IS_KEYB(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_KEYB) argument
109 #define ZS_IS_MOUSE(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_MOUSE) argument
110 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) argument
111 #define ZS_IS_KGDB(UP) ((UP)->flags & SUNZILOG_FLAG_IS_KGDB) argument
112 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS) argument
113 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) argument
114 #define ZS_REGS_HELD(UP) ((UP)->flags & SUNZILOG_FLAG_REGS_HELD) argument
115 #define ZS_TX_STOPPED(UP) ((UP)->flags & SUNZILOG_FLAG_TX_STOPPED) argument
116 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE) argument
/linux/Documentation/networking/
A Dvrf.rst188 …11: mgmt: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default…
191 …12: red: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default …
194 …13: blue: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default…
205 mgmt UP 72:b3:ba:91:e2:24 <NOARP,MASTER,UP,LOWER_UP>
206 red UP b6:6f:6e:f6:da:73 <NOARP,MASTER,UP,LOWER_UP>
207 blue UP 36:62:e8:7d:bb:8c <NOARP,MASTER,UP,LOWER_UP>
208 green UP e6:28:b8:63:70:bb <NOARP,MASTER,UP,LOWER_UP>
248 eth1 UP 02:00:00:00:02:02 <BROADCAST,MULTICAST,UP,LOWER_UP>
249 eth2 UP 02:00:00:00:02:03 <BROADCAST,MULTICAST,UP,LOWER_UP>
282 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def…
[all …]
A 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/drivers/staging/rtl8192u/ieee80211/
A Drtl819x_TSProc.c296 u8 UP = 0; in GetTs() local
307 UP = 0; in GetTs()
318 UP = 0; in GetTs()
323 UP = 2; in GetTs()
328 UP = 5; in GetTs()
333 UP = 7; in GetTs()
341 UP, in GetTs()
347 IEEE80211_DEBUG(IEEE80211_DL_TS, "add new TS failed(tid:%d)\n", UP); in GetTs()
382 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs()
385 pTSInfo->uc_tsid = UP; // TSID in GetTs()
[all …]
/linux/drivers/staging/rtl8192e/
A Drtl819x_TSProc.c291 u8 UP = 0; in GetTs() local
303 UP = 0; in GetTs()
308 UP = 0; in GetTs()
312 UP = 2; in GetTs()
316 UP = 5; in GetTs()
320 UP = 7; in GetTs()
329 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs()
334 netdev_dbg(ieee->dev, "add new TS failed(tid:%d)\n", UP); in GetTs()
370 UP, Dir, Addr, *ppTS); in GetTs()
372 pTSInfo->field.ucTSID = UP; in GetTs()
[all …]
/linux/arch/alpha/kernel/
A Dmachvec_impl.h75 #define IO_LITE(UP,low) \ argument
76 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \
77 .iack_sc = CAT(UP,_IACK_SC), \
98 #define IO(UP,low) \ argument
99 IO_LITE(UP,low), \
/linux/Documentation/RCU/
A DUP.rst6 A common misconception is that, on UP systems, the call_rcu() primitive
92 even on a UP system. So do not do it! Even on a UP system, the RCU
97 UP systems, including PREEMPT SMP builds running on UP systems.
100 Why can't synchronize_rcu() return immediately on UP systems running
136 Why can't synchronize_rcu() return immediately on UP systems
A Dindex.rst26 UP
/linux/Documentation/misc-devices/
A Dspear-pcie-gadget.rst56 link write UP to enable ltsmm DOWN to disable
122 # echo UP >> link
132 Wait till it returns UP.
152 # echo UP >> link
158 An application can repetitively read this node till link is found UP. It can
/linux/arch/mips/mm/
A Dmmap.c27 enum mmap_allocation_direction {UP, DOWN}; enumerator
105 addr0, len, pgoff, flags, UP); in arch_get_unmapped_area()
/linux/Documentation/userspace-api/media/rc/
A 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/drivers/clk/tegra/
A Dcvb.c40 UP enumerator
61 min_mv = round_voltage(table->min_millivolts, align, UP); in build_opp_table()
/linux/Documentation/networking/device_drivers/ethernet/ti/
A Dam65_nuss_cpsw_switchdev.rst40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but
41 Port's netdev devices have to be in UP before joining to the bridge to avoid
43 configuration when first port changes its state to UP.
/linux/Documentation/translations/zh_CN/core-api/
A Dlocal_ops.rst49 这可以通过稍微修改标准的原子操作来实现:只有它们的UP变体必须被保留。这通常
51 UP之间没有不同的行为,在你的架构的 ``local.h`` 中包括 ``asm-generic/local.h``
/linux/Documentation/devicetree/bindings/mips/img/
A Dxilfpga.txt4 Under the Imagination University Program, a microAptiv UP core has been
18 - microAptiv UP core m14Kc
/linux/arch/x86/lib/
A Dcmpxchg8b_emu.S19 # Emulate 'cmpxchg8b (%esi)' on UP except we don't
/linux/Documentation/devicetree/bindings/serio/
A Daltera_ps2.txt1 Altera UP PS/2 controller
/linux/drivers/net/fddi/
A DKconfig48 - SK-5521 (SK-NET FDDI-UP)
49 - SK-5522 (SK-NET FDDI-UP DAS)
/linux/arch/arm64/boot/dts/exynos/
A Dexynos5433-tm2-common.dtsi1023 PIN(INPUT, gpa1-0, UP, FAST_SR1);
1024 PIN(INPUT, gpa1-1, UP, FAST_SR1);
1053 PIN(INPUT, gpf1-4, UP, FAST_SR1);
1108 PIN(INPUT, gpj2-0, UP, FAST_SR4);
1135 PIN(INPUT, gpf0-0, UP, FAST_SR1);
1136 PIN(INPUT, gpf0-1, UP, FAST_SR1);
1138 PIN(INPUT, gpf0-3, UP, FAST_SR1);
1142 PIN(INPUT, gpf0-7, UP, FAST_SR1);
1193 PIN(INPUT, gpd8-1, UP, FAST_SR1);
/linux/Documentation/devicetree/bindings/timer/
A Dsnps,archs-rtc.txt2 - clocksource provider for UP SoC
/linux/arch/arc/boot/dts/
A Daxs103.dts8 * AXC003 FPGA Card (with UP bitfile)
/linux/arch/arm/vfp/
A Dvfphw.S94 @ For UP, checking that this thread owns the hw context is
98 @ On UP, we lazily save the VFP context. As a different
/linux/Documentation/devicetree/bindings/cpufreq/
A Dcpufreq-spear.txt5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems

Completed in 23 milliseconds

12345