Searched refs:inbyte (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/realtek/
H A Datp.h82 static inline unsigned char inbyte(unsigned short port) function
99 inbyte(port + PAR_STATUS); /* Settling time delay */
100 retval = inbyte(port + PAR_STATUS);
113 inbyte(ioaddr + PAR_STATUS);
114 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f;
116 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */
117 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */
118 return low_nib | ((inbyte(ioaddr + PAR_STATUS) << 1) & 0xf0);
127 inbyte(ioaddr + PAR_STATUS);
128 low_nib = (inbyte(ioadd
[all...]
/linux-master/drivers/net/hamradio/
H A D6pack.c527 unsigned char inbyte = 0xe8; local
531 sp->tty->ops->write(sp->tty, &inbyte, 1);
823 static void decode_data(struct sixpack *sp, unsigned char inbyte) argument
828 sp->raw_buf[sp->rx_count++] = inbyte;
845 (buf[2] & 0x03) | (inbyte << 2);
953 unsigned char inbyte; local
957 inbyte = pre_rbuff[count1];
958 if (inbyte == SIXP_FOUND_TNC) {
962 if ((inbyte & SIXP_PRIO_CMD_MASK) != 0)
963 decode_prio_command(sp, inbyte);
[all...]
/linux-master/sound/drivers/
H A Dmtpav.c485 static void snd_mtpav_inmidi_process(struct mtpav *mcrd, u8 inbyte) argument
494 snd_rawmidi_receive(portp->input, &inbyte, 1);
497 static void snd_mtpav_inmidi_h(struct mtpav *mcrd, u8 inbyte) argument
499 if (inbyte >= 0xf8) {
501 snd_mtpav_inmidi_process(mcrd, inbyte);
506 if (inbyte == 0xf5) // MTP port #
509 snd_mtpav_inmidi_process(mcrd, inbyte);
511 mcrd->inmidiport = translate_hwport_to_subdevice(mcrd, inbyte);
/linux-master/drivers/net/arcnet/
H A Dcom20020.c286 u_char inbyte; local
315 com20020_copy_from_card(dev, 0, 0, &inbyte, 1);
317 if (inbyte != TESTvalue) {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c469 unsigned int inbyte = (unsigned int)((reg >> 0x18) ^ ch); local
471 reg ^= inbyte << 0x8;

Completed in 162 milliseconds