Searched refs:byte (Results 201 - 225 of 608) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-i2c.c70 NO_ACKN = 10, // no acknowledge after data byte transfer
84 STOP = 1, // stop condition, no associated byte transfer
85 CONTINUE = 2, // continue with byte transfer
86 START = 3 // start condition with byte transfer
241 int addr,rc,i,byte; local
271 for (byte = 0; byte < msgs[i].len; byte++) {
277 msgs[i].buf[byte] = rc;
282 for (byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dstnic.c32 #define byte unsigned char macro
57 static byte stnic_eadr[6] =
84 static inline byte
87 byte val;
95 STNIC_WRITE (int reg, byte val)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dseed.c30 #include "types.h" /* for byte and u32 typedefs */
38 #define PUTU32(ct, st) { (ct)[0] = (byte)((st) >> 24); \
39 (ct)[1] = (byte)((st) >> 16); \
40 (ct)[2] = (byte)((st) >> 8); \
41 (ct)[3] = (byte)(st); }
46 byte b[4];
265 do_setkey (SEED_context *ctx, const byte *key, const unsigned keylen)
317 seed_setkey (void *context, const byte *key, const unsigned keylen)
344 do_encrypt (const SEED_context *ctx, byte *outbuf, const byte *inbu
[all...]
H A Dmd4.c64 byte buf[64];
103 byte *p2, *p1;
104 for(i=0, p1=data, p2=(byte*)in; i < 16; i++, p2 += 4 )
244 byte *p;
249 /* multiply by 64 to make a byte count */
303 static byte *
310 static byte asn[18] = /* Object ID is 1.2.840.113549.2.4 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dos_bri.c44 const byte * data, dword length);
80 byte Bus, Slot;
82 byte __iomem *p;
105 (byte) divasa_get_pci_irq(a->resources.pci.bus,
335 byte __iomem *confIO;
477 (byte *) & cmd[1],
518 byte __iomem *addrHi, *addrLo, *ioaddr;
520 byte __iomem *Port;
539 outpp(addrHi, (byte) 0);
546 (byte) (
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbfi.c97 unsigned int byte = *buf++, av_uninit(offset); local
98 unsigned int code = byte >> 6;
99 unsigned int length = byte & ~0xC0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Djmicron.c85 static void jmicron_tuneproc (ide_drive_t *drive, byte mode_wanted)
97 static void config_jmicron_chipset_for_pio (ide_drive_t *drive, byte set_speed)
114 static int jmicron_tune_chipset (ide_drive_t *drive, byte xferspeed)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dmaceps2.c79 unsigned long byte; local
82 byte = port->rx;
83 serio_interrupt(dev, byte & 0xff, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/tools/
H A Dbuild.c37 typedef unsigned char byte; typedef
47 byte buf[1024];
75 byte major_root, minor_root;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/tools/
H A Dbuild.c37 typedef unsigned char byte; typedef
47 byte buf[1024];
76 byte major_root, minor_root;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtuner-3036.c52 unsigned char byte; local
53 if (i2c_master_recv(c, &byte, 1) != 1)
55 return byte;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Drgrp.c37 * bits. So, each byte represents GFS2_NBBY (i.e. 4) blocks.
66 unsigned char *byte, *end, cur_state; local
69 byte = buffer + (block / GFS2_NBBY);
73 gfs2_assert(rgd->rd_sbd, byte < end);
75 cur_state = (*byte >> bit) & GFS2_BIT_MASK;
78 *byte ^= cur_state << bit;
79 *byte |= new_state << bit;
95 unsigned char *byte, *end, cur_state; local
98 byte = buffer + (block / GFS2_NBBY);
102 gfs2_assert(rgd->rd_sbd, byte < en
129 unsigned char *byte, *end, alloc; local
175 unsigned char *byte = buffer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Demacsen-install.ex21 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
40 (setq load-path (cons "." load-path) byte-compile-warnings nil)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dnand_init.S15 ## bootrom will discard every second byte. This is solved by inserting
16 ## zeroes in every second byte in the first erase block.
99 ;; r5 - byte counter within a page
151 2: ; Copy one byte/word
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/lib/
H A Dmemset.S43 ;; byte -> long
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/lib/
H A Dchecksum.S46 * is aligned on either a 2-byte or 4-byte boundary. We get at
47 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
48 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
62 ; 1-byte mis aligned
78 ; 2-byte aligned
84 ; 4-byte aligned
121 beqz r6, 5f ; if len < 2 goto 5f(1byte)
145 beqz r7, 1f ; swap the upper byte fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Ddbg_io.c167 int putDebugChar(unsigned char byte) argument
177 SERIAL_WRITE(SERIAL_SEND_BUFFER, byte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Desb2rom.c120 u8 byte; local
123 pci_read_config_byte(window->pdev, BIOS_CNTL, &byte);
125 byte & ~BIOS_WRITE_ENABLE);
154 u8 byte; local
175 pci_read_config_byte(pdev, FWH_DEC_EN1, &byte);
176 printk(KERN_DEBUG "New FWH_DEC_EN1 : %x\n", byte);
178 pci_read_config_byte(pdev, FWH_DEC_EN2, &byte);
179 printk(KERN_DEBUG "Original FWH_DEC_EN2 : %x\n", byte);
181 pci_read_config_byte(pdev, FWH_DEC_EN2, &byte);
182 printk(KERN_DEBUG "New FWH_DEC_EN2 : %x\n", byte);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dvlsi_ir.c181 u8 byte; local
197 pci_read_config_byte(idev->pdev, VLSI_PCI_IRMISC, &byte);
199 (byte&IRMISC_IRRAIL) ? " irrail" : "",
200 (byte&IRMISC_IRPD) ? " irpd" : "",
201 (byte&IRMISC_UARTTST) ? " uarttest" : "",
202 (byte&IRMISC_UARTEN) ? "@" : " disabled\n");
203 if (byte&IRMISC_UARTEN) {
205 (byte&2) ? ((byte&1) ? "3e8" : "2e8")
206 : ((byte
1319 u8 byte; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dbtree.c192 u8 *data, byte, m; local
234 byte = data[off];
235 if (byte != 0xff) {
237 if (!(byte & m)) {
283 u8 *data, byte, m; local
319 byte = data[off];
320 if (!(byte & m)) {
326 data[off] = byte & ~m;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dbtree.c184 u8 *data, byte, m; local
226 byte = data[off];
227 if (byte != 0xff) {
229 if (!(byte & m)) {
275 u8 *data, byte, m; local
312 byte = data[off];
313 if (!(byte & m)) {
319 data[off] = byte & ~m;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbtree.c190 u8 *data, byte, m; local
232 byte = data[off];
233 if (byte != 0xff) {
235 if (!(byte & m)) {
282 u8 *data, byte, m; local
319 byte = data[off];
320 if (!(byte & m)) {
326 data[off] = byte & ~m;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmca.h77 unsigned char byte);
111 unsigned char byte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demumpu401.c78 unsigned char byte; local
90 byte = mpu401_read_data(emu, midi);
92 snd_rawmidi_receive(midi->substream_input, &byte, 1);
100 snd_rawmidi_transmit(midi->substream_output, &byte, 1) == 1) {
101 mpu401_write_data(emu, midi, byte);
274 unsigned char byte; local
281 snd_rawmidi_transmit(substream, &byte, 1) != 1) {
286 mpu401_write_data(emu, midi, byte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dbitops.h6 add r1, r1, r0, lsr #3 @ Get byte offset
19 add r1, r1, r0, lsr #3 @ Get byte offset

Completed in 198 milliseconds

1234567891011>>