Home
last modified time | relevance | path

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

123

/linux-2.6.39/drivers/tty/serial/
Dpmac_zilog.h381 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) argument
382 #define ZS_IS_KGDB(UP) ((UP)->flags & PMACZILOG_FLAG_IS_KGDB) argument
383 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) argument
384 #define ZS_REGS_HELD(UP) ((UP)->flags & PMACZILOG_FLAG_REGS_HELD) argument
385 #define ZS_TX_STOPPED(UP) ((UP)->flags & PMACZILOG_FLAG_TX_STOPPED) argument
386 #define ZS_TX_ACTIVE(UP) ((UP)->flags & PMACZILOG_FLAG_TX_ACTIVE) argument
387 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & PMACZILOG_FLAG_MODEM_STATUS) argument
388 #define ZS_IS_IRDA(UP) ((UP)->flags & PMACZILOG_FLAG_IS_IRDA) argument
389 #define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM) argument
390 #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.c110 #define ZS_IS_KEYB(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_KEYB) argument
111 #define ZS_IS_MOUSE(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_MOUSE) argument
112 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) argument
113 #define ZS_IS_KGDB(UP) ((UP)->flags & SUNZILOG_FLAG_IS_KGDB) argument
114 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS) argument
115 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) argument
116 #define ZS_REGS_HELD(UP) ((UP)->flags & SUNZILOG_FLAG_REGS_HELD) argument
117 #define ZS_TX_STOPPED(UP) ((UP)->flags & SUNZILOG_FLAG_TX_STOPPED) argument
118 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE) argument
/linux-2.6.39/arch/arm/mach-ux500/
Dpins-db8500.h38 #define GPIO4_I2C4_SCL PIN_CFG_PULL(4, ALT_B, UP)
43 #define GPIO5_I2C4_SDA PIN_CFG_PULL(5, ALT_B, UP)
48 #define GPIO6_I2C1_SCL PIN_CFG_PULL(6, ALT_B, UP)
53 #define GPIO7_I2C1_SDA PIN_CFG_PULL(7, ALT_B, UP)
57 #define GPIO8_IPI2C_SDA PIN_CFG_PULL(8, ALT_A, UP)
58 #define GPIO8_I2C2_SDA PIN_CFG_PULL(8, ALT_B, UP)
61 #define GPIO9_IPI2C_SCL PIN_CFG_PULL(9, ALT_A, UP)
62 #define GPIO9_I2C2_SCL PIN_CFG_PULL(9, ALT_B, UP)
65 #define GPIO10_IPI2C_SDA PIN_CFG_PULL(10, ALT_A, UP)
66 #define GPIO10_I2C2_SDA PIN_CFG_PULL(10, ALT_B, UP)
[all …]
/linux-2.6.39/arch/alpha/kernel/
Dmachvec_impl.h79 #define IO_LITE(UP,low) \ argument
80 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \
81 .iack_sc = CAT(UP,_IACK_SC), \
102 #define IO(UP,low) \ argument
103 IO_LITE(UP,low), \
/linux-2.6.39/drivers/staging/rtl8192e/ieee80211/
Drtl819x_TSProc.c347 u8 UP = 0; in GetTs() local
359 UP = 0; in GetTs()
373 UP = 0; in GetTs()
378 UP = 2; in GetTs()
383 UP = 5; in GetTs()
388 UP = 7; in GetTs()
396 UP, in GetTs()
406 IEEE80211_DEBUG(IEEE80211_DL_TS, "add new TS failed(tid:%d)\n", UP); in GetTs()
446 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs()
449 pTSInfo->field.ucTSID = UP; // TSID in GetTs()
[all …]
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c348 u8 UP = 0; in GetTs() local
360 UP = 0; in GetTs()
374 UP = 0; in GetTs()
379 UP = 2; in GetTs()
384 UP = 5; in GetTs()
389 UP = 7; in GetTs()
397 UP, in GetTs()
407 IEEE80211_DEBUG(IEEE80211_DL_TS, "add new TS failed(tid:%d)\n", UP); in GetTs()
447 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs()
450 pTSInfo->field.ucTSID = UP; // TSID in GetTs()
[all …]
/linux-2.6.39/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-INDEX29 UP.txt
/linux-2.6.39/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-2.6.39/arch/x86/lib/
Dcmpxchg8b_emu.S29 # Emulate 'cmpxchg8b (%esi)' on UP except we don't
/linux-2.6.39/Documentation/devicetree/bindings/serio/
Daltera_ps2.txt1 Altera UP PS/2 controller
/linux-2.6.39/Documentation/
Dnmi_watchdog.txt17 UP, enable either CONFIG_X86_UP_APIC (Processor type and features -> Local
37 For SMP machines and UP machines with an IO-APIC use nmi_watchdog=1.
38 For UP machines without an IO-APIC use nmi_watchdog=2, this only works
Dspinlocks.txt16 lock. This works well even under UP. The above sequence under UP
25 so the code does _not_ need to worry about UP vs SMP issues: the spinlocks
Dlocal_ops.txt36 their UP variant must be kept. It typically means removing LOCK prefix (on
38 not have a different behavior between SMP and UP, including asm-generic/local.h
/linux-2.6.39/drivers/staging/cxt1e1/
Dpmcc4_private.h94 UP /* ASSIGNED and INUSE */ enumerator
Dmusycc.c691 if ((pi->chan[ch]->state == UP) && (pi->chan[ch]->p.bitmask[i])) in musycc_update_timeslots()
952 if (ch == 0 || ch->state != UP) in musycc_bh_tx_eom()
1139 if (ch == 0 || ch->state != UP) in musycc_bh_rx_eom()
1778 if (ch->state == UP) in musycc_del_chan()
1817 if (ch->state != UP) in musycc_start_xmit()
Dpmcc4_drv.c1161 if (ch->state == UP) in c4_del_chan()
1218 if (x && (ch->state == UP)) /* if change request and channel is in c4_set_chan()
1322 if (ch->state == UP) in c4_chan_up()
1360 ch->state = UP; in c4_chan_up()
/linux-2.6.39/drivers/staging/vt6655/
Dmib.h105 #define UP 1 // macro
/linux-2.6.39/Documentation/networking/
Dskfp.txt48 - SK-5521 (SK-NET FDDI-UP)
49 - SK-5522 (SK-NET FDDI-UP DAS)
Ddriver.txt94 if device is still UP.
Dcops.txt43 UP BROADCAST RUNNING NOARP MULTICAST MTU:600 Metric:1
/linux-2.6.39/arch/arm/mach-ns9xxx/
Dtime-ns9360.c144 REGSET(tc, SYS_TCx, UDS, UP); in ns9360_timer_init()
/linux-2.6.39/drivers/staging/speakup/
DDefaultKeyAssignments13 KeyPad-7 Say Previous Line (UP one line)
/linux-2.6.39/drivers/staging/vt6656/
Dmib.h120 #define UP 1 // macro

123