Home
last modified time | relevance | path

Searched refs:byte (Results 726 – 750 of 1847) sorted by relevance

1...<<21222324252627282930>>...74

/openbmc/linux/sound/sparc/
H A Damd7930.c505 u8 byte; in snd_amd7930_interrupt() local
509 byte = *(amd->p_cur++); in snd_amd7930_interrupt()
511 sbus_writeb(byte, amd->regs + AMD7930_BBTB); in snd_amd7930_interrupt()
517 byte = sbus_readb(amd->regs + AMD7930_BBRB); in snd_amd7930_interrupt()
519 *(amd->c_cur++) = byte; in snd_amd7930_interrupt()
/openbmc/linux/Documentation/spi/
H A Dspidev.rst121 pass a pointer to a byte which will
127 single byte.
132 not limited to the bits that fit in one byte.
135 pass a pointer to a byte
144 a byte which will return (RD) or assign (WR) the number of bits in
/openbmc/linux/drivers/i2c/busses/
H A Di2c-exynos5.c447 unsigned char byte; in exynos5_i2c_irq() local
520 byte = (unsigned char) in exynos5_i2c_irq()
522 i2c->msg->buf[i2c->msg_ptr++] = byte; in exynos5_i2c_irq()
540 byte = i2c->msg->buf[i2c->msg_ptr++]; in exynos5_i2c_irq()
541 writel(byte, i2c->regs + HSI2C_TX_DATA); in exynos5_i2c_irq()
H A Di2c-taos-evm.c84 sprintf(p, "$%02X#%02X", command, data->byte); in taos_smbus_xfer()
130 if (kstrtou8(p + 1, 16, &data->byte)) in taos_smbus_xfer()
H A Di2c-isch.c180 outb(data->byte, SMBHSTDAT0); in sch_access()
222 data->byte = inb(SMBHSTDAT0); in sch_access()
/openbmc/linux/Documentation/misc-devices/
H A Dmax6875.rst97 Use i2c_smbus_write_word_data() to write a byte to EEPROM.
99 The command is the upper byte of the address: 0x80, 0x81, or 0x82.
/openbmc/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt36 - vendor-id : Contains the flash chip's vendor id (1 byte).
37 - device-id : Contains the flash chip's device id (1 byte).
/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_dontunmap.c69 static int check_region_contains_byte(void *addr, unsigned long size, char byte) in check_region_contains_byte() argument
76 memset(page_buffer, byte, page_size); in check_region_contains_byte()
/openbmc/linux/drivers/net/fjes/
H A Dfjes_hw.h85 #define FJES_DEV_COMMAND_START_DBG_REQ_LEN(byte) \ argument
86 (16 + (8 * (byte) / FJES_DEBUG_PAGE_SIZE))
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst39 The PLDM file format uses packed binary data, with most multi-byte fields
50 unaligned access of multi-byte fields, and to properly convert from Little
/openbmc/linux/arch/riscv/include/asm/
H A Dinsn-def.h38 .4byte ((\opcode << INSN_R_OPCODE_SHIFT) | \
47 .4byte ((\opcode << INSN_I_OPCODE_SHIFT) | \
/openbmc/linux/drivers/input/serio/
H A Dxilinx_ps2.c86 static int xps2_recv(struct xps2data *drvdata, u8 *byte) in xps2_recv() argument
94 *byte = in_be32(drvdata->base_address + XPS2_RX_DATA_OFFSET); in xps2_recv()
/openbmc/linux/arch/sh/lib/
H A Dmemset.S44 mov.l r5,@-r4 ! set 8-byte at once
/openbmc/u-boot/doc/device-tree-bindings/video/bridge/
H A Dps8622.txt8 - parade,regs: List of 3-byte registers tuples to write:
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-y12i.rst27 pixels cross the byte boundary and have a ratio of 3 bytes for each
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSESSION_README.md14 - SessionHandle - SessionHandle,unique one-byte number to locate the session.
/openbmc/qemu/target/s390x/kvm/
H A Dtrace-events9 kvm_sw_breakpoint(uint32_t n) "KVM: will use %d-byte sw breakpoints"
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr5.yaml24 Serial IDs read from Mode Registers 47 through 54. One byte per uint32
/openbmc/linux/drivers/net/arcnet/
H A DKconfig59 acknowledge back to userspace. After the initial protocol byte every
60 packet is stuffed with an extra 4 byte "cookie" which doesn't
62 back a packet with protocol byte 0 containing the status of the
/openbmc/linux/drivers/w1/slaves/
H A DKconfig70 tristate "112-byte EEPROM support (DS28E05)"
73 is a 112-byte user-programmable EEPROM is
103 Each block has 30 bytes of data and a two byte CRC16.
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835aux.c180 u8 byte; in bcm2835aux_wr_fifo() local
188 byte = bs->tx_buf ? *bs->tx_buf++ : 0; in bcm2835aux_wr_fifo()
189 data |= byte << (8 * (2 - i)); in bcm2835aux_wr_fifo()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dg_ffs.c78 module_param_named(bDeviceClass, gfs_dev_desc.bDeviceClass, byte, 0644);
80 module_param_named(bDeviceSubClass, gfs_dev_desc.bDeviceSubClass, byte, 0644);
82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644);
/openbmc/linux/mm/
H A Dmempool.c25 size_t byte) in poison_error() argument
28 const int start = max_t(int, byte - (BITS_PER_LONG / 8), 0); in poison_error()
29 const int end = min_t(int, byte + (BITS_PER_LONG / 8), size); in poison_error()
/openbmc/linux/drivers/ata/pata_parport/
H A Dbpck.c24 #define w2(byte) {out_p(2,byte); PC = byte;} argument
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst44 Each entry: a NULL-terminated ``<name>`` string encoded as a byte array.
68 Each 4-byte entry: BE-encoded ``<index>`` integer that is unique across all
95 Each 4-byte entry: 32-bit, BE-encoded ``<index>`` integer that specifies the
107 Each entry: a NULL-terminated ``<type>`` string encoded as a byte array.
265 ``arg[0]``: guest physical address of 4096-byte work area buffer.
267 ``arg[1]``: 0, or address of additional 4096-byte work area buffer; only
288 Work area (``wa``) layout, using 4-byte offsets:
310 New property's value, encoded as an OFDT-compatible byte array.
338 ``ibm,client-architecture-support`` hcall by setting byte 5, bit 6 of it's

1...<<21222324252627282930>>...74