Searched refs:x80 (Results 101 - 125 of 4962) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Djade.h28 #define jadeSTAR_XDOV 0x80
38 #define jadeXCMD_XF 0x80
44 #define jadeRSTA_VFR 0x80
51 #define jadeMODE_TMO 0x80
62 #define jadeRCMD_RMC 0x80
68 #define jadeCCR0_PU 0x80
78 #define jadeCCR1_RCS0 0x80
92 #define jadeISR_RME 0x80
H A Dhfc4s8s_l1.h41 #define M_SET_G2_G3 0x80
53 #define M_FZ_MD 0x80
64 #define M_FR_IRQSTA 0x80
71 #define A_FIFO_DATA0 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dene_ir.h33 #define ENE_SAMPLE_SPC_MASK 0x80 /* sample is space */
50 #define ENE_FW1_IRQ 0x80 /* enable interrupt */
59 #define ENE_FW2_LEARNING 0x80 /* hardware supports learning and TX */
93 #define ENE_CIR_CONF1_TX_CARR 0x80 /* send TX carrier or not */
100 #define ENE_CIR_SAMPLE_OVERFLOW 0x80 /* interrupt on overflows if set */
106 #define ENE_TX_PULSE_MASK 0x80 /* Transmitted sample is pulse */
116 #define ENE_RX_CARRIER_VALID 0x80 /* Register content valid */
121 #define ENE_TX_PERIOD_UNKBIT 0x80 /* This bit set on transmit*/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_spi.h44 #define WSPI_INIT_CMD_BYPASS_BIT 0x80
46 #define WSPI_INIT_CMD_EN_FIXEDBUSY 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dabyss.h24 #define PCIBM2_INT_CONTROL_REG_PCI_ERR_ENABLE 0x80
25 #define PCIBM2_INT_STATUS_REG_PCI_ERR 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Deisa_eeprom.h48 #define HPEE_SLOT_INFO_DUPLICATE 0x80
53 #define HPEE_SLOT_FEATURES_CFG_INCOMPLETE 0x80
70 #define HPEE_FUNCTION_INFO_F_DISABLED 0x80
90 #define HPEE_MEMORY_MORE 0x80
111 #define HPEE_IRQ_MORE 0x80
123 #define HPEE_DMA_MORE 0x80
136 #define HPEE_PORT_MORE 0x80
147 #define HPEE_PORT_INIT_MORE 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dtimbuart.h39 #define TIMBUART_CTRL_FLSHRX 0x80
48 #define RXBNAE 0x80
H A Dsuncore.h19 #define SUNKBD_UP 0x80
H A Dsunsab.h132 #define SAB82532_RSTAT_PE 0x80
137 #define SAB82532_STAR_XDOV 0x80
146 #define SAB82532_CMDR_RMC 0x80
190 #define SAB82532_RBCH_DMA 0x80
194 #define SAB82532_XBCH_DMA 0x80
199 #define SAB82532_CCR0_PU 0x80
217 #define SAB82532_CCR2_SOC1 0x80
219 #define SAB82532_CCR2_BR9 0x80
243 #define SAB82532_VSTR_CD 0x80
251 #define SAB82532_GIS_PI 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/can/platform/
H A Dsja1000.h9 #define CDR_PELICAN 0x80 /* PeliCAN mode */
23 #define OCR_TX1_PULLUP 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddtlk.h14 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a
50 #define LPC_SPEAKING 0x80 /* mask for TS bit: When set to 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dadb_iop.h20 #define ADB_IOP_UNINT 0x80
29 #define ADB_IOP_EXPLICIT 0x80 /* nonzero if explicit command */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dm48t37.h31 #define M48T37_RTC_SET 0x80
32 #define M48T37_RTC_STOPPED 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dwatchdog-reset.h35 __raw_writel(0x80, S3C2410_WTCNT);
36 __raw_writel(0x80, S3C2410_WTDAT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dtags.c54 if ((utf8[0] & 0x80) == 0) {
57 else if ((utf8[0] & 0xE0) == 0xC0 && (utf8[1] & 0xC0) == 0x80) {
62 else if ((utf8[0] & 0xF0) == 0xE0 && (utf8[1] & 0xC0) == 0x80 && (utf8[2] & 0xC0) == 0x80) {
63 if (utf8[0] == 0xE0 && (utf8[1] & 0xE0) == 0x80) /* overlong sequence check */
72 else if ((utf8[0] & 0xF8) == 0xF0 && (utf8[1] & 0xC0) == 0x80 && (utf8[2] & 0xC0) == 0x80 && (utf8[3] & 0xC0) == 0x80) {
73 if (utf8[0] == 0xF0 && (utf8[1] & 0xF0) == 0x80) /* overlong sequence check */
77 else if ((utf8[0] & 0xFC) == 0xF8 && (utf8[1] & 0xC0) == 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Driscom8_reg.h117 #define RCSR_TOUT 0x80 /* Rx Timeout */
134 #define CCR_SOFTRESET 0x80 /* Soft Channel Reset */
157 #define IER_DSR 0x80 /* Enable interrupt on DSR change */
169 #define COR1_ODDP 0x80 /* Odd Parity */
188 #define COR2_IXM 0x80 /* Implied XON mode */
200 #define COR3_XONCH 0x80 /* XON is a pair of characters (1 & 3) */
209 #define CCSR_RXEN 0x80 /* Receiver Enabled */
219 #define MCOR1_DSRZD 0x80 /* Detect 0->1 transition of DSR */
228 #define MCOR2_DSROD 0x80 /* Detect 1->0 transition of DSR */
235 #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 Denvy24ht.h56 #define VT1724_RESET 0x80 /* reset whole chip */
58 #define VT1724_IRQ_MPU_RX 0x80
72 #define VT1724_CFG_PRO_I2S 0x80 /* multitrack converter: I2S or AC'97 */
76 #define VT1724_CFG_I2S_VOLUME 0x80 /* volume/mute capability */
83 #define VT1724_CFG_SPDIF_OUT_EN 0x80 /*Internal S/PDIF output is enabled*/
113 #define VT1724_I2C_EEPROM 0x80 /* 1 = EEPROM exists */
133 #define VT1724_MULTI_PDMA4 0x80 /* SPDIF Out / PDMA4 */
152 #define VT1724_AC97_COLD 0x80 /* cold reset */
162 #define VT1724_PDMA4_START 0x80 /* SPDIF out / PDMA4 start */
171 #define VT1724_PDMA4_UNDERRUN 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Deuc_jisx0213.h29 0x8E{A1..FE}: JISX0201 Katakana, with prefix 0x8E, offset by +0x80.
53 if (c < 0x80) {
75 wc = jisx0213_to_ucs4(0x200-0x80+c2,c3^0x80);
80 wc = jisx0213_to_ucs4(0x100-0x80+c,c2^0x80);
83 if (wc < 0x80) {
202 if (wc < 0x80) {
233 r[1] = (jch >> 8) | 0x80;
234 r[2] = (jch & 0xff) | 0x80;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Deuc_jisx0213.h29 0x8E{A1..FE}: JISX0201 Katakana, with prefix 0x8E, offset by +0x80.
53 if (c < 0x80) {
75 wc = jisx0213_to_ucs4(0x200-0x80+c2,c3^0x80);
80 wc = jisx0213_to_ucs4(0x100-0x80+c,c2^0x80);
83 if (wc < 0x80) {
202 if (wc < 0x80) {
233 r[1] = (jch >> 8) | 0x80;
234 r[2] = (jch & 0xff) | 0x80;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h457 #define A_FIFO_DATA0 0x80
458 #define A_FIFO_DATA1 0x80
459 #define A_FIFO_DATA2 0x80
478 #define V_RLD_EPR 0x80
488 #define V_ADDR_INC 0x80
493 #define V_FZ_MD 0x80
510 #define V_REV 0x80
527 #define V_INV_DATA 0x80
551 #define V_SCI_MSK_ST7 0x80
562 #define V_SET_G2_G3 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dnlpid.h22 #define NLPID_SNAP 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR_D700.h18 #define BOARD_RESET 0x80 /* board level reset */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhplance.h11 #define LE_IE 0x80 /* interrupt enable */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpd6729.h6 #define I365_DF_VS2 0x80
H A Dvg468.h67 #define VG469_VSEL_ISA 0x80
76 #define VG468_CTL_COMPAT 0x80 /* Compatibility stuff */
85 #define VG468_TIMER_RES 0x80 /* Timer resolution */
93 #define VG468_MISC_UNLOCK 0x80 /* Unique register lock */

Completed in 319 milliseconds

1234567891011>>