Searched refs:inbyte (Results 1 – 3 of 3) 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()116 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0()117 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0()118 return low_nib | ((inbyte(ioaddr + PAR_STATUS) << 1) & 0xf0); 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()[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()
464 unsigned int inbyte = (unsigned int)((reg >> 0x18) ^ ch); in qat_uclo_calc_checksum() local466 reg ^= inbyte << 0x8; in qat_uclo_calc_checksum()