Home
last modified time | relevance | path

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

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