Searched refs:inbyte (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/realtek/ |
D | atp.h | 77 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/ |
D | isocdata.c | 635 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 …]
|
D | gigaset.h | 552 unsigned inbyte, inbits; /* collected bits for next byte */ member
|
D | bas-gigaset.c | 2157 ubc->inbyte = 0; in gigaset_initbcshw()
|
/drivers/net/hamradio/ |
D | 6pack.c | 564 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/ |
D | com20020.c | 258 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/ |
D | qat_uclo.c | 494 unsigned int inbyte = (unsigned int)((reg >> 0x18) ^ ch); in qat_uclo_calc_checksum() local 496 reg ^= inbyte << 0x8; in qat_uclo_calc_checksum()
|