Home
last modified time | relevance | path

Searched refs:byte (Results 626 – 650 of 1842) sorted by relevance

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

/openbmc/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst49 ensure 4 byte alignment.
75 ensure 4 byte alignment.
99 ensure 4 byte alignment.
129 ensure 4 byte alignment.
/openbmc/linux/drivers/mfd/
H A Dtwl4030-irq.c522 int byte = i >> 2; in twl4030_sih_bus_sync_unlock() local
526 bytes[byte] &= ~(0x03 << off); in twl4030_sih_bus_sync_unlock()
530 bytes[byte] |= BIT(off + 1); in twl4030_sih_bus_sync_unlock()
532 bytes[byte] |= BIT(off + 0); in twl4030_sih_bus_sync_unlock()
/openbmc/linux/drivers/comedi/drivers/
H A Ddas16m1.c244 unsigned int byte; in das16m1_ai_cmd() local
276 byte = 0; in das16m1_ai_cmd()
282 byte |= DAS16M1_CS_EXT_TRIG; in das16m1_ai_cmd()
284 outb(byte, dev->iobase + DAS16M1_CS_REG); in das16m1_ai_cmd()
/openbmc/linux/drivers/pci/
H A Daccess.c66 PCI_OP_READ(byte, u8, 1)
69 PCI_OP_WRITE(byte, u8, 1)
259 PCI_USER_READ_CONFIG(byte, u8) in PCI_USER_READ_CONFIG() argument
262 PCI_USER_WRITE_CONFIG(byte, u8) in PCI_USER_READ_CONFIG()
/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp317 size_t byte = 0; in calculateCRC() local
319 for (byte = 0; byte < len; byte++) in calculateCRC()
/openbmc/linux/fs/jffs2/
H A Dcompr_rubin.c230 static int out_byte(struct rubin_state *rs, unsigned char byte) in out_byte() argument
238 rs->bits[i], byte & 1); in out_byte()
244 byte >>= 1 ; in out_byte()
/openbmc/linux/Documentation/driver-api/
H A Dswitchtec.rst24 Commands are submitted to the interface with a 4-byte command
26 respond with a 4-byte return code and up to 1KB of command-specific
48 the 4-byte Command Return Value plus up to 1024 bytes of output
/openbmc/u-boot/drivers/gpio/
H A Dpca953x_gpio.c99 u8 byte; in pca953x_read_single() local
101 ret = dm_i2c_read(dev, (reg << bank_shift) + off, &byte, 1); in pca953x_read_single()
107 *val = byte; in pca953x_read_single()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.h305 u8 byte[FSF_STATUS_QUALIFIER_SIZE]; member
345 u8 byte[FSF_FCP_CMND_SIZE]; member
349 u8 byte[FSF_FCP_RSP_SIZE]; member
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali1563.c288 outb_p(data->byte, SMB_HST_DAT0); in ali1563_access()
312 data->byte = inb_p(SMB_HST_DAT0); in ali1563_access()
315 data->byte = inb_p(SMB_HST_DAT0); in ali1563_access()
H A Di2c-nforce2-s4985.c77 mplxdata.byte = channels; in nforce2_access_channel()
144 ioconfig.byte = 0x00; /* All I/O to output mode */ in nforce2_s4985_init()
H A Di2c-amd756-s4882.c82 mplxdata.byte = channels; in amd756_access_channel()
149 ioconfig.byte = 0x00; /* All I/O to output mode */ in amd756_s4882_init()
H A Di2c-sis96x.c173 sis96x_write(SMB_BYTE, data->byte); in sis96x_access()
205 data->byte = sis96x_read(SMB_BYTE); in sis96x_access()
/openbmc/linux/drivers/input/mouse/
H A Dvsxxxaa.c121 static void vsxxxaa_queue_byte(struct vsxxxaa *mouse, unsigned char byte) in vsxxxaa_queue_byte() argument
129 DBG(KERN_INFO "Queueing byte 0x%02x\n", byte); in vsxxxaa_queue_byte()
131 mouse->buf[mouse->count++] = byte; in vsxxxaa_queue_byte()
/openbmc/linux/arch/sh/lib/
H A Dchecksum.S187 ! This is not common, so simple byte by byte copy will do.
224 ! src and dest equally aligned, but to a two byte boundary.
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/
H A DPEL.interface.yaml31 type: array[byte]
92 byte, byte, unixfd]]
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h368 .4byte \ft_flags
369 .byte \orig_len
370 .byte \alt_len
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_device_id.robot5 ... Response data validated for each and every byte,
42 # Run IPMI Get Device ID command with invalid request data byte.
57 # Split each and every byte and form list.
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpei_data.h22 typedef asmlinkage void (*tx_byte_func)(unsigned char byte);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-sdr-cs08.rst21 Each cell is one byte.
H A Dpixfmt-sdr-cu08.rst21 Each cell is one byte.
/openbmc/linux/arch/s390/include/asm/
H A Dalternative-asm.h17 .byte \orig_end - \orig_start
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c176 asmlinkage void sdram_console_tx_byte(unsigned char byte) in sdram_console_tx_byte() argument
179 putc(byte); in sdram_console_tx_byte()
/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S192 .byte 0x9a
224 .byte 0xcd, 0x00 /* This becomes intXX */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DRequester.interface.yaml41 type: byte
47 type: byte

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