Home
last modified time | relevance | path

Searched refs:byte (Results 451 – 475 of 1847) sorted by relevance

1...<<11121314151617181920>>...74

/openbmc/linux/arch/m68k/fpsp040/
H A Dx_store.S22 .byte 0x80,0x40,0x20,0x10,0x08,0x04,0x02,0x01
166 movel #0x8,%d0 |byte count for double precision number
248 clrb LOCAL_SGN(%a1) |clear out the sign byte
250 movel #0x0c,%d0 |byte count for extended number
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h118 unsigned char byte; member
172 unsigned char byte; member
245 unsigned char byte; member
707 unsigned char byte; member
/openbmc/linux/drivers/video/logo/
H A Dpnmtologo.c268 static void write_hex(unsigned char byte) in write_hex() argument
271 fprintf(out, ", 0x%02x", byte); in write_hex()
273 fprintf(out, ",\n\t0x%02x", byte); in write_hex()
275 fprintf(out, "\t0x%02x", byte); in write_hex()
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_conf.c53 u32 byte = 0; in ft_parse_wwn() local
63 if (strict && pos++ == 2 && byte++ < 7) { in ft_parse_wwn()
72 if (strict && byte != 8) in ft_parse_wwn()
85 err, cp - name, pos, byte); in ft_parse_wwn()
/openbmc/u-boot/board/h2200/
H A Dh2200-header.S14 .byte 0x0
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dst,stm32-mdma.yaml31 0x0: byte (8bit)
36 0x0: byte (8bit)
41 (min = 1 byte, max = 128 bytes)
/openbmc/linux/drivers/w1/masters/
H A Dds2490.c576 static int ds_write_byte(struct ds_device *dev, u8 byte) in ds_write_byte() argument
581 err = ds_send_control(dev, COMM_BYTE_IO | COMM_IM | dev->spu_bit, byte); in ds_write_byte()
596 return !(byte == dev->byte_buf); in ds_write_byte()
599 static int ds_read_byte(struct ds_device *dev, u8 *byte) in ds_read_byte() argument
610 err = ds_recv_data(dev, byte, sizeof(*byte)); in ds_read_byte()
872 static void ds9490r_write_byte(void *data, u8 byte) in ds9490r_write_byte() argument
876 ds_write_byte(dev, byte); in ds9490r_write_byte()
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c536 unsigned int byte[MLNX_MFG_OOB_MAC_FORMAT_LEN] = { 0 }; in oob_mac_store() local
546 &byte[0], &byte[1], &byte[2], in oob_mac_store()
547 &byte[3], &byte[4], &byte[5]); in oob_mac_store()
554 mac_byte_ptr[byte_idx] = (u8)byte[byte_idx]; in oob_mac_store()
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dbyteorder.h10 # error processor byte order undefined!
/openbmc/linux/arch/x86/realmode/rm/
H A Drealmode.h13 #define LJMPW_RM(to) .byte 0xea ; .word (to), real_mode_seg
/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/
H A Di2c-tools_%.bbappend3 SRC_URI =+ "file://0001-4-byte-read-support-466.patch"
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A DKconfig8 Wilco EC over an eSPI bus. This uses a simple byte-level protocol
19 the Wilco EC via debugfs. These commands do not do any byte
/openbmc/linux/arch/m68k/68000/
H A Dhead.S69 .byte 0x4e, 0xfa, 0x00, 0x0a /* bra opcode (jmp 10 bytes) */
70 .byte 'b', 'o', 'o', 't'
/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/
H A Dlib.sh154 for byte in "${checksum_arr[@]}"; do
155 checksum=$((checksum + byte))
/openbmc/linux/tools/testing/selftests/mm/
H A Dmrelease_test.c93 char byte; in main() local
134 res = read(pipefd[0], &byte, 1); in main()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml31 type: dict[uint64, struct[uint64,array[byte]]]
46 type: array[struct[uint64,array[byte]]]
/openbmc/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst16 - ICH9-LPC (IO port 0x0cd8-0xcf7, 1-byte access)
17 - PIIX-PM (IO port 0xaf00-0xaf1f, 1-byte access)
39 All accesses to registers described below, imply little-endian byte order.
70 CPU device status fields: (1 byte access)
118 CPU device control fields: (1 byte access)
146 Command field: (1 byte access)
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcsp.c425 static inline void bcsp_unslip_one_byte(struct bcsp_struct *bcsp, unsigned char byte) in bcsp_unslip_one_byte() argument
431 switch (byte) { in bcsp_unslip_one_byte()
436 skb_put_data(bcsp->rx_skb, &byte, 1); in bcsp_unslip_one_byte()
439 bcsp_crc_update(&bcsp->message_crc, byte); in bcsp_unslip_one_byte()
445 switch (byte) { in bcsp_unslip_one_byte()
465 BT_ERR("Invalid byte %02x after esc byte", byte); in bcsp_unslip_one_byte()
/openbmc/linux/arch/sh/lib/
H A Dmemcpy-sh4.S74 ! Finally, copy a byte at once, if necessary
142 ! Finally, copy a byte at once, if necessary
193 ! Check for small copies, and if so do a simple byte at a time copy.
197 ! cycle counts for differnet sizes using byte-at-a-time vs. optimised):
198 ! size byte-at-time long word byte
250 ! 3 cycles, 1 byte per iteration
386 ! 3 cycles, 1 byte per iteration
793 ! Finally, copy the last byte if necessary
/openbmc/linux/arch/powerpc/include/asm/
H A Dcode-patching-asm.h14 .4byte \label - .
/openbmc/u-boot/drivers/net/
H A Dfsl_mcdmafec.c312 int byte; /* loop - counter */ in fec_set_hwaddr() local
316 for (byte = 0; byte < 6; byte++) { in fec_set_hwaddr()
317 currByte = mac[byte]; in fec_set_hwaddr()
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_sdram.c494 u32 chan, byte_count, cs_num, byte; in ddr3_dram_sram_burst() local
543 for (byte = 0; byte < byte_count; byte += 0x20) in ddr3_dram_sram_burst()
544 cache_inv(dst + byte); in ddr3_dram_sram_burst()
/openbmc/u-boot/tools/binman/test/
H A D021_image_pad.dts8 pad-byte = <0xff>;
H A D070_fill_no_size.dts11 fill-byte = [ff];
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dnwl-dsi.yaml74 - description: dsi byte reset line
81 - const: byte
165 reset-names = "byte", "dpi", "esc", "pclk";

1...<<11121314151617181920>>...74