Searched refs:byte (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/drivers/block/
H A Dswim_asm.S60 .byte 0xa1, 0xa1, 0xa1, 0xfe
62 .byte 0xa1, 0xa1, 0xa1, 0xfb
/drivers/i2c/busses/
H A Di2c-amd756-s4882.c95 mplxdata.byte = channels;
162 ioconfig.byte = 0x00; /* All I/O to output mode */
H A Di2c-isch.c176 outb(data->byte, SMBHSTDAT0);
218 data->byte = inb(SMBHSTDAT0);
H A Di2c-nforce2-s4985.c90 mplxdata.byte = channels;
157 ioconfig.byte = 0x00; /* All I/O to output mode */
H A Di2c-sis96x.c186 sis96x_write(SMB_BYTE, data->byte);
218 data->byte = sis96x_read(SMB_BYTE);
H A Di2c-taos-evm.c96 sprintf(p, "$%02X#%02X", command, data->byte);
137 data->byte = simple_strtol(p + 1, NULL, 16);
H A Di2c-ali1535.c400 outb_p(data->byte, SMBHSTDAT0);
453 data->byte = inb_p(SMBHSTDAT0);
456 data->byte = inb_p(SMBHSTDAT0);
H A Di2c-ali1563.c153 /* Clear byte-ready bit */
156 /* Start transaction and wait for byte-ready bit to be set */
285 outb_p(data->byte, SMB_HST_DAT0);
308 data->byte = inb_p(SMB_HST_DAT0);
311 data->byte = inb_p(SMB_HST_DAT0);
H A Di2c-sis5595.c311 sis5595_write(SMB_BYTE, data->byte);
344 data->byte = sis5595_read(SMB_BYTE);
/drivers/i2c/muxes/
H A Dpca9541.c112 data.byte = val;
162 ret = data.byte;
/drivers/input/serio/
H A Dlibps2.c31 * ps2_sendbyte() sends a byte to the device and waits for acknowledge.
38 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout) argument
45 if (serio_write(ps2dev->serio, byte) == 0)
104 * ps2_is_keyboard_id() checks received ID byte against the list of
124 * ps2_adjust_timeout() is called after receiving 1st byte of command
134 * Device has sent the first response byte after
137 * The next byte will come soon (keyboard) or not
148 * a single byte. Fail the command so atkbd will
160 * won't be 2nd byte of ID response.
H A Dxilinx_ps2.c84 * xps2_recv() - attempts to receive a byte from the PS/2 port.
86 * @byte: address where the read data will be copied
91 static int xps2_recv(struct xps2data *drvdata, u8 *byte) argument
99 *byte = in_be32(drvdata->base_address + XPS2_RX_DATA_OFFSET);
133 /* Error, if a byte is not received */
136 "wrong rcvd byte count (%d)\n", status);
151 * sxps2_write() - sends a byte out through the PS/2 port.
155 * This function checks if the PS/2 transmitter is empty and sends a byte.
169 /* If the PS/2 transmitter is empty send a byte of data */
/drivers/mtd/nand/
H A Dams-delta.c62 static void ams_delta_write_byte(struct mtd_info *mtd, u_char byte) argument
68 writew(byte, this->IO_ADDR_W);
H A Dcs553x_nand.c128 static void cs553x_write_byte(struct mtd_info *mtd, u_char byte) argument
137 writeb(byte, this->IO_ADDR_W + 0x801);
/drivers/staging/bcm/
H A DMacros.h246 #define IP_VERSION(byte) (((byte&0xF0)>>4))
/drivers/net/ethernet/amd/
H A Dnmclan_cs.c893 /* Odd byte transfer */
1326 int i, byte; /* temporary array indices */ local
1331 for (byte = 0; byte < 6; byte++)
1333 updateCRC(CRC, (adr[byte] >> i) & 1);
1339 byte = hashcode >> 3;
1340 ladrf[byte] |= (1 << (hashcode & 7));
/drivers/net/irda/
H A Dstir4200.c228 * a two byte 0x55 0xAA sequence, two little-endian length bytes, a
384 __u8 byte = bytes[i]; local
389 if (unlikely(byte != FIR_EOF))
400 if (byte == FIR_EOF) {
406 byte ^= IRDA_TRANS;
411 if (byte == FIR_EOF)
418 switch(byte) {
436 /* add byte to rx buffer */
444 rx_buff->data[rx_buff->len++] = byte;
/drivers/block/paride/
H A Dbpck.c34 #define w2(byte) {out_p(2,byte); PC = byte;}
/drivers/input/mouse/
H A Dvsxxxaa.c137 static void vsxxxaa_queue_byte(struct vsxxxaa *mouse, unsigned char byte) argument
140 printk(KERN_ERR "%s on %s: Dropping a byte of full buffer.\n",
145 DBG(KERN_INFO "Queueing byte 0x%02x\n", byte);
147 mouse->buf[mouse->count++] = byte;
182 /* First byte must be a header byte */
218 * with the first byte's 3 MSB set to 100.
226 * Low 7 bit of byte 1 are abs(dx), bit 7 is
227 * 0, bit 4 of byte
[all...]
/drivers/scsi/isci/
H A Dinit.c99 module_param(no_outbound_task_to, byte, 0);
119 module_param(phy_gen, byte, 0);
123 module_param(max_concurr_spinup, byte, 0);
/drivers/isdn/hardware/eicon/
H A Ddiva.c81 byte req;
82 byte rc;
83 byte data[sizeof(struct mi_pc_maint)];
618 byte *data;
/drivers/net/arcnet/
H A DKconfig62 acknowledge back to userspace. After the initial protocol byte every
63 packet is stuffed with an extra 4 byte "cookie" which doesn't
65 back a packet with protocol byte 0 containing the status of the
/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c189 u8 byte, msb; local
193 byte = mac[i];
197 if (msb ^ (byte & 0x1))
199 byte >>= 1;
/drivers/net/wireless/bcmdhd/include/
H A Dbcmsdbus.h86 /* read or write one byte using cmd52 */
87 extern SDIOH_API_RC sdioh_request_byte(sdioh_info_t *si, uint rw, uint fnc, uint addr, uint8 *byte);
/drivers/target/tcm_fc/
H A Dtfc_conf.c70 u32 byte = 0; local
80 if (strict && pos++ == 2 && byte++ < 7) {
89 if (strict && byte != 8)
101 pr_debug("err %u len %zu pos %u byte %u\n",
102 err, cp - name, pos, byte);

Completed in 515 milliseconds

1234567891011>>