Searched refs:byte (Results 151 - 175 of 283) sorted by relevance

1234567891011>>

/drivers/net/can/sja1000/
H A Dsja1000_isa.c67 module_param_array(cdr, byte, NULL, S_IRUGO);
71 module_param_array(ocr, byte, NULL, S_IRUGO);
/drivers/net/ethernet/dec/tulip/
H A DKconfig37 own cache lines. Value of 4 corresponds to the typical 32 byte line
/drivers/net/wireless/bcmdhd/
H A Dbcmsdh_sdmmc.c778 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) argument
794 if (*byte & SDIO_FUNC_ENABLE_2) {
823 *byte, regaddr, &err_ret);
835 *byte, regaddr, &err_ret);
843 sdio_writeb(gInstance->func[func], *byte, regaddr, &err_ret);
852 *byte = sdio_f0_readb(gInstance->func[func], regaddr, &err_ret);
854 *byte = sdio_readb(gInstance->func[func], regaddr, &err_ret);
861 sd_err(("bcmsdh_sdmmc: Failed to %s byte F%d:@0x%05x=%02x, Err: %d\n",
862 rw ? "Write" : "Read", func, regaddr, *byte, err_ret));
1038 * read or small packet(ex:BDC header) skip 32 byte alig
[all...]
/drivers/scsi/aic94xx/
H A Daic94xx_reg.h87 ASD_READ_OCM(u8, byte, b);
100 ASD_WRITE_OCM(u8, byte, b);
/drivers/staging/comedi/drivers/
H A Ddas16.c338 uint8_t byte; member in struct:munge_info
933 unsigned int byte; local
958 byte = CR_CHAN(cmd->chanlist[0]);
959 byte |= CR_CHAN(cmd->chanlist[cmd->chanlist_len - 1]) << 4;
960 outb(byte, dev->iobase + DAS16_MUX);
978 byte = 0;
984 byte |= BURST_LEN_BITS(cmd->chanlist_len - 1);
989 outb(byte, dev->iobase + DAS16_PACER);
994 /* clear flip-flop to make sure 2-byte registers for
H A Damplc_dio200.c1126 unsigned char byte; local
1136 byte = GAT_SCE(subpriv->which, counter_number, gate_src);
1137 outb(byte, subpriv->gat_sce_iobase);
1164 unsigned char byte; local
1174 byte = CLK_SCE(subpriv->which, counter_number, clock_src);
1175 outb(byte, subpriv->clk_sce_iobase);
/drivers/staging/tidspbridge/
H A DKconfig43 bool "Check buffers to be 128 byte aligned"
53 byte alignment, buffers failing this check will be rejected.
/drivers/w1/slaves/
H A DKconfig55 Each block has 30 bytes of data and a two byte CRC16.
/drivers/i2c/busses/
H A Di2c-mpc.c437 /* Write target byte */
445 /* Write data byte */
465 /* Write target address byte - this time with the read flag set */
482 u8 byte; local
489 * For block reads, we have to know the total length (1st byte)
493 /* Generate txack on next to last byte */
497 /* Do not generate stop on last byte */
503 byte = readb(i2c->base + MPC_I2C_DR);
506 * Adjust length if first received byte is length.
507 * The length is 1 length byte plu
[all...]
H A Di2c-s3c2410.c201 /* delay here to ensure the data byte has gotten onto the bus
244 * returns TRUE if we this is the last byte in the current message
270 unsigned char byte; local
315 * send a byte as well */
334 byte = i2c->msg->buf[i2c->msg_ptr++];
335 writeb(byte, i2c->regs + S3C2410_IICDS);
337 /* delay after writing the byte to allow the
380 /* we have a byte of data in the data register, do
385 byte = readb(i2c->regs + S3C2410_IICDS);
386 i2c->msg->buf[i2c->msg_ptr++] = byte;
[all...]
H A Di2c-amd8111.c58 #define AMD_EC_SC_CMD 0x08 /* byte in data reg is command */
227 data->byte);
366 status = amd_ec_read(smbus, AMD_SMB_DATA, &data->byte);
H A Di2c-nforce2.c220 outb_p(data->byte, NVIDIA_SMB_DATA);
271 data->byte = inb_p(NVIDIA_SMB_DATA);
H A Di2c-pasemi.c212 TXFIFO_WR(smbus, MTXFIFO_STOP | data->byte);
290 data->byte = rd & MRXFIFO_DATA_M;
H A Di2c-piix4.c394 outb_p(data->byte, SMBHSTDAT0);
440 data->byte = inb_p(SMBHSTDAT0);
H A Di2c-scmi.c129 mt_params[4].integer.value = data->byte;
246 data->byte = obj->integer.value;
/drivers/media/rc/
H A Dwinbond-cir.c380 u8 byte; local
412 byte = min((u32)0x80, data->txbuf[data->txoff]);
413 data->txbuf[data->txoff] -= byte;
414 byte--;
415 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */
416 bytes[used] = byte;
433 /* At the end of transmission, tell the hw before last byte */
/drivers/media/video/s5p-jpeg/
H A Djpeg-core.c385 int byte; local
387 byte = get_byte(buf);
388 if (byte == -1)
390 temp = byte << 8;
391 byte = get_byte(buf);
392 if (byte == -1)
394 *word = (unsigned int)byte | temp;
/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c123 * contains one byte for every ECC chunk, and is also padded to the
136 * We need to compute the byte and bit offsets of
715 * Every operation begins with a command byte and a series of zero or
721 * Rather than run a separate DMA operation for every single byte, we
824 * Get the byte from the data area that overlays the block mark. Since
826 * physical block mark won't (in general) appear on a byte boundary in
831 /* Get the byte from the OOB. */
918 * byte of the auxiliary buffer to contain the block mark.
1015 * 2) In read operations, the first byte of the OOB we return must reflect the
1050 * | into the first byte o
1195 loff_t byte; local
1256 loff_t byte; local
1335 loff_t byte; local
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c62 module_param_named(burst, sym_driver_setup.burst_order, byte, 0);
63 module_param_named(led, sym_driver_setup.scsi_led, byte, 0);
64 module_param_named(diff, sym_driver_setup.scsi_diff, byte, 0);
65 module_param_named(irqm, sym_driver_setup.irq_mode, byte, 0);
66 module_param_named(buschk, sym_driver_setup.scsi_bus_check, byte, 0);
67 module_param_named(hostid, sym_driver_setup.host_id, byte, 0);
68 module_param_named(verb, sym_driver_setup.verbose, byte, 0);
70 module_param_named(settle, sym_driver_setup.settle_delay, byte, 0);
71 module_param_named(nvram, sym_driver_setup.use_nvram, byte, 0);
/drivers/net/ethernet/i825xx/
H A Dether1.c22 * 1.01 RMK 19/03/1996 Transfers the last odd byte onto/off of the card now.
254 ether1_ramtest(struct net_device *dev, unsigned char byte) argument
265 memset (buffer, byte, BUFFER_SIZE);
267 memset (buffer, byte ^ 0xff, BUFFER_SIZE);
271 if (buffer[i] != byte) {
276 dev->name, buffer[i], byte, i);
/drivers/net/ethernet/seeq/
H A Dether3.c223 ether3_ramtest(struct net_device *dev, unsigned char byte) argument
233 memset(buffer, byte, RX_END);
238 memset(buffer, byte ^ 0xff, RX_END);
245 if (buffer[i] != byte) {
248 dev->name, buffer[i], byte, i);
/drivers/rtc/
H A Drtc-sh.c457 unsigned int byte; local
460 byte = readb(rtc->regbase + reg_off);
461 if (byte & AR_ENB) {
462 byte &= ~AR_ENB; /* strip the enable bit */
463 value = bcd2bin(byte);
/drivers/usb/early/
H A Dehci-dbgp.c844 u8 byte; local
881 byte = read_pci_config_byte(bus, slot, func, 0x04);
882 if (!(byte & 0x2)) {
883 byte |= 0x02;
884 write_pci_config_byte(bus, slot, func, 0x04, byte);
/drivers/media/video/gspca/
H A Dspca1528.c207 u8 byte)
214 PDEBUG(D_USBO, "SET %02x %04x %04x %02x", req, value, index, byte);
215 gspca_dev->usb_buf[0] = byte;
203 reg_wb(struct gspca_dev *gspca_dev, u8 req, u16 value, u16 index, u8 byte) argument
/drivers/w1/masters/
H A Domap_hdq.c89 static void omap_w1_write_byte(void *_hdq, u8 byte);
157 /* write out a byte and fill *status with HDQ_INT_STATUS */
488 /* Read a byte of data from the device */
523 /* Write a byte of data to the device */
524 static void omap_w1_write_byte(void *_hdq, u8 byte) argument
542 ret = hdq_write_byte(hdq_data, byte, &status);

Completed in 2832 milliseconds

1234567891011>>