Home
last modified time | relevance | path

Searched refs:byte (Results 151 – 175 of 1847) sorted by relevance

12345678910>>...74

/openbmc/u-boot/drivers/misc/
H A Dcros_ec_lpc.c189 int byte, i; in cros_ec_lpc_init() local
192 byte = 0xff; in cros_ec_lpc_init()
193 byte &= inb(EC_LPC_ADDR_HOST_CMD); in cros_ec_lpc_init()
194 byte &= inb(EC_LPC_ADDR_HOST_DATA); in cros_ec_lpc_init()
195 for (i = 0; i < EC_PROTO2_MAX_PARAM_SIZE && (byte == 0xff); i++) in cros_ec_lpc_init()
196 byte &= inb(EC_LPC_ADDR_HOST_PARAM + i); in cros_ec_lpc_init()
197 if (byte == 0xff) { in cros_ec_lpc_init()
/openbmc/linux/arch/xtensa/lib/
H A Dmemset.S58 .byte 0 # (0 mod 4 alignment for LBEG)
94 # set 1 byte
105 bltui a4, 8, .Lbyteset # do short copies byte by byte
107 # dst is only byte aligned
108 # set 1 byte
126 .byte 0 # 1 mod 4 alignment for LOOPNEZ
H A Dusercopy.S80 __ssa8 a3 # set shift amount from byte offset
89 .Ldst1mod2: # dst is only byte aligned
90 bltui a4, 7, .Lbytecopy # do short copies byte by byte
92 # copy 1 byte
102 bltui a4, 6, .Lbytecopy # do short copies byte by byte
116 .byte 0 # 1 mod 4 alignment for LOOPNEZ
142 .byte 0 # (0 mod 4 alignment for LBEG)
190 # copy 1 byte
202 .byte 0 # 1 mod 4 alignement for LOOPNEZ
278 # copy 1 byte
/openbmc/linux/drivers/staging/ks7010/
H A Dks7010_sdio.c121 u32 address, u8 *byte) in ks7010_sdio_readb() argument
142 u32 address, u8 byte) in ks7010_sdio_writeb() argument
220 u8 byte; in _ks_wlan_hw_power_save() local
261 if (byte) in _ks_wlan_hw_power_save()
481 u8 byte; in ks7010_rw_function() local
532 if ((byte & WSTATUS_MASK)) in ks7010_rw_function()
546 u8 status, rsize, byte; in ks_sdio_interrupt() local
756 u8 byte = 0; in ks7010_upload_firmware() local
766 if (byte == GCR_A_RUN) { in ks7010_upload_firmware()
788 if (byte == GCR_A_RUN) in ks7010_upload_firmware()
[all …]
/openbmc/linux/drivers/sbus/char/
H A Ductrl.c265 u32 byte; in uctrl_do_txn() local
275 byte = (txn->opcode << 8); in uctrl_do_txn()
276 WRITEUCTLDATA(byte); in uctrl_do_txn()
280 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn()
281 WRITEUCTLDATA(byte); in uctrl_do_txn()
287 READUCTLDATA(byte); in uctrl_do_txn()
288 dprintk(("ack was %x\n", (byte >> 8))); in uctrl_do_txn()
292 READUCTLDATA(byte); in uctrl_do_txn()
293 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn()
294 dprintk(("set byte to %02x\n", byte)); in uctrl_do_txn()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSOL.interface.yaml10 type: byte
32 type: byte
38 type: byte
44 type: byte
51 type: byte
56 type: byte
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Ddsi-controller-main.yaml57 - byte:: Display byte clock.
220 - const: byte
239 - const: byte
258 - const: byte
278 - const: byte
296 - const: byte
317 - const: byte
342 - const: byte
362 - const: byte
385 - const: byte
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnandsim.c587 ns->pages[i].byte = NULL; in ns_alloc_device()
621 if (ns->pages[i].byte) in ns_free_device()
623 ns->pages[i].byte); in ns_free_device()
767 if (!ns->buf.byte) { in ns_init()
796 kfree(ns->buf.byte); in ns_free()
1140 uint byte = (uint)bt; in ns_accept_addr_byte() local
1452 if (mypage->byte == NULL) { in ns_read_page()
1487 mypage->byte = NULL; in ns_erase_sector()
1975 (uint)byte, in ns_nand_write_byte()
1983 ns->regs.command = byte; in ns_nand_write_byte()
[all …]
/openbmc/linux/Documentation/staging/
H A Dlzo.rst37 prior to that byte.
45 length = byte & ((1 << #bits) - 1)
49 length += first-non-zero-byte
98 First byte encoding::
113 skip byte
116 length = (byte - 17) = 4..238
118 skip byte
142 Always followed by exactly one byte : H H H H H H H H
152 Always followed by exactly one byte : H H H H H H H H
169 In this case, it is followed by a fourth byte, X.
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dvec_helper.c59 uint8_t byte = cpu_ldub_data_ra(env, addr, GETPC()); in HELPER() local
61 s390_vec_write_element8(&tmp, i, byte); in HELPER()
180 uint8_t byte; in HELPER() local
183 byte = s390_vec_read_element8(v2, selector); in HELPER()
185 byte = s390_vec_read_element8(v3, selector - 16); in HELPER()
187 s390_vec_write_element8(&tmp, i, byte); in HELPER()
206 uint8_t byte = s390_vec_read_element8(v1, i); in HELPER() local
208 cpu_stb_data_ra(env, addr, byte, GETPC()); in HELPER()
/openbmc/qemu/hw/i2c/
H A Dtrace-events6 bitbang_i2c_send(uint8_t byte) "TX byte 0x%02x"
7 bitbang_i2c_recv(uint8_t byte) "RX byte 0x%02x"
35 aspeed_i2c_bus_send(const char *mode, int i, int count, uint8_t byte) "%s send %d/%d 0x%02x"
36 aspeed_i2c_bus_recv(const char *mode, int i, int count, uint8_t byte) "%s recv %d/%d 0x%02x"
44 npcm7xx_smbus_send_byte(const char *id, uint8_t value, int success) "%s send byte: 0x%02x, success:…
45 npcm7xx_smbus_recv_byte(const char *id, uint8_t value) "%s recv byte: 0x%02x"
/openbmc/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S45 .byte 0x1 /* Version number */
49 .byte 0x11 /* Return address register column */
51 .byte 0x1b /* DW_EH_PE_pcrel | DW_EH_PE_sdata4. */
52 .byte 0xc, 0xf, 0x0 /* DW_CFA_def_cfa: r15 ofs 0 */
/openbmc/phosphor-host-ipmid/docs/
H A Doem-extension-numbering.md39 - Serialize numbers larger than 1 byte LSB first - e.g., represent OEM
98 with com generalized to m byte sequence - e.g., at24c64 uses 2 address bytes,
102 - Goal is to support SMBus v2 32-byte data block length limit; but easily
103 supports new 4 and 8 byte transfers added for
111 - Depending on options, i2cdetect uses either quick write or 1 byte read;
112 default is 1-byte read for eeprom/spd memory ranges, else quick write.
146 - Transfers include byte count in SMBUS block modes, and PEC byte when selected.
150 - register address byte or bytes;
151 - count byte if implementing SMBUS block or call operation;
153 - PEC byte.
[all …]
/openbmc/u-boot/drivers/i2c/
H A Di2c-versatile.c105 static int versatile_i2c_write_byte(struct versatile_i2c_priv *priv, u8 byte) in versatile_i2c_write_byte() argument
110 versatile_i2c_write_bit(priv, byte & 0x80); in versatile_i2c_write_byte()
111 byte <<= 1; in versatile_i2c_write_byte()
122 u8 *byte, u8 ack) in versatile_i2c_read_byte() argument
126 *byte = 0; in versatile_i2c_read_byte()
128 *byte <<= 1; in versatile_i2c_read_byte()
129 *byte |= versatile_i2c_read_bit(priv); in versatile_i2c_read_byte()
/openbmc/linux/arch/alpha/lib/
H A Dstrrchr.S25 mov zero, t8 # .. e1 : t8 is last match byte compare mask
33 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
50 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
51 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
56 negq t1, t4 # e0 : isolate first null byte match
H A Dstrchr.S29 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
45 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0
46 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
53 and t0, t3, t1 # e0 : bit set iff byte was the char
H A Dev67-strchr.S49 cmpbge zero, t0, t2 # E : bits set iff byte == zero
50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
55 cmpbge zero, t1, t3 # E : bits set iff byte == c
72 cmpbge zero, t0, t2 # E : bits set iff byte == 0
74 cmpbge zero, t1, t3 # E : bits set iff byte == c
81 and t0, t3, t1 # E : bit set iff byte was the char
/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml57 byte-order: big-endian
65 byte-order: big-endian
70 byte-order: big-endian
93 byte-order: big-endian
99 byte-order: big-endian
104 byte-order: big-endian
148 byte-order: big-endian
152 byte-order: big-endian
160 byte-order: big-endian
164 byte-order: big-endian
[all …]
/openbmc/u-boot/tools/binman/test/
H A D055_sections.dts10 pad-byte = <0x26>;
15 pad-byte = <0x21>;
22 pad-byte = <0x61>;
H A D056_name_prefix.dts10 pad-byte = <0x26>;
16 pad-byte = <0x21>;
24 pad-byte = <0x61>;
H A D060_fdt_update.dts9 pad-byte = <0x26>;
15 pad-byte = <0x21>;
23 pad-byte = <0x61>;
/openbmc/linux/Documentation/core-api/
H A Dpacking.rst23 were performed byte-by-byte. Also the code can easily get cluttered, and the
44 perspective, bit 63 always means bit offset 7 of byte 7, albeit only
48 The byte offsets in the packed buffer are always implicitly 0, 1, ... 7.
76 That is, QUIRK_MSB_ON_THE_RIGHT does not affect byte positioning, but
77 inverts bit offsets inside a byte.
90 byte from each 4-byte word is placed at its mirrored position compared to
113 In this case the 8 byte memory region is interpreted as follows: first
114 4 bytes correspond to the least significant 4-byte word, next 4 bytes to
115 the more significant 4-byte word.
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVW10.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
/openbmc/linux/arch/arm/mach-orion5x/
H A Dtsx09-common.c86 int byte; in qnap_tsx09_check_mac_addr() local
94 byte = qnap_tsx09_parse_hex_byte(addr_str + (i * 3)); in qnap_tsx09_check_mac_addr()
95 if (byte < 0) in qnap_tsx09_check_mac_addr()
97 addr[i] = byte; in qnap_tsx09_check_mac_addr()
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/
H A DPassThrough.interface.yaml10 # change to array[byte]. As of now, the REST server maps any numeric
16 array[byte]), so each entry in the array should pack as many
21 # change to array[byte]. As of now, the REST server maps any numeric
26 still be bytes worth of data (as though using array[byte]), so
34 type: byte

12345678910>>...74