Searched refs:inbyte (Results 1 – 4 of 4) sorted by relevance
82 static inline unsigned char inbyte(unsigned short port) in inbyte() function99 inbyte(port + PAR_STATUS); /* Settling time delay */ in read_nibble()100 retval = inbyte(port + PAR_STATUS); in read_nibble()113 inbyte(ioaddr + PAR_STATUS); in read_byte_mode0()114 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode0()127 inbyte(ioaddr + PAR_STATUS); in read_byte_mode2()128 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode2()140 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode4()151 inbyte(ioaddr + PAR_STATUS); in read_byte_mode6()152 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode6()[all …]
521 unsigned char inbyte = 0xe8; in tnc_init() local525 sp->tty->ops->write(sp->tty, &inbyte, 1); in tnc_init()808 sp->raw_buf[sp->rx_count++] = inbyte; in decode_data()825 (buf[2] & 0x03) | (inbyte << 2); in decode_data()934 u8 inbyte; in sixpack_decode() local937 inbyte = pre_rbuff[count1]; in sixpack_decode()938 if (inbyte == SIXP_FOUND_TNC) { in sixpack_decode()942 if ((inbyte & SIXP_PRIO_CMD_MASK) != 0) in sixpack_decode()943 decode_prio_command(sp, inbyte); in sixpack_decode()945 decode_std_command(sp, inbyte); in sixpack_decode()[all …]
286 u_char inbyte; in com20020_reset() local315 com20020_copy_from_card(dev, 0, 0, &inbyte, 1); in com20020_reset()317 if (inbyte != TESTvalue) { in com20020_reset()
472 unsigned int inbyte = (unsigned int)((reg >> 0x18) ^ ch); in qat_uclo_calc_checksum() local474 reg ^= inbyte << 0x8; in qat_uclo_calc_checksum()
Completed in 14 milliseconds