Searched refs:byte (Results 101 - 125 of 283) sorted by relevance

1234567891011>>

/drivers/media/video/
H A Dhexium_orion.c60 u8 byte; member in struct:hexium_data
298 data.byte = hexium_saa7110[i];
316 data.byte = hexium_input_select[input].data[i].byte;
320 pr_debug("%d: 0x%02x => 0x%02x\n", input, adr, data.byte);
H A Dhexium_gemini.c59 u8 byte; member in struct:hexium_data
185 data.byte = hexium_ks0127b[i];
201 data.byte = hexium_input_select[input].byte;
217 data.byte = vdec[i].byte;
/drivers/isdn/hardware/eicon/
H A Dum_idi.c35 static int process_idi_rc(divas_um_idi_entity_t *e, byte rc);
36 static int process_idi_ind(divas_um_idi_entity_t *e, byte ind);
37 static int write_return_code(divas_um_idi_entity_t *e, byte rc);
536 byte Req = (byte) req->Req;
580 e->e.ReqCh = (byte) req->ReqCh;
582 e->e.X->P = (byte *)&req[1]; /* Our buffer is safe */
624 static int process_idi_rc(divas_um_idi_entity_t *e, byte rc)
677 static int process_idi_ind(divas_um_idi_entity_t *e, byte ind)
687 e->e.R->P = (byte *)
[all...]
/drivers/net/plip/
H A Dplip.c201 unsigned short byte; member in struct:plip_local
480 /* PLIP_RECEIVE --- receive a byte(two nibbles)
637 skb_reserve(rcv->skb, 2); /* Align IP on 16 byte boundaries */
641 rcv->byte = 0;
648 &rcv->nibble, &lbuf[rcv->byte]))
650 } while (++rcv->byte < rcv->length.h);
652 rcv->checksum += lbuf[--rcv->byte];
653 } while (rcv->byte);
699 /* PLIP_SEND --- send a byte (two nibbles)
820 snd->byte
[all...]
/drivers/net/usb/
H A Dsierra_net.c112 u8 byte; member in union:param::__anon3087
240 p->byte = *datap;
241 return datap + sizeof(p->byte);
272 padded = hh->msgid.byte & 0x80;
273 hh->msgid.byte &= 0x7F; /* 7 bits */
275 hh->extmsgid.is_present = (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID);
423 sierra_net_set_ctx_index(priv, hh->msgspecific.byte);
510 switch (hh.msgid.byte) {
513 hh.msgspecific.byte);
519 hh.msgspecific.byte);
[all...]
/drivers/w1/masters/
H A Dds2490.c286 ds_print_msg(buf, "communication command byte 1", 9);
287 ds_print_msg(buf, "communication command byte 2", 10);
600 static int ds_write_byte(struct ds_device *dev, u8 byte) argument
606 err = ds_send_control(dev, COMM_BYTE_IO | COMM_IM | dev->spu_bit, byte);
621 return !(byte == rbyte);
624 static int ds_read_byte(struct ds_device *dev, u8 *byte) argument
635 err = ds_recv_data(dev, byte, sizeof(*byte));
803 static void ds9490r_write_byte(void *data, u8 byte) argument
807 ds_write_byte(dev, byte);
814 u8 byte = 0; local
[all...]
H A Dds2482.c36 #define DS2482_CMD_CHANNEL_SELECT 0xC3 /* Param: Channel byte - DS2482-800 only */
37 #define DS2482_CMD_WRITE_CONFIG 0xD2 /* Param: Config byte */
39 #define DS2482_CMD_1WIRE_SINGLE_BIT 0x87 /* Param: Bit byte (bit7) */
40 #define DS2482_CMD_1WIRE_WRITE_BYTE 0xA5 /* Param: Data byte */
42 /* Note to read the byte, Set the ReadPtr to Data then read (any addr) */
43 #define DS2482_CMD_1WIRE_TRIPLET 0x78 /* Param: Dir byte (bit7) */
187 * @param byte The data to send
191 u8 cmd, u8 byte)
193 if (i2c_smbus_write_byte_data(pdev->client, cmd, byte) < 0)
322 * Performs the write byte functio
190 ds2482_send_cmd_data(struct ds2482_data *pdev, u8 cmd, u8 byte) argument
327 ds2482_w1_write_byte(void *data, u8 byte) argument
[all...]
/drivers/media/dvb/dvb-usb/
H A Dmxl111sf-i2c.c36 u8 byte)
41 mxl_i2c("(0x%02x)", byte);
49 data = (byte & (0x80 >> i)) ? SW_SDA_OUT : 0;
68 if (!(byte & 1)) {
101 u8 byte = 0; local
125 byte |= (0x80 >> i);
132 *pbyte = byte;
223 /* SDA high to signal last byte read from slave */
35 mxl111sf_i2c_bitbang_sendbyte(struct mxl111sf_state *state, u8 byte) argument
/drivers/staging/telephony/
H A Dixj.c507 j->pccr1.byte = inb_p(j->XILINXbase + 3);
631 j->pccr1.byte = 0;
634 outw_p(j->psccr.byte << 8, j->XILINXbase + 0x00);
636 j->pslic.byte = inw_p(j->XILINXbase + 0x00) & 0xFF;
645 j->pld_slicr.byte = inb_p(j->XILINXbase + 0x01);
693 outw_p(j->psccr.byte << 8 | j->pslic.byte, j->XILINXbase + 0x00);
704 outb_p(j->pld_slicw.byte, j->XILINXbase + 0x01);
712 outb_p(j->pld_slicw.byte, j->XILINXbase + 0x01);
720 outb_p(j->pld_slicw.byte,
3041 ixj_write_cid_byte(IXJ *j, char byte) argument
[all...]
/drivers/media/video/em28xx/
H A Dem28xx-core.c111 int byte; local
114 for (byte = 0; byte < len; byte++)
115 printk(" %02x", (unsigned char)buf[byte]);
160 int byte; local
170 for (byte = 0; byte < len; byte++)
171 printk(" %02x", (unsigned char)buf[byte]);
[all...]
/drivers/bluetooth/
H A Dhci_bcsp.c108 Update crc with next data byte
111 The data byte is treated as two nibbles. The crc is generated
424 static inline void bcsp_unslip_one_byte(struct bcsp_struct *bcsp, unsigned char byte) argument
430 switch (byte) {
435 memcpy(skb_put(bcsp->rx_skb, 1), &byte, 1);
438 bcsp_crc_update(&bcsp->message_crc, byte);
444 switch (byte) {
464 BT_ERR ("Invalid byte %02x after esc byte", byte);
[all...]
/drivers/media/video/pwc/
H A Dpwc-dec23.c83 unsigned int bit, byte, mask, val; local
89 for (byte = 0; byte < 256; byte++) {
90 val = (byte & mask);
91 if (byte & bitpower)
612 pdec->stream = rawyuv + 1; /* The first byte of the stream is skipped */
/drivers/i2c/busses/
H A Di2c-ali15x3.c385 outb_p(data->byte, SMBHSTDAT0);
437 data->byte = inb_p(SMBHSTDAT0);
440 data->byte = inb_p(SMBHSTDAT0);
H A Di2c-amd756.c219 outw_p(data->byte, SMB_HOST_DATA);
266 data->byte = inw_p(SMB_HOST_DATA);
269 data->byte = inw_p(SMB_HOST_DATA);
H A Di2c-iop3xx.c261 iop3xx_i2c_write_byte(struct i2c_algo_iop3xx_data *iop3xx_adap, char byte, argument
268 __raw_writel(byte, iop3xx_adap->ioaddr + DBR_OFFSET);
283 iop3xx_i2c_read_byte(struct i2c_algo_iop3xx_data *iop3xx_adap, char* byte, argument
302 *byte = __raw_readl(iop3xx_adap->ioaddr + DBR_OFFSET);
/drivers/net/can/cc770/
H A Dcc770_isa.c101 module_param_array(cir, byte, NULL, S_IRUGO);
104 module_param_array(cor, byte, NULL, S_IRUGO);
107 module_param_array(bcr, byte, NULL, S_IRUGO);
/drivers/hwmon/
H A Dsht15.c173 * sht15_reverse() - reverse a byte
174 * @byte: byte to reverse.
176 static u8 sht15_reverse(u8 byte) argument
181 c |= (!!(byte & (1 << i))) << (7 - i);
273 * sht15_send_byte() - send a single byte to the device
275 * @byte: value to be sent
277 static void sht15_send_byte(struct sht15_data *data, u8 byte) argument
282 sht15_send_bit(data, !!(byte & 0x80));
283 byte <<
388 u8 byte = 0; local
[all...]
/drivers/mfd/
H A Dtwl4030-irq.c503 /* byte[0] gets overwritten as we write ... */
524 * Read, reserving first byte for write scratch. Yes, this
541 int byte = 1 + (i >> 2); local
547 bytes[byte] &= ~(0x03 << off);
551 bytes[byte] |= BIT(off + 1);
553 bytes[byte] |= BIT(off + 0);
/drivers/mtd/nand/
H A Dau1550nd.c36 * au_read_byte - read one byte from the chip
50 * au_write_byte - write one byte to the chip
52 * @byte: pointer to data byte to write
56 static void au_write_byte(struct mtd_info *mtd, u_char byte) argument
59 writeb(byte, this->IO_ADDR_W);
64 * au_read_byte16 - read one byte endianness aware from the chip
78 * au_write_byte16 - write one byte endianness aware to the chip
80 * @byte: pointer to data byte t
84 au_write_byte16(struct mtd_info *mtd, u_char byte) argument
[all...]
/drivers/net/ethernet/sfc/
H A Dmcdi_mac.c127 efx->multicast_hash.byte,
/drivers/net/ethernet/smsc/
H A Dsmc9194.h30 typedef unsigned char byte; typedef
116 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */
/drivers/pci/
H A Daccess.c56 PCI_OP_READ(byte, u8, 1)
59 PCI_OP_WRITE(byte, u8, 1)
186 PCI_USER_READ_CONFIG(byte, u8)
189 PCI_USER_WRITE_CONFIG(byte, u8)
/drivers/staging/winbond/
H A Dwb35reg_f.h58 void CardGetMulticastBit(u8 address[MAC_ADDR_LENGTH], u8 *byte, u8 *value);
/drivers/auxdisplay/
H A Dcfag12864b.c175 static void cfag12864b_writebyte(unsigned char byte) argument
179 ks0108_writedata(byte);
/drivers/block/paride/
H A Dfit3.c34 #define w7(byte) {out_p(7,byte);}

Completed in 651 milliseconds

1234567891011>>