Home
last modified time | relevance | path

Searched refs:byte (Results 751 – 775 of 1847) sorted by relevance

1...<<31323334353637383940>>...74

/openbmc/linux/arch/m68k/fpsp040/
H A Ddecbin.S92 RTABLE: .byte 0,0,0,0
93 .byte 2,3,2,3
94 .byte 2,3,3,2
95 .byte 3,2,2,3
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_64.S110 .8byte 0x0
116 .8byte 0x0
690 p_end: .8byte _end - copy_to_here
944 p_toc: .8byte .TOC. - 0b
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.lsch3160 1) CCSR 4-byte write to 0x00e00404, data=0x00000000
161 2) CCSR 4-byte write to 0x00e00400, data=0x1800a000
193 1) CCSR 4-byte write to 0x00e00404, data=0x00000000
194 2) CCSR 4-byte write to 0x00e00400, data=0x1800a000
228 2) CCSR 4-byte write to 0x01e00404, data=0x00000000
229 3) CCSR 4-byte write to 0x01e00400, data=0x1800a000
/openbmc/linux/sound/pci/ice1712/
H A Dews.c814 unsigned char byte; in snd_ice1712_6fire_read_pca() local
818 byte = reg; in snd_ice1712_6fire_read_pca()
819 if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) { in snd_ice1712_6fire_read_pca()
825 byte = 0; in snd_ice1712_6fire_read_pca()
826 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) { in snd_ice1712_6fire_read_pca()
832 return byte; in snd_ice1712_6fire_read_pca()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-core.S690 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
691 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
692 .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07
693 .byte 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f
694 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
695 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835.c215 u8 byte; in bcm2835_rd_fifo() local
219 byte = bcm2835_rd(bs, BCM2835_SPI_FIFO); in bcm2835_rd_fifo()
221 *bs->rx_buf++ = byte; in bcm2835_rd_fifo()
228 u8 byte; in bcm2835_wr_fifo() local
232 byte = bs->tx_buf ? *bs->tx_buf++ : 0; in bcm2835_wr_fifo()
233 bcm2835_wr(bs, BCM2835_SPI_FIFO, byte); in bcm2835_wr_fifo()
/openbmc/linux/drivers/media/rc/
H A Dwinbond-cir.c383 u8 byte; in wbcir_irq_tx() local
414 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()
415 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()
416 byte--; in wbcir_irq_tx()
417 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()
418 bytes[used] = byte; in wbcir_irq_tx()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpei_data.h15 typedef void asmlinkage (*tx_byte_func)(unsigned char byte);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-td08.rst24 Each cell is one byte.
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-moxtet7 modules. The first byte is from the CPU board itself.
/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/
H A Dmips-byte-order.patch4 Subject: [PATCH 2/2] byte order
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dasm-compat.h17 #define PPC_LONG stringify_in_c(.8byte)
/openbmc/linux/arch/powerpc/include/asm/
H A Dasm-compat.h17 #define PPC_LONG stringify_in_c(.8byte)
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1x.c1201 unsigned char byte; in do_emu10k1x_midi_interrupt() local
1213 byte = mpu401_read_data(emu, midi); in do_emu10k1x_midi_interrupt()
1215 snd_rawmidi_receive(midi->substream_input, &byte, 1); in do_emu10k1x_midi_interrupt()
1223 snd_rawmidi_transmit(midi->substream_output, &byte, 1) == 1) { in do_emu10k1x_midi_interrupt()
1224 mpu401_write_data(emu, midi, byte); in do_emu10k1x_midi_interrupt()
1400 unsigned char byte; in snd_emu10k1x_midi_output_trigger() local
1407 snd_rawmidi_transmit(substream, &byte, 1) != 1) { in snd_emu10k1x_midi_output_trigger()
1412 mpu401_write_data(emu, midi, byte); in snd_emu10k1x_midi_output_trigger()
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-core.S768 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
769 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
770 .byte 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
771 .byte 0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf
772 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
773 .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
774 .byte 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
775 .byte 0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pxa.c619 u8 byte = 0; in i2c_pxa_slave_txempty() local
623 &byte); in i2c_pxa_slave_txempty()
625 writel(byte, _IDBR(i2c)); in i2c_pxa_slave_txempty()
632 u8 byte = readl(_IDBR(i2c)); in i2c_pxa_slave_rxfull() local
635 i2c_slave_event(i2c->slave, I2C_SLAVE_WRITE_RECEIVED, &byte); in i2c_pxa_slave_rxfull()
650 u8 byte = 0; in i2c_pxa_slave_start() local
653 &byte); in i2c_pxa_slave_start()
654 writel(byte, _IDBR(i2c)); in i2c_pxa_slave_start()
H A Di2c-sun6i-p2wi.c137 writel(data->byte, p2wi->regs + P2WI_DATA0); in p2wi_smbus_xfer()
167 data->byte = readl(p2wi->regs + P2WI_DATA0); in p2wi_smbus_xfer()
H A Di2c-opal.c126 req.buffer_ra = cpu_to_be64(__pa(&data->byte)); in i2c_opal_smbus_xfer()
134 req.buffer_ra = cpu_to_be64(__pa(&data->byte)); in i2c_opal_smbus_xfer()
/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef742 "Vector sign extend byte to half",
751 "Vector zero extend byte to half",
760 "Vector saturate half to unsigned byte",
773 "Vector saturate half to unsigned byte",
782 "Vector saturate half to signed byte",
792 "Vector saturate half to signed byte",
801 "Vector truncate half to byte: take high",
829 "Vector truncate half to byte: take low",
838 "Vector truncate half to byte: take low",
848 "Vector truncate half to byte: take high",
[all …]
/openbmc/linux/drivers/block/
H A Dswim_asm.S56 .byte 0xa1, 0xa1, 0xa1, 0xfe
58 .byte 0xa1, 0xa1, 0xa1, 0xfb
/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst51 always one 512 byte sector. For SD, "erase_size" is 512
89 RPMB size in byte is calculated by using the following equation:
/openbmc/u-boot/scripts/dtc/
H A Ddata.c220 struct data data_append_byte(struct data d, uint8_t byte) in data_append_byte() argument
222 return data_append_data(d, &byte, 1); in data_append_byte()
/openbmc/linux/scripts/dtc/
H A Ddata.c207 struct data data_append_byte(struct data d, uint8_t byte) in data_append_byte() argument
209 return data_append_data(d, &byte, 1); in data_append_byte()
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dzii,rave-sp-wdt.txt18 - wdt-timeout: Two byte nvmem cell specified as per
/openbmc/u-boot/arch/arm/dts/
H A Dzynq-zc770-xm013.dts71 at25,byte-len = <8192>;

1...<<31323334353637383940>>...74