Home
last modified time | relevance | path

Searched refs:byte (Results 601 – 625 of 1847) sorted by relevance

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

/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c711 int byte, bit; in atmel_pmecc_correct_sector() local
719 byte = errpos / 8; in atmel_pmecc_correct_sector()
722 if (byte < sectorsize) { in atmel_pmecc_correct_sector()
723 ptr = data + byte; in atmel_pmecc_correct_sector()
725 } else if (byte < sectorsize + eccbytes) { in atmel_pmecc_correct_sector()
726 ptr = ecc + byte - sectorsize; in atmel_pmecc_correct_sector()
737 area, byte, *ptr, (unsigned int)(*ptr ^ BIT(bit))); in atmel_pmecc_correct_sector()
/openbmc/linux/net/ipv6/
H A Dioam6.c645 u8 byte; in __ioam6_fill_trace_data() local
651 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()
653 byte--; in __ioam6_fill_trace_data()
657 *(__be32 *)data = cpu_to_be32((byte << 24) | raw32); in __ioam6_fill_trace_data()
746 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()
748 byte--; in __ioam6_fill_trace_data()
752 *(__be64 *)data = cpu_to_be64(((u64)byte << 56) | raw64); in __ioam6_fill_trace_data()
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_movucr.s4 ; Move constant byte, word, dword to register. Check that zero-extension
H A Dcheck_movmp.s12 .byte 0xaa
15 .byte 0xcc
/openbmc/u-boot/arch/powerpc/dts/
H A Du-boot.dtsi13 pad-byte = <0xff>;
/openbmc/linux/drivers/tty/
H A DKconfig261 bool "ePAPR hypervisor byte channel driver"
265 This driver creates /dev entries for each ePAPR hypervisor byte
266 channel, thereby allowing applications to communicate with byte
274 via an ePAPR byte channel. You also need to choose the byte channel
282 If you want early console (udbg) output through a byte channel,
283 specify the handle of the byte channel to use.
285 For this to work, the byte channel driver must be compiled
291 If the number you specify is not a valid byte channel handle, then
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c151 u32 byte = (val >> byte_shift) & 0xff; in bcm2835_sdhci_readb() local
153 return byte; in bcm2835_sdhci_readb()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-firmware-efi-vars51 match byte for byte with the structure
/openbmc/linux/include/drm/display/
H A Ddrm_hdcp.h285 #define DRM_HDCP_2_KSV_COUNT_2_LSBITS(byte) (((byte) & 0xC0) >> 6) argument
/openbmc/linux/arch/x86/lib/
H A Dretpoline.S193 .byte 0x48, 0xb8
278 .byte 0xf6
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DEndpoint.interface.yaml18 type: byte
30 type: array[byte]
/openbmc/linux/arch/alpha/lib/
H A Dev67-strlen.S35 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
H A Dev67-strcat.S41 cmpbge $31, $1, $2 # E : bits set iff byte == 0
/openbmc/linux/fs/efivarfs/
H A DKconfig9 same 1024-byte variable size limit.
/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/IP/
H A DCreate.interface.yaml16 type: byte
/openbmc/qemu/tests/qtest/
H A Dremote-i3c-test.c404 uint8_t byte; in remote_target_thread() local
417 if (read(fd, &byte, 1) != 1) { in remote_target_thread()
421 switch (byte) { in remote_target_thread()
443 g_printerr("Remote target received unknown byte 0x%.2x\n", byte); in remote_target_thread()
/openbmc/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S238 jz %d0,__clear_byte # block size < 2 => clear byte
242 st.b [%a15],%d15 # clear one byte
285 jz %d0,__copy_byte # block size < 2 => copy byte
290 ld.b %d14,[%a15]0 # copy one byte
/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/Documentation/userspace-api/media/v4l/
H A Dpixfmt-sdr-ru12le.rst21 Each cell is one byte.
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/
H A Dbootmailbox.override.yml12 # This array does NOT include the 3-byte IANA enterprise number.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D030-replace_unsafe_memcpy_with_memmove.patch10 len = size-1; /* leave byte for zero termination */

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