Home
last modified time | relevance | path

Searched refs:byte (Results 1751 – 1775 of 1847) sorted by relevance

1...<<71727374

/openbmc/linux/drivers/md/
H A DKconfig364 with larger ones (e.g. 512 byte sectors on 4K native disks).
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst442 | in a byte-at-a-time manner, resulting in *load tearing*, in turn |
2243 structure be aligned to a two-byte boundary, and passing a misaligned
2247 a four-byte or even eight-byte alignment requirement? Because the m68k
2248 architecture provides only two-byte alignment, and thus acts as
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch1224 + boolean is_motorola; /* Flag for byte order */
1231 + /* Discover byte order */
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c11225 u8 byte = *(((u8 *)&reg) + i); in get_sc2vlnt() local
11227 dp->vlnt[2 * i] = byte & 0xf; in get_sc2vlnt()
11228 dp->vlnt[(2 * i) + 1] = (byte & 0xf0) >> 4; in get_sc2vlnt()
11233 u8 byte = *(((u8 *)&reg) + i); in get_sc2vlnt() local
11235 dp->vlnt[16 + (2 * i)] = byte & 0xf; in get_sc2vlnt()
11236 dp->vlnt[16 + (2 * i) + 1] = (byte & 0xf0) >> 4; in get_sc2vlnt()
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst28 Normal pointers may be stored in the XArray directly. They must be 4-byte
/openbmc/linux/arch/arm/boot/compressed/
H A Dhead.S1300 mov r11, #32 @ default: 32 byte line size
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro.rst641 and ``DEL`` requests in the upper byte of nlmsg_flags in struct nlmsghdr.
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h804 u8 byte; member
/openbmc/linux/drivers/hwmon/
H A Dw83627hf.c57 module_param(force_i2c, byte, 0);
/openbmc/qemu/hw/9pfs/
H A D9p.c624 static inline uint8_t mirror8bit(uint8_t byte) in mirror8bit() argument
626 return (byte * 0x0202020202ULL & 0x010884422010ULL) % 1023; in mirror8bit()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996.dtsi1084 "byte",
1152 "byte",
/openbmc/linux/Documentation/locking/
H A Drt-mutex-design.rst306 have the task structure on at least a two byte alignment (and if this is
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch481 * Send query to server. Neglect the risk that a 13-byte
/openbmc/u-boot/arch/x86/
H A DKconfig619 at every 16-byte boundary with a PCI IRQ routing signature ("$PIR").
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch588 +// example, byte arithmetic and load/stores are as fast as "int" sized ones.
/openbmc/qemu/hw/scsi/
H A Dtrace-events172 esp_do_identify(uint8_t byte) "0x%x"
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1040 u8 byte[ETH_ALEN]; member
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt986 PSB events show when a PSB+ occurred and also the byte-offset in the trace.
1369 only 7-bytes, so the TSC Offset might differ from the actual value in the 8th byte. That will
1784 #define PERF_EMULATE_PTWRITE_UD2 ".byte 0x0f, 0x0b\n"
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c85 module_param_array(num_vfs, byte, &num_vfs_argc, 0444);
91 module_param_array(probe_vf, byte, &probe_vfs_argc, 0444);
/openbmc/linux/drivers/nvme/host/
H A Dcore.c55 module_param(shutdown_timeout, byte, 0644);
59 module_param_named(max_retries, nvme_max_retries, byte, 0644);
/openbmc/linux/Documentation/networking/
H A Darcnet.rst349 6-byte hardware addresses. This protocol is compatible with
/openbmc/u-boot/drivers/serial/
H A DKconfig419 value. Use this value to specify the shift to use, where 0=byte
/openbmc/linux/drivers/ntb/
H A Dntb_transport.c85 module_param(max_num_clients, byte, 0644);
/openbmc/linux/Documentation/arch/arm64/
H A Darm-acpi.rst40 - ACPI’s byte code (AML) allows the platform to encode hardware behavior,
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c578 char byte[4]; in t4_memory_rw_residual() member
587 bp[i] = last.byte[i]; in t4_memory_rw_residual()
591 last.byte[i] = 0; in t4_memory_rw_residual()

1...<<71727374