Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A Datp.h82 static inline unsigned char inbyte(unsigned short port) in inbyte() function
99 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 …]
/linux/drivers/net/arcnet/
H A Dcom20020.c286 u_char inbyte; in com20020_reset() local
315 com20020_copy_from_card(dev, 0, 0, &inbyte, 1); in com20020_reset()
317 if (inbyte != TESTvalue) { in com20020_reset()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c464 unsigned int inbyte = (unsigned int)((reg >> 0x18) ^ ch); in qat_uclo_calc_checksum() local
466 reg ^= inbyte << 0x8; in qat_uclo_calc_checksum()