Searched refs:inbyte (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Datp.h79 static inline unsigned char inbyte(unsigned short port) function
93 inbyte(port + PAR_STATUS); /* Settling time delay */
94 retval = inbyte(port + PAR_STATUS);
107 inbyte(ioaddr + PAR_STATUS);
108 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f;
110 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */
111 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */
112 return low_nib | ((inbyte(ioaddr + PAR_STATUS) << 1) & 0xf0);
121 inbyte(ioaddr + PAR_STATUS);
122 low_nib = (inbyte(ioadd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtipar.c109 inbyte(int minor) function
150 } while (inbyte(minor) & 0x10);
156 } while (!(inbyte(minor) & 0x10));
162 } while (inbyte(minor) & 0x20);
168 } while (!(inbyte(minor) & 0x20));
193 } while ((v = inbyte(minor) & 0x30) == 0x30);
201 } while (!(inbyte(minor) & 0x20));
209 } while (!(inbyte(minor) & 0x10));
233 data = inbyte(minor) & 0x30;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/hamradio/
H A D6pack.c567 unsigned char inbyte = 0xe8; local
571 sp->tty->driver->write(sp->tty, &inbyte, 1);
869 static void decode_data(struct sixpack *sp, unsigned char inbyte) argument
874 sp->raw_buf[sp->rx_count++] = inbyte;
885 (buf[2] & 0x03) | (inbyte << 2);
999 unsigned char inbyte; local
1003 inbyte = pre_rbuff[count1];
1004 if (inbyte == SIXP_FOUND_TNC) {
1008 if ((inbyte & SIXP_PRIO_CMD_MASK) != 0)
1009 decode_prio_command(sp, inbyte);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/
H A Dmtpav.c504 static void snd_mtpav_inmidi_process(struct mtpav *mcrd, u8 inbyte) argument
513 snd_rawmidi_receive(portp->input, &inbyte, 1);
516 static void snd_mtpav_inmidi_h(struct mtpav *mcrd, u8 inbyte) argument
518 if (inbyte >= 0xf8) {
520 snd_mtpav_inmidi_process(mcrd, inbyte);
525 if (inbyte == 0xf5) // MTP port #
528 snd_mtpav_inmidi_process(mcrd, inbyte);
530 mcrd->inmidiport = translate_hwport_to_subdevice(mcrd, inbyte);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Dstb.h41 #define inbyte(port) (*((unsigned char volatile *)(port))) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Disocdata.c667 unsigned seqlen, inbyte, inbits; local
674 * inbyte = accumulated partial data byte (if !INS_flag_hunt)
675 * inbits = number of valid bits in inbyte, starting at LSB (0..6)
679 inbyte = ubc->inbyte;
699 inbyte = 0;
704 inbyte = c >> (lead1 + 1);
712 inbyte = 0x3f;
720 inbyte |= c << inbits;
721 hdlc_putbyte(inbyte
[all...]
H A Dgigaset.h580 unsigned inbyte, inbits; /* collected bits for next byte */ member in struct:bas_bc_state
H A Dbas-gigaset.c2036 ubc->inbyte = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/arcnet/
H A Dcom20020.c238 u_char inbyte; local
263 com20020_copy_from_card(dev, 0, 0, &inbyte, 1);
265 if (inbyte != TESTvalue) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Daedsp16.c532 int inbyte; local
541 inbyte = inb(port + DSP_READ);
543 DBG(("read [0x%x]/{%c}.\n", inbyte, inbyte));
545 return inbyte;

Completed in 188 milliseconds