/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | sec_entry_cpu1.S | 115 .word 0 119 .word 0
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_qpu_defines.h | 210 #define QPU_GET_FIELD(word, field) \ argument 211 ((uint32_t)(((word) & field ## _MASK) >> field ## _SHIFT))
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | alternative-macros.h | 95 .word \orig_offset - . 96 .word \alt_offset - .
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | macros.inc | 5 status: .word result 105 1: .word 0
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | subinsns.idef | 65 …Rs16+#u4:2)", ATTRIBS(A_REGWRSIZE_4B,A_MEMSIZE_4B,A_LOAD,A_SUBINSN),"load word", {fEA_RI(RsV,uiV);… 71 …r29+#u5:2)", ATTRIBS(A_REGWRSIZE_4B,A_MEMSIZE_4B,A_LOAD,A_SUBINSN),"load word", {fEA_RI(fREAD_SP(… 137 …:2)=Rt16", ATTRIBS(A_REGWRSIZE_4B,A_MEMSIZE_4B,A_STORE,A_SUBINSN), "store word", {fEA_RI(RsV,uiV);… 141 …2)=Rt16", ATTRIBS(A_REGWRSIZE_4B,A_MEMSIZE_4B,A_STORE,A_SUBINSN), "store word", {fEA_RI(fREAD_SP(… 142 …, ATTRIBS(A_REGWRSIZE_4B,A_MEMSIZE_4B,A_STORE,A_SUBINSN,A_ROPS_2), "store word", {fEA_RI(RsV,uiV);… 144 …, ATTRIBS(A_REGWRSIZE_4B,A_MEMSIZE_4B,A_STORE,A_SUBINSN,A_ROPS_2), "store word", {fEA_RI(RsV,uiV);…
|
/openbmc/u-boot/board/renesas/r7780mp/ |
H A D | lowlevel_init.S | 252 RWTCSR_D_1: .word 0xA507 253 RWTCSR_D_2: .word 0xA507 254 RWTCNT_D: .word 0x5A00
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | asmmacro.h | 43 .word (\enc) 219 .word 0x41600bc1 | (\reg << 16) 223 .word 0x41600be1 | (\reg << 16) 227 .word 0x41600001 | (\reg << 16) 231 .word 0x41600021 | (\reg << 16) 235 .word 0x41000000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel) 239 .word 0x41800000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel)
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | Kconfig | 455 Platform PLL, in another word: 464 clock, in another word DSPI_clk = Platform_clk / this_divider. 473 clock, in another word DUART_clk = Platform_clk / this_divider. 481 clock, in another word I2C_clk = Platform_clk / this_divider. 489 clock, in another word IFC_clk = Platform_clk / this_divider. 497 clock, in another word LPUART_clk = Platform_clk / this_divider. 506 clock, in another word SDHC_clk = Platform_clk / this_divider. 514 clock, in another word QMAN_clk = Platform_clk / this_divider.
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.c | 160 # define CRC2(check, word) \ argument 162 hbuf[0] = (unsigned char)(word); \ 163 hbuf[1] = (unsigned char)((word) >> 8); \ 167 # define CRC4(check, word) \ argument 169 hbuf[0] = (unsigned char)(word); \ 170 hbuf[1] = (unsigned char)((word) >> 8); \ 171 hbuf[2] = (unsigned char)((word) >> 16); \ 172 hbuf[3] = (unsigned char)((word) >> 24); \
|
/openbmc/linux/arch/mips/kernel/ |
H A D | bmips_5xxx_init.S | 556 .word 0x4088b00f /* mtc0 t0, $22, 15 */ 558 .word 0x4008b008 /* mfc0 t0, $22, 8 */ 561 .word 0x4088b008 /* mtc0 t0, $22, 8 */ 566 .word 0x4088b00f /* mtc0 t0, $22, 15 */
|
/openbmc/linux/Documentation/hwmon/ |
H A D | pmbus-core.rst | 88 virtual commands are word sized. 157 if (command >= PMBUS_VIRT_BASE) /* For word commands/registers only */ 177 Read word from page <page>, phase <phase>, register <reg>. If the chip does not 184 u16 word); 186 Write word to page <page>, register <reg>. 227 Read word data from <page>, <phase>, <reg>. Similar to 235 u16 word); 237 Write word data to <page>, <reg>. Similar to i2c_smbus_write_word_data(), but 275 Check if word register exists. Return true if the register exists, false
|
/openbmc/linux/Documentation/process/ |
H A D | email-clients.rst | 40 Don't let your email client do automatic word wrapping for you. 129 When composing an email, under options, uncheck "word wrap". The only 130 disadvantage is any text you type in the email will not be word-wrapped 131 so you will have to manually word wrap text before the patch. The easiest 132 way around this is to compose your email with word wrap enabled, then save 134 word-wrapped and you can uncheck "word wrap" without losing the existing 146 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending 147 the email if the lines wrap in the composer window. Having word wrapping
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | dps920ab.c | 53 u16 word) in dps920ab_write_word_data() argument 62 return pmbus_write_word_data(client, page, reg, word); in dps920ab_write_word_data()
|
H A D | max15301.c | 106 u16 word) in max15301_write_word_data() argument 119 ret = pmbus_write_word_data(client, page, reg, word); in max15301_write_word_data()
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | start.S | 199 .word (__base << 20) | 0xc12 204 .word (0xfff << 20) | 0x1c1e
|
/openbmc/u-boot/board/h2200/ |
H A D | h2200-header.S | 8 .word 0xea0003fe /* b 0x1000 */
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | funny-word.err | 1 funny-word.json:1:3: stray 'command'
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-tm.c | 347 u32 word; in tm_cvmx_get() member 367 vrsave.word = target->thread.ckvrsave; in tm_cvmx_get() 419 u32 word; in tm_cvmx_set() member 422 vrsave.word = target->thread.ckvrsave; in tm_cvmx_set() 426 target->thread.ckvrsave = vrsave.word; in tm_cvmx_set()
|
/openbmc/linux/tools/bootconfig/samples/ |
H A D | bad-spaceword.bconf | 2 key . word
|
H A D | bad-dotword.bconf | 3 .word = 1
|
H A D | good-tree.bconf | 2 word {
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-sis5595.c | 307 sis5595_write(SMB_BYTE, data->word & 0xff); in sis5595_access() 309 (data->word & 0xff00) >> 8); in sis5595_access() 336 data->word = sis5595_read(SMB_BYTE) + (sis5595_read(SMB_BYTE + 1) << 8); in sis5595_access()
|
/openbmc/linux/arch/arm/mach-s5pv210/ |
H A D | sleep.S | 22 .word 0x2bedf00d
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | realmode.h | 13 #define LJMPW_RM(to) .byte 0xea ; .word (to), real_mode_seg
|
/openbmc/linux/arch/s390/kernel/ |
H A D | kprobes_insn_page.S | 19 .word 0x07fe
|