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

/asus-wl-520gu-7.0.1.45/src/linux/linux/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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A D6pack.c861 unsigned char inbyte; local
865 inbyte = pre_rbuff[count1];
866 if (inbyte == SIXP_FOUND_TNC) {
871 if ((inbyte & SIXP_PRIO_CMD_MASK) != 0)
872 decode_prio_command(inbyte, sp);
873 else if ((inbyte & SIXP_STD_CMD_MASK) != 0)
874 decode_std_command(inbyte, sp);
876 decode_data(inbyte, sp);
882 unsigned char inbyte = 0xe8; local
884 sp->tty->driver.write(sp->tty, 0, &inbyte,
1044 decode_data(unsigned char inbyte, struct sixpack *sp) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Dcom20020.c245 u_char inbyte; local
264 com20020_copy_from_card(dev, 0, 0, &inbyte, 1);
265 if (inbyte != TESTvalue) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Daedsp16.c533 int inbyte; local
542 inbyte = inb(port + DSP_READ);
544 DBG(("read [0x%x]/{%c}.\n", inbyte, inbyte));
546 return inbyte;

Completed in 74 milliseconds