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

/drivers/net/ethernet/realtek/
H A Datp.h77 static inline unsigned char inbyte(unsigned short port) function
91 inbyte(port + PAR_STATUS); /* Settling time delay */
92 retval = inbyte(port + PAR_STATUS);
105 inbyte(ioaddr + PAR_STATUS);
106 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f;
108 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */
109 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */
110 return low_nib | ((inbyte(ioaddr + PAR_STATUS) << 1) & 0xf0);
119 inbyte(ioaddr + PAR_STATUS);
120 low_nib = (inbyte(ioadd
[all...]
/drivers/isdn/gigaset/
H A Disocdata.c635 unsigned seqlen, inbyte, inbits; local
645 * inbyte = accumulated partial data byte (if !INS_flag_hunt)
646 * inbits = number of valid bits in inbyte, starting at LSB (0..6)
650 inbyte = ubc->inbyte;
670 inbyte = 0;
675 inbyte = c >> (lead1 + 1);
685 inbyte = 0x3f;
693 inbyte |= c << inbits;
694 hdlc_putbyte(inbyte
[all...]
H A Dgigaset.h552 unsigned inbyte, inbits; /* collected bits for next byte */ member in struct:bas_bc_state
H A Dbas-gigaset.c2157 ubc->inbyte = 0;
/drivers/net/hamradio/
H A D6pack.c564 unsigned char inbyte = 0xe8; local
568 sp->tty->ops->write(sp->tty, &inbyte, 1);
885 static void decode_data(struct sixpack *sp, unsigned char inbyte) argument
890 sp->raw_buf[sp->rx_count++] = inbyte;
901 (buf[2] & 0x03) | (inbyte << 2);
1015 unsigned char inbyte; local
1019 inbyte = pre_rbuff[count1];
1020 if (inbyte == SIXP_FOUND_TNC) {
1024 if ((inbyte & SIXP_PRIO_CMD_MASK) != 0)
1025 decode_prio_command(sp, inbyte);
[all...]
/drivers/net/arcnet/
H A Dcom20020.c258 u_char inbyte; local
283 com20020_copy_from_card(dev, 0, 0, &inbyte, 1);
285 if (inbyte != TESTvalue) {
/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c494 unsigned int inbyte = (unsigned int)((reg >> 0x18) ^ ch); local
496 reg ^= inbyte << 0x8;

Completed in 286 milliseconds