Searched refs:x80 (Results 151 - 175 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 Dhfc_pci.h38 #define HFCPCI_B1_SSL 0x80
98 #define HFCPCI_ANYINT 0x80
101 #define HFCPCI_CLTIMER 0x80
115 #define HFCPCI_B2_REV 0x80
125 #define HFCPCI_INTS_TIMER 0x80
132 #define HFCPCI_PMESEL 0x80
139 #define HFCPCI_NT_G2_G3 0x80
155 #define SCTRL_PWR_DOWN 0x80
161 #define HFCPCI_CHG_B1_B2 0x80
H A Dw6692.h62 #define W_B_RFIFO 0x80 /* R */
87 #define W_D_CMDR_RACK 0x80
95 #define W_D_MODE_MMS 0x80
104 #define W_INT_D_RMR 0x80
113 #define W_D_EXI_RDOV 0x80
117 #define W_D_STAR_XDOW 0x80
125 #define W_CIR_SCC 0x80
134 #define W_B_CMDR_RACK 0x80
143 #define W_B_MODE_MMS 0x80
H A Dhfc_2bds0.h28 #define HFCD_FIFO 0x80
42 #define HFCB_FIFO 0x80
69 #define HFCD_ANYINT 0x80
72 #define HFCD_CLTIMER 0x80
99 #define HFCD_INTS_TIMER 0x80
119 #define SCTRL_PWR_DOWN 0x80
H A Dhfc_sx.h87 #define HFCSX_FIF_Z1L 0x80
104 #define HFCSX_ANYINT 0x80
107 #define HFCSX_CLTIMER 0x80
121 #define HFCSX_FIFO_RESET 0x80
132 #define HFCSX_INTS_TIMER 0x80
145 #define HFCSX_NT_G2_G3 0x80
161 #define SCTRL_PWR_DOWN 0x80
167 #define HFCSX_CHG_B1_B2 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni5010.h57 #define XS_TPOK 0x80 /* transmit packet successful */
72 #define XM_TPOK 0x80 /* =1 to enable Xmt Pkt OK interrupts */
82 #define RS_PKT_OK 0x80 /* received good packet */
91 #define RS_CLR_PKT_OK 0x80 /* clear rcvd packet interrupt */
99 #define RM_PKT_OK 0x80 /* =1 to enable rcvd good packet ints */
107 #define RMD_TEST 0x80 /* =1 for Chip testing. normally 0 */
125 #define RS_RESET 0x80 /* =1 to hold EDLC in reset state */
128 #define MM_EN_DMA 0x80 /* =1 begin DMA xfer, Cplt clrs it */
137 #define IS_TDIAG 0x80 /* =1 if Diagnostic problem */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dserial_reg.h63 #define UART_FCR_R_TRIG_10 0x80
73 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */
78 #define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */
91 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */
103 #define UART_MCR_CLKSEL 0x80 /* Divide clock by 4 (TI16C752, EFR[4]=1) */
124 #define UART_MSR_DCD 0x80 /* Data Carrier Detect */
146 #define UART_EFR_CTS 0x80 /* CTS flow control */
185 #define UART_TRG_128 0x80
200 #define UART_FCTR_TX 0x80 /* Programmable trigger mode select */
212 #define UART_IER_DMAE 0x80 /* DM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dcharset.c88 if (c < 0x80) {
96 if (n >= 2 && (s[1] & 0xc0) == 0x80) {
119 if ((*s & 0xc0) != 0x80)
142 *s++ = 0x80 | (wc & 0x3f);
147 *s++ = 0x80 | ((wc >> 6) & 0x3f);
148 *s++ = 0x80 | (wc & 0x3f);
153 *s++ = 0x80 | ((wc >> 12) & 0x3f);
154 *s++ = 0x80 | ((wc >> 6) & 0x3f);
155 *s++ = 0x80 | (wc & 0x3f);
160 *s++ = 0x80 | ((w
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstatbrma.cpp67 dc.SetTextForeground( wxColour( 0x80 , 0x80 , 0x80 ) ) ;
138 dc.SetPen(wxPen(wxColour(0x80,0x80,0x80),1,wxSOLID));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dcirrus.h68 #define PD67_MC1_INPACK_ENA 0x80
71 #define PD67_FIFO_EMPTY 0x80
82 #define PD67_MC2_IRQ15_RI 0x80 /* IRQ 15 is ring enable */
93 #define PD67_TIME_SCALE_256 0x80
101 #define PD67_DMA_DREQ_WP 0x80
139 #define PD68_MC3_MM_ARM 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac53c94.h60 #define CMD_DMA_MODE 0x80
103 #define STAT_IRQ 0x80
116 #define INTR_RESET 0x80 /* SCSI bus was reset */
163 #define CF1_SLOW_CABLE 0x80 /* Slow cable mode */
186 #define CF2_RFB 0x80
198 #define CF3_ID_MSG_CHK 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2hw.h173 #define STE_OUT_MAIL 0x80 // Outbound mailbox full (!)
189 #define STN_MR 0x80
220 #define SEL_CMD_MR 0x80 // Am4701 command to reset the chip
254 #define MX_OUTMAIL_RSEL 0x80
520 #define POR_BAD_MAPPER 0x80 // HW failure on P.O.S.T: Chip mapper failed
531 #define POR_DEBUG_PORT 0x80 // debug port was detected by the P.O.S.T
H A Di2pack.h174 #define STAT_ERROR 0x80/* If status & STAT_MOD_ERROR
227 #define D_CCSR_RXENAB 0x80 /* Receiver is enabled */
236 #define D_TXINH_DSR 0x80 /* DSR is low, preventing transmission */
245 #define D_STAT1_RTS 0x80 /* RTS is low, to stop remote transmission */
350 #define MB_OUT_STUFFED 0x80 // Host has placed output in fifo
357 #define MB_IN_STUFFED 0x80 // Board has placed input in fifo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmac_via.h38 #define VIA1A_vSccWrReq 0x80 /* SCC write. (input)
99 #define VIA1B_vSound 0x80 /* Sound enable (for compatibility with
123 #define EVRB_SFTWRID 0x80 /* Software Interrupt ReQuest */
135 #define VIA2A_vRAM1 0x80 /* RAM size bit 1 (IIci: reserved) */
156 #define VIA2B_vVBL 0x80 /* VBL output to VIA1 (60.15Hz) driven by
249 #define IER_SET_BIT(b) (0x80 | (1<<(b)) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dsjis.h29 0x40 <= s2 <= 0x7E || 0x80 <= s2 <= 0xFC,
32 94*2*(s1 < 0xE0 ? s1-0x81 : s1-0xC1) + (s2 < 0x80 ? s2-0x40 : s2-0x41)
36 t2 := (s2 < 0x80 ? s2-0x40 : s2-0x41)
50 if (c < 0x80 || (c >= 0xa1 && c <= 0xdf))
59 if ((s2 >= 0x40 && s2 <= 0x7e) || (s2 >= 0x80 && s2 <= 0xfc)) {
61 unsigned char t2 = (s2 < 0x80 ? s2-0x40 : s2-0x41);
73 if ((s2 >= 0x40 && s2 <= 0x7e) || (s2 >= 0x80 && s2 <= 0xfc)) {
74 *pwc = 0xe000 + 188*(s1 - 0xf0) + (s2 < 0x80 ? s2-0x40 : s2-0x41);
94 if (c < 0x80 || (c >= 0xa1 && c <= 0xdf)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dsjis.h29 0x40 <= s2 <= 0x7E || 0x80 <= s2 <= 0xFC,
32 94*2*(s1 < 0xE0 ? s1-0x81 : s1-0xC1) + (s2 < 0x80 ? s2-0x40 : s2-0x41)
36 t2 := (s2 < 0x80 ? s2-0x40 : s2-0x41)
50 if (c < 0x80 || (c >= 0xa1 && c <= 0xdf))
59 if ((s2 >= 0x40 && s2 <= 0x7e) || (s2 >= 0x80 && s2 <= 0xfc)) {
61 unsigned char t2 = (s2 < 0x80 ? s2-0x40 : s2-0x41);
73 if ((s2 >= 0x40 && s2 <= 0x7e) || (s2 >= 0x80 && s2 <= 0xfc)) {
74 *pwc = 0xe000 + 188*(s1 - 0xf0) + (s2 < 0x80 ? s2-0x40 : s2-0x41);
94 if (c < 0x80 || (c >= 0xa1 && c <= 0xdf)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h6 #define TEMODE 0x80
16 #define DFON 0x80
25 #define BITBUCKET 0x80
34 #define CDO 0x80
51 #define WIDEXFER 0x80
67 #define AUTORATEEN 0x80
84 #define TARGET 0x80
95 #define CLRSELTIMEO 0x80
104 #define SELTO 0x80
114 #define OVERRUN 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h54 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
70 #define WT_RDY_ENAB 0x80 /* Wait/Ready Enable */
84 #define Rx6 0x80 /* Rx 6 Bits/Character */
104 #define X32CLK 0x80 /* x32 clock mode */
118 #define DTR 0x80 /* DTR */
134 #define CHRA 0x80 /* Reset channel A */
147 #define CRCPS 0x80 /* CRC Preset I/O */
163 #define RTxCX 0x80 /* RTxC Xtal/No Xtal */
178 #define SSBR 0x80 /* Set DPLL source = BR generator */
191 #define BRKIE 0x80 /* Brea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.h65 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
82 #define WT_RDY_ENAB 0x80 /* Wait/Ready Enable */
96 #define Rx6 0x80 /* Rx 6 Bits/Character */
117 #define X32CLK 0x80 /* x32 clock mode */
133 #define DTR 0x80 /* DTR */
149 #define CHRA 0x80 /* Reset channel A */
162 #define CRCPS 0x80 /* CRC Preset I/O */
178 #define RTxCX 0x80 /* RTxC Xtal/No Xtal */
193 #define SSBR 0x80 /* Set DPLL source = BR generator */
204 #define BRKIE 0x80 /* Brea
[all...]
H A Dsunzilog.h57 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
74 #define WT_RDY_ENAB 0x80 /* Wait/Ready Enable */
88 #define Rx6 0x80 /* Rx 6 Bits/Character */
109 #define X32CLK 0x80 /* x32 clock mode */
125 #define DTR 0x80 /* DTR */
151 #define CHRA 0x80 /* Reset channel A */
164 #define CRCPS 0x80 /* CRC Preset I/O */
180 #define RTxCX 0x80 /* RTxC Xtal/No Xtal */
195 #define SSBR 0x80 /* Set DPLL source = BR generator */
208 #define BRKIE 0x80 /* Brea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Dcrypt_s390.h38 * 0x80 is the decipher modifier bit
43 KM_DEA_DECRYPT = CRYPT_S390_KM | 0x1 | 0x80,
45 KM_TDEA_128_DECRYPT = CRYPT_S390_KM | 0x2 | 0x80,
47 KM_TDEA_192_DECRYPT = CRYPT_S390_KM | 0x3 | 0x80,
49 KM_AES_128_DECRYPT = CRYPT_S390_KM | 0x12 | 0x80,
51 KM_AES_192_DECRYPT = CRYPT_S390_KM | 0x13 | 0x80,
53 KM_AES_256_DECRYPT = CRYPT_S390_KM | 0x14 | 0x80,
63 KMC_DEA_DECRYPT = CRYPT_S390_KMC | 0x1 | 0x80,
65 KMC_TDEA_128_DECRYPT = CRYPT_S390_KMC | 0x2 | 0x80,
67 KMC_TDEA_192_DECRYPT = CRYPT_S390_KMC | 0x3 | 0x80,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dmkspans.c61 for (run = 0x80; run != 0xff; run = (run>>1)|0x80) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dlgs8gxx_priv.h53 #define CF_MASK 0x80 /* Control Frame Mask */
54 #define CF_EN 0x80 /* Control Frame On */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dali-ircc.h57 #define IER_ACT 0x80 /* Active Frame Interrupt Enable */
63 #define IIR_ACT 0x80 /* Active Frame Interrupt */
66 #define LCR_A_FIFO_RESET 0x80 /* FIFO Reset */
72 #define LCR_B_RX_MODE 0x80 /* Receive Mode */
80 #define LSR_FIFO_UR 0x80 /* FIFO Underrun */
81 #define LSR_FIFO_OR 0x80 /* FIFO Overrun */
84 #define BSR_FIFO_NOT_EMPTY 0x80 /* FIFO Not Empty */
117 #define IRDA_CR_HDLC1152 0x80 /* 1.152Mbps HDLC Select */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dmadgemc.h39 #define MC_CONTROL_REG0_UNKNOWN80 0x80
48 #define MC_CONTROL_REG1_SPEED_SEL 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Drfc1002pdu.h35 #define RFC1002_LENGTH_EXTEND 0x80 /* high order bit of length (ie +64K) */
62 #define RFC1002_NOT_LISTENING_CALLED 0x80 /* not listening on called name */

Completed in 288 milliseconds

1234567891011>>