Searched refs:x80 (Results 76 - 100 of 4962) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dc6xdigio.c117 while (((ReadByteFromHwPort(baseAddr + 1) & 0x80) == 0)
124 while (((ReadByteFromHwPort(baseAddr + 1) & 0x80) == 0x80)
131 while (((ReadByteFromHwPort(baseAddr + 1) & 0x80) == 0x0)
138 while (((ReadByteFromHwPort(baseAddr + 1) & 0x80) == 0x80)
168 while (((tmp & 0x80) == 0) && (timeout < C6XDIGIO_TIME_OUT)) {
176 while (((tmp & 0x80) == 0x80) && (timeout < C6XDIGIO_TIME_OUT)) {
183 while (((tmp & 0x80)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Deuc_tw.h30 if (c < 0x80)
40 buf[0] = c-0x80; buf[1] = c2-0x80;
58 buf[0] = c3-0x80; buf[1] = c4-0x80;
100 r[0] = buf[1]+0x80;
101 r[1] = buf[2]+0x80;
110 r[2] = buf[1]+0x80;
111 r[3] = buf[2]+0x80;
H A Dcp949.h33 if (c < 0x80)
49 buf[0] = c-0x80; buf[1] = c2-0x80;
74 r[0] = buf[0]+0x80;
75 r[1] = buf[1]+0x80;
H A Diso2022_cnext.h151 if (s[2] < 0x80 && s[3] < 0x80) {
169 if (s[2] < 0x80 && s[3] < 0x80) {
180 if (s[2] < 0x80 && s[3] < 0x80) {
191 if (s[2] < 0x80 && s[3] < 0x80) {
202 if (s[2] < 0x80 && s[3] < 0x80) {
[all...]
H A Dcp1162.h29 if (c < 0x80) {
34 unsigned short wc = cp874_2uni[c-0x80];
64 c = 0x80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Deuc_tw.h30 if (c < 0x80)
40 buf[0] = c-0x80; buf[1] = c2-0x80;
58 buf[0] = c3-0x80; buf[1] = c4-0x80;
100 r[0] = buf[1]+0x80;
101 r[1] = buf[2]+0x80;
110 r[2] = buf[1]+0x80;
111 r[3] = buf[2]+0x80;
H A Diso2022_cnext.h151 if (s[2] < 0x80 && s[3] < 0x80) {
169 if (s[2] < 0x80 && s[3] < 0x80) {
180 if (s[2] < 0x80 && s[3] < 0x80) {
191 if (s[2] < 0x80 && s[3] < 0x80) {
202 if (s[2] < 0x80 && s[3] < 0x80) {
[all...]
H A Dcp1162.h29 if (c < 0x80) {
34 unsigned short wc = cp874_2uni[c-0x80];
64 c = 0x80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexSmalltalk.cxx54 ('static inline bool is<1s>(int ch) {return (ch > 0) && (ch %< 0x80) && ((ClassificationTable[ch] & <2p>) != 0);}')
72 static inline bool isDecDigit(int ch) {return (ch > 0) && (ch < 0x80) && ((ClassificationTable[ch] & 1) != 0);}
73 static inline bool isLetter(int ch) {return (ch > 0) && (ch < 0x80) && ((ClassificationTable[ch] & 2) != 0);}
74 static inline bool isSpecial(int ch) {return (ch > 0) && (ch < 0x80) && ((ClassificationTable[ch] & 4) != 0);}
75 static inline bool isUpper(int ch) {return (ch > 0) && (ch < 0x80) && ((ClassificationTable[ch] & 8) != 0);}
76 static inline bool isBinSel(int ch) {return (ch > 0) && (ch < 0x80) && ((ClassificationTable[ch] & 16) != 0);}
H A DLexHaskell.cxx60 return (ch < 0x80) && (isalnum(ch) || ch == '_');
64 return (ch < 0x80) && (isalnum(ch) || ch == '.' || ch == '_' || ch == '\'');
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcom20020.h58 #define RDDATAflag 0x80 /* next access is a read (not a write) */
64 #define RESETcfg 0x80 /* put card in reset state */
69 #define P1MODE 0x80 /* enable P1-MODE for Backplane */
100 #define ARCRESET { outb(lp->config | 0x80, _CONFIG); \
104 #define ARCRESET0 { outb(0x18 | 0x80, _CONFIG); \
H A Dcd1400.h149 #define COR1_PARODD 0x80
152 #define COR2_IXM 0x80
160 #define COR3_SCDRNG 0x80
182 #define MSVR1_DCD 0x80
188 #define MSVR2_DCD 0x80
190 #define MCOR1_DCD 0x80
195 #define MCOR2_DCD 0x80
209 #define SRER_MODEM 0x80
216 #define CCR_RESET 0x80
262 #define ST_TIMEOUT 0x80
[all...]
H A Dserial_mfd.h24 #define HSU_PORT_REG_OFFSET 0x80
25 #define HSU_PORT0_REG_OFFSET 0x80
28 #define HSU_PORT_REG_LENGTH 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_it87.h56 #define IT87_CIR_IER_TM_EN 0x80
66 #define IT87_CIR_RCR_RDWOS 0x80
74 #define IT87_CIR_TCR1_FIFOCLR 0x80
90 #define IT87_CIR_RSR_RXFTO 0x80
100 #define IT87_CIR_TM_IL_SEL 0x80
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dicon.h27 0x00, 0x00, 0x0F, 0x80, 0x00, 0x00, 0x08, 0x80,
28 0x00, 0x00, 0x08, 0x80, 0x00, 0x00, 0x0F, 0x80,
29 0x00, 0x00, 0x0A, 0x80, 0xBF, 0xFF, 0xF2, 0x74,
43 0x00, 0x00, 0x0F, 0x80, 0x00, 0x00, 0x0F, 0x80,
44 0x00, 0x00, 0x0F, 0x80, 0x00, 0x00, 0x0F, 0x80,
45 0x00, 0x00, 0x0F, 0x80,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Dcs4398.h23 #define CS4398_DSD_SRC 0x80
37 #define CS4398_VOL_B_EQ_A 0x80
47 #define CS4398_PAMUTE 0x80
58 #define CS4398_SOFT_RAMP 0x80
64 #define CS4398_PDN 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64572.h51 #define M_REG(reg, chan) (reg + 0x80*chan) /* MSCI */
56 #define ST_REG(reg, chan) (reg + 0x80*chan) /* Status Cnt */
63 #define MSCI1_OFFSET 0x80
148 #define DARL 0x80 /* Dest Addr Register L (single-block, RX only) */
152 #define SARL 0x80 /* Source Addr Register L (single-block, TX only) */
156 #define BARL 0x80 /* Buffer Addr Register L (chained-block) */
214 #define DST_EOM 0x80 /* End of Message */
218 #define ST_TX_EOM 0x80 /* End of frame */
223 #define ST_RX_EOM 0x80 /* End of frame */
286 #define MD0_BIT_SYNC 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcd1865.h111 #define RCSR_TOUT 0x80 /* Rx Timeout */
128 #define CCR_SOFTRESET 0x80 /* Soft Channel Reset */
151 #define IER_DSR 0x80 /* Enable interrupt on DSR change */
163 #define COR1_ODDP 0x80 /* Odd Parity */
182 #define COR2_IXM 0x80 /* Implied XON mode */
194 #define COR3_XONCH 0x80 /* XON is a pair of characters (1 & 3) */
203 #define CCSR_RXEN 0x80 /* Receiver Enabled */
213 #define MCOR1_DSRZD 0x80 /* Detect 0->1 transition of DSR */
222 #define MCOR2_DSROD 0x80 /* Detect 1->0 transition of DSR */
228 #define MCR_DSRCHG 0x80 /* DS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dews.h57 #define ICE1712_EWX2496_RX2 0x80 /* MIDI2 (not used) */
66 #define ICE1712_EWS88_RX2 0x80 /* MIDI2 (only on 88D) */
81 #define ICE1712_6FIRE_RX2 0x80 /* MIDI2 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/rtc/
H A Dm48t59.h32 #define M48T59_CNTL_WRITE 0x80
35 #define M48T59_INTR_AFE 0x80 /* Alarm Interrupt Enable */
43 #define M48T59_FLAGS_WDT 0x80 /* watchdog timer expired */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpng.c30 0x80, 0x80, 0x08, 0x88, 0x22, 0xaa, 0x55,
45 0x80, 0x08, 0x88, 0x22, 0xaa, 0x55, 0xff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sound/
H A Dsound.cpp237 0x83, 0x80, 0x83, 0x84, 0x85, 0x80, 0x84, 0x83, 0x87, 0x86, 0x89,
240 0x81, 0x82, 0x83, 0x84, 0x82, 0x80, 0x84, 0x84, 0x83, 0x85, 0x87,
241 0x84, 0x83, 0x82, 0x85, 0x84, 0x82, 0x83, 0x80, 0x7d, 0x7f, 0x81,
243 0x84, 0x84, 0x7d, 0x7f, 0x7f, 0x83, 0x80, 0x80, 0x7f, 0x82, 0x80,
245 0x80, 0x7e, 0x80, 0x7f, 0x7e, 0x7f, 0x81, 0x80,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dtrackpoint.h52 #define TP_READ_MEM 0x80 /* Not used in this implementation */
84 #define TP_MASK_DRIFT 0x80
86 #define TP_MASK_BURST 0x80
90 #define TP_MASK_HARD_TRANS 0x80
99 #define TP_MASK_SOURCE_TAG 0x80
111 #define TP_DEF_SENS 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-ibm_iic.h56 #define CNTL_HMT 0x80
66 #define MDCNTL_FSDB 0x80
76 #define STS_SSS 0x80
86 #define EXTSTS_IRQP 0x80
95 #define INTRMSK_EIRC 0x80
108 #define XTCNTLSS_SRC 0x80
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dfddi.h53 #define FDDIFC_C 0x80 /* Class bit */
62 #define FDDIFC_NRT 0x80 /* Nonrestricted token */

Completed in 284 milliseconds

1234567891011>>