Home
last modified time | relevance | path

Searched refs:byte (Results 251 – 275 of 1847) sorted by relevance

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

/openbmc/linux/arch/alpha/lib/
H A Dev67-strncat.S47 cmpbge $31, $1, $2 # E : bits set iff byte == 0
62 zapnot $1, $27, $2 # U : was last byte a null?
70 and $24, 0x80, $3 # E : no zero next byte
/openbmc/linux/include/linux/
H A Dobjtool.h99 .byte \sp_reg
100 .byte \type
101 .byte \signal
/openbmc/linux/drivers/mtd/tests/
H A Dnandbiterrs.c180 static int insert_biterror(unsigned byte) in insert_biterror() argument
184 while (byte < mtd->writesize) { in insert_biterror()
186 if (CBIT(wbuffer[byte], bit)) { in insert_biterror()
187 BCLR(wbuffer[byte], bit); in insert_biterror()
188 pr_info("Inserted biterror @ %u/%u\n", byte, bit); in insert_biterror()
192 byte++; in insert_biterror()
/openbmc/libpldm/tests/dsp/
H A Dbase.cpp240 commands[0].byte = 1; in TEST()
241 commands[1].byte = 2; in TEST()
242 commands[2].byte = 3; in TEST()
253 sizeof(commands[1].byte)]); in TEST()
263 types[0].byte = 1; in TEST()
264 types[1].byte = 2; in TEST()
265 types[2].byte = 3; in TEST()
274 sizeof(types[1].byte)]); in TEST()
295 EXPECT_EQ(responseMsg[1 + hdrSize], outTypes[0].byte); in TEST()
296 EXPECT_EQ(responseMsg[2 + hdrSize], outTypes[1].byte); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_compare_byte.md5 Compares a device register to a byte value. Communicates with the device
13 | value | yes | string | Expected byte value expressed in hexadecimal. Must be prefixed wit…
14 …nded by double quotes. Specifies which bits should be compared within the byte value. Only the bit…
/openbmc/linux/drivers/i2c/busses/
H A Di2c-brcmstb.c327 int cnt, byte, i, rc; in brcmstb_i2c_xfer_bsc_data() local
362 for (byte = 0; byte < data_regsz; byte++) { in brcmstb_i2c_xfer_bsc_data()
364 if ((cnt + byte) < len) in brcmstb_i2c_xfer_bsc_data()
365 word |= buf[cnt + byte] << in brcmstb_i2c_xfer_bsc_data()
385 for (byte = 0; byte < data_regsz && in brcmstb_i2c_xfer_bsc_data()
386 (byte + cnt) < len; byte++) { in brcmstb_i2c_xfer_bsc_data()
387 buf[cnt + byte] = data & 0xff; in brcmstb_i2c_xfer_bsc_data()
/openbmc/u-boot/board/ti/common/
H A Dboard_detect.c130 u32 byte; in ti_i2c_eeprom_get() local
140 byte = 2; in ti_i2c_eeprom_get()
142 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, 4); in ti_i2c_eeprom_get()
148 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, 4); in ti_i2c_eeprom_get()
153 byte = 1; in ti_i2c_eeprom_get()
155 rc = i2c_read(dev_addr, 0x0, byte, (uint8_t *)&hdr_read, in ti_i2c_eeprom_get()
164 rc = i2c_read(dev_addr, 0x0, byte, ep, size); in ti_i2c_eeprom_get()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dstnic.c28 #define byte unsigned char macro
54 static byte stnic_eadr[6] =
84 static inline byte
87 byte val; in STNIC_READ()
95 STNIC_WRITE (int reg, byte val) in STNIC_WRITE()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot131 # Generate a random 14 byte data,
166 # Generate a random 15 byte data,
171 # data 17 - extra byte.
188 # Generate a random 14 byte data,
225 # Generate a random 15 byte data,
230 # data 17 - extra byte.
281 # The actual request byte should be 16 byte data where,
360 # The actual request byte should be 16 byte data where,
413 # The actual request byte should be 16 byte data where,
537 # ${os_name} can be any 14 byte data.
[all …]
/openbmc/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xx-i2c.c45 static int mb862xx_i2c_write_byte(struct i2c_adapter *adap, u8 byte) in mb862xx_i2c_write_byte() argument
49 outreg(i2c, GC_I2C_DAR, byte); in mb862xx_i2c_write_byte()
56 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last) in mb862xx_i2c_read_byte() argument
63 *byte = inreg(i2c, GC_I2C_DAR); in mb862xx_i2c_read_byte()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVMSC.interface.yaml5 type: array[byte]
9 type: array[byte]
H A DMER0.interface.yaml6 type: array[byte]
10 type: array[byte]
H A DVEIR.interface.yaml6 type: array[byte]
10 type: array[byte]
H A DVER0.interface.yaml6 type: array[byte]
10 type: array[byte]
/openbmc/qemu/tests/tcg/hexagon/
H A Ddual_stores.c42 int8_t byte; member
50 dual_stores(&d.word, &d.byte, 0x12345678, 0xff); in main()
/openbmc/linux/fs/hfs/
H A Dbtree.c258 u8 *data, byte, m; in hfs_bmap_alloc() local
280 byte = data[off]; in hfs_bmap_alloc()
281 if (byte != 0xff) { in hfs_bmap_alloc()
283 if (!(byte & m)) { in hfs_bmap_alloc()
330 u8 *data, byte, m; in hfs_bmap_free() local
369 byte = data[off]; in hfs_bmap_free()
370 if (!(byte & m)) { in hfs_bmap_free()
377 data[off] = byte & ~m; in hfs_bmap_free()
/openbmc/u-boot/tools/binman/test/
H A D067_fmap.dts13 pad-byte = <0x21>;
21 pad-byte = <0x61>;
/openbmc/u-boot/drivers/gpio/
H A Dpca9698.c44 unsigned byte = gpio / 8; in pca9698_set_bit() local
48 buffer[byte] |= (1 << bit); in pca9698_set_bit()
50 buffer[byte] &= ~(1 << bit); in pca9698_set_bit()
/openbmc/estoraged/src/erase/
H A Dzero.cpp26 const std::array<const std::byte, blockSize> blockOfZeros{}; in writeZero()
75 std::array<std::byte, blockSize> readArr{}; in verifyZero()
76 const std::array<const std::byte, blockSize> blockOfZeros{}; in verifyZero()
/openbmc/linux/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S640 .byte 0x45, 0xe8, 0x40, 0xed, 0x2e, 0x83, 0x2b, 0x86
641 .byte 0x4b, 0xe6, 0x4e, 0xe3, 0x20, 0x8d, 0x25, 0x88
643 .byte 0x00, 0x51, 0xf1, 0xa0, 0x8a, 0xdb, 0x7b, 0x2a
644 .byte 0x09, 0x58, 0xf8, 0xa9, 0x83, 0xd2, 0x72, 0x23
661 .byte 0x45, 0x40, 0x2e, 0x2b, 0x4b, 0x4e, 0x20, 0x25
662 .byte 0x14, 0x11, 0x7f, 0x7a, 0x1a, 0x1f, 0x71, 0x74
664 .byte 0x00, 0xf1, 0x8a, 0x7b, 0x09, 0xf8, 0x83, 0x72
665 .byte 0xad, 0x5c, 0x27, 0xd6, 0xa4, 0x55, 0x2e, 0xdf
684 .byte 0x3c, 0xcc, 0xcf, 0x3f, 0x32, 0xc2, 0xc1, 0x31
685 .byte 0xdc, 0x2c, 0x2f, 0xdf, 0xd2, 0x22, 0x21, 0xd1
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DPDR.interface.yaml31 type: byte
57 type: array[array[byte]]
59 Array of State Effecter PDRs, where a PDR is an array[byte].
82 type: byte
104 type: array[array[byte]]
106 Array of State Sensor PDRs, where a PDR is an array[byte].
/openbmc/linux/drivers/media/pci/saa7146/
H A Dhexium_gemini.c49 u8 byte; member
161 data.byte = hexium_ks0127b[i]; in hexium_init_done()
177 data.byte = hexium_input_select[input].byte; in hexium_set_input()
193 data.byte = vdec[i].byte; in hexium_set_standard()
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2535 mov.b 3+FP_SRC(%a6),%d0 # get byte 4
4489 byte 0x00,0x0c,0x0c,0x18,0x0c,0x18,0x18,0x24
4490 byte 0x0c,0x18,0x18,0x24,0x18,0x24,0x24,0x30
4491 byte 0x0c,0x18,0x18,0x24,0x18,0x24,0x24,0x30
4492 byte 0x18,0x24,0x24,0x30,0x24,0x30,0x30,0x3c
4493 byte 0x0c,0x18,0x18,0x24,0x18,0x24,0x24,0x30
4494 byte 0x18,0x24,0x24,0x30,0x24,0x30,0x30,0x3c
4495 byte 0x18,0x24,0x24,0x30,0x24,0x30,0x30,0x3c
4496 byte 0x24,0x30,0x30,0x3c,0x30,0x3c,0x3c,0x48
4497 byte 0x0c,0x18,0x18,0x24,0x18,0x24,0x24,0x30
[all …]
/openbmc/qemu/include/hw/ipmi/
H A Dipmi.h275 static inline void rsp_buffer_set_error(RspBuffer *rsp, uint8_t byte) in rsp_buffer_set_error() argument
277 rsp->buffer[2] = byte; in rsp_buffer_set_error()
281 static inline void rsp_buffer_push(RspBuffer *rsp, uint8_t byte) in rsp_buffer_push() argument
287 rsp->buffer[rsp->len++] = byte; in rsp_buffer_push()
/openbmc/qemu/hw/misc/macio/
H A Dtrace-events37 pmu_debug_protocol_cmd(int cmd, int cmdlen, int rsplen) "Got command byte 0x%02x, clen=%d, rlen=%d"
38 pmu_debug_protocol_cmdlen(int len) "got cmd length byte: %d"
40 pmu_debug_protocol_cmd_send_resp_size(int len) "sending length byte: %d"
41 pmu_debug_protocol_cmd_send_resp(int pos, int len) "sending byte: %d/%d"

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