Home
last modified time | relevance | path

Searched refs:word (Results 101 – 125 of 1248) sorted by relevance

12345678910>>...50

/openbmc/linux/arch/arm/mach-omap2/
H A Dsleep33xx.S202 .word . - am33xx_do_wfi
233 .word v7_flush_dcache_all
235 .word AM33XX_CM_MPU_MPU_CLKCTRL
237 .word AM33XX_CM_PER_EMIF_CLKCTRL
239 .word (AM33XX_CM_BASE + AM33XX_CM_PER_MOD + \
248 .word am33xx_do_wfi
249 .word am33xx_do_wfi_sz
250 .word am33xx_resume_offset
251 .word am33xx_emif_sram_table
252 .word am33xx_pm_ro_sram_data
[all …]
H A Dsleep34xx.S186 .word omap3_do_wfi_sram
188 .word v7_flush_dcache_all
318 .word SDRC_POWER_V
320 .word CM_IDLEST1_CORE_V
322 .word CM_IDLEST_CKGEN_V
324 .word SDRC_DLLA_STATUS_V
326 .word SDRC_DLLA_CTRL_V
328 .word . - omap3_do_wfi
488 .word PM_PREPWSTST_CORE_P
490 .word PM_PWSTCTRL_MPU_P
[all …]
/openbmc/qemu/tests/qtest/
H A Dbcm2835-dma-test.c71 for (int word = S_ADDR + 4; word < S_ADDR + TXFR_LEN; word += 4) { in bcm2835_dma_test_interrupt() local
72 writel(word, ~check_data); in bcm2835_dma_test_interrupt()
80 for (int word = D_ADDR + 4; word < D_ADDR + TXFR_LEN; word += 4) { in bcm2835_dma_test_interrupt() local
81 data = readl(word); in bcm2835_dma_test_interrupt()
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Defuse.c197 int fuse_read(u32 bank, u32 word, u32 *val) in fuse_read() argument
202 if (bank < EFUSE_LINE_MIN || bank > EFUSE_LINE_MAX || word > 2) in fuse_read()
209 if (word < 2) in fuse_read()
210 *val = fuse_line.dwords.d[word]; in fuse_read()
217 int fuse_sense(u32 bank, u32 word, u32 *val) in fuse_sense() argument
223 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() argument
239 if (bank < EFUSE_LINE_MIN || bank > EFUSE_LINE_MAX || word > 2) in fuse_prog()
242 if (word < 2) { in fuse_prog()
243 prog_val.dwords.d[word] = val; in fuse_prog()
244 valid_prog_words |= (1 << word); in fuse_prog()
[all …]
/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dlowlevel_init.S406 W_DP_864: .word DP_OP_864
407 .word DP_MFD_864
408 .word DP_MFN_864
409 W_DP_MFN_800_DIT: .word DP_MFN_800_DIT
411 W_DP_800: .word DP_OP_800
412 .word DP_MFD_800
413 .word DP_MFN_800
416 W_DP_665: .word DP_OP_665
417 .word DP_MFD_665
418 .word DP_MFN_665
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c114 int word; /* word number in the buffer */ in xfs_rtfind_back() local
128 word = XFS_BITTOWORD(mp, start); in xfs_rtfind_back()
129 b = &bufp[word]; in xfs_rtfind_back()
167 if (--word == -1 && i < len) { in xfs_rtfind_back()
177 word = XFS_BLOCKWMASK(mp); in xfs_rtfind_back()
178 b = &bufp[word]; in xfs_rtfind_back()
213 if (--word == -1 && i < len) { in xfs_rtfind_back()
223 word = XFS_BLOCKWMASK(mp); in xfs_rtfind_back()
224 b = &bufp[word]; in xfs_rtfind_back()
289 int word; /* word number in the buffer */ in xfs_rtfind_forw() local
[all …]
/openbmc/qemu/include/crypto/
H A Dsm4.h7 static inline uint32_t sm4_subword(uint32_t word) in sm4_subword() argument
9 return sm4_sbox[word & 0xff] | in sm4_subword()
10 sm4_sbox[(word >> 8) & 0xff] << 8 | in sm4_subword()
11 sm4_sbox[(word >> 16) & 0xff] << 16 | in sm4_subword()
12 sm4_sbox[(word >> 24) & 0xff] << 24; in sm4_subword()
/openbmc/u-boot/drivers/misc/
H A Dmxs_ocotp.c273 static int mxs_ocotp_valid(u32 bank, u32 word) in mxs_ocotp_valid() argument
277 if (word > 7) in mxs_ocotp_valid()
285 int fuse_read(u32 bank, u32 word, u32 *val) in fuse_read() argument
289 ret = mxs_ocotp_valid(bank, word); in fuse_read()
293 return mxs_ocotp_read_fuse((bank << 3) | word, val); in fuse_read()
296 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() argument
300 ret = mxs_ocotp_valid(bank, word); in fuse_prog()
304 return mxs_ocotp_write_fuse((bank << 3) | word, val); in fuse_prog()
307 int fuse_sense(u32 bank, u32 word, u32 *val) in fuse_sense() argument
313 int fuse_override(u32 bank, u32 word, u32 val) in fuse_override() argument
/openbmc/linux/arch/arm/boot/bootp/
H A Dinit.S76 data: .word initrd_start @ source initrd address
77 .word initrd_phys @ destination initrd address
78 .word initrd_size @ initrd size
80 .word 0x54410001 @ r5 = ATAG_CORE
81 .word 0x54420005 @ r6 = ATAG_INITRD2
82 .word initrd_phys @ r7
83 .word initrd_size @ r8
84 .word params_phys @ r9
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-spinlock.h161 static inline void cvmx_spinlock_bit_lock(uint32_t *word) in cvmx_spinlock_bit_lock() argument
177 [val] "+m"(*word), [tmp] "=&r"(tmp), [sav] "=&r"(sav) in cvmx_spinlock_bit_lock()
193 static inline unsigned int cvmx_spinlock_bit_trylock(uint32_t *word) in cvmx_spinlock_bit_trylock() argument
210 [val] "+m"(*word), [tmp] "=&r"(tmp) in cvmx_spinlock_bit_trylock()
225 static inline void cvmx_spinlock_bit_unlock(uint32_t *word) in cvmx_spinlock_bit_unlock() argument
228 *word &= ~(1UL << 31); in cvmx_spinlock_bit_unlock()
/openbmc/linux/arch/alpha/lib/
H A Dev6-stxncpy.S67 mskqh t2, a1, t2 # U : detection in the src word (stall)
71 mskql t0, a1, t0 # U : assemble the first output word
167 ldq_u t1, 0(a1) # L : load first src word
170 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
197 ldq_u t2, 8(a1) # L : Latency=3 load second src word
202 or t1, t4, t1 # E : first aligned src word complete (stall)
204 or t0, t1, t0 # E : first output word complete (stall)
214 stq_u t0, 0(a0) # L : store first output word
224 extql t2, a1, t1 # U : position hi-bits of lo word
226 ldq_u t2, 8(a1) # L : read next high-order source word
[all …]
H A Dstxcpy.S48 mskqh t2, a1, t2 # e0 : detection in the src word
51 mskql t0, a1, t0 # e0 : assemble the first output word
109 ldq_u t1, 0(a1) # e0 : load first src word
110 and a0, 7, t0 # .. e1 : take care not to load a word ...
155 stq_u t1, 0(a0) # e0 : store first output word
157 extql t2, a1, t0 # e0 : position ho-bits of lo word
158 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
179 extqh t2, a1, t1 # e0 : extract high bits for current word
183 or t0, t1, t1 # e0 : current dst word now complete
184 ldq_u t2, 0(a1) # .. e1 : load high word for next time
[all …]
/openbmc/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S157 .word 3*8-1 /* Self-descriptor */
159 .word 0
161 .word 0xffff /* 16-bit code segment @ real_mode_base */
163 .word 0x008f /* big real mode */
165 .word 0xffff /* 16-bit data segment @ real_mode_base */
167 .word 0x008f /* big real mode */
176 .word 0xffff /* limit */
178 .word 0
/openbmc/linux/drivers/hwmon/pmbus/
H A Dstpddc60.c64 static u16 stpddc60_adjust_linear(u16 word, s16 fixed) in stpddc60_adjust_linear() argument
68 e = ((s16)word) >> 11; in stpddc60_adjust_linear()
69 m = ((s16)((word & 0x7ff) << 5)) >> 5; in stpddc60_adjust_linear()
146 int reg, u16 word) in stpddc60_write_word_data() argument
160 offset = stpddc60_get_offset(ret, word, true); in stpddc60_write_word_data()
170 offset = stpddc60_get_offset(ret, word, false); in stpddc60_write_word_data()
185 word = stpddc60_adjust_linear(word, ret >> 11); in stpddc60_write_word_data()
186 ret = pmbus_write_word_data(client, page, reg, word); in stpddc60_write_word_data()
/openbmc/u-boot/board/ms7750se/
H A Dlowlevel_init.S105 .word 0x0e1a /* 12:3:3 */
108 .word 0x00e13 /* 6:2:1 */
110 .word 0x00e23 /* 6:1:1 */
126 RTCSR_D: .word 0xA518 /* RTCSR Write Code A5h Data 18h */
129 RTCNT_D: .word 0xA500 /* RTCNT Write Code A5h Data 00h */
132 RTCOR_D: .word RTCOR_D_VALUE /* Set refresh time (about 15us) */
140 RFCR_D: .word 0xA400 /* RFCR Write Code A4h Data 00h */
/openbmc/linux/arch/arm/mach-tegra/
H A Dsleep-tegra20.S400 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGCPADCTRL
401 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGDPADCTRL
402 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CLKCFGPADCTRL
403 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2COMPPADCTRL
404 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2VTTGENPADCTRL
405 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGCPADCTRL2
406 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGDPADCTRL2
409 .word tegra20_sdram_pad_size - tegra20_sdram_pad_address
412 .word 0x8
413 .word 0x8
[all …]
H A Dsleep-tegra30.S592 .word TEGRA_EMC_BASE + EMC_CFG @0x0
593 .word TEGRA_EMC_BASE + EMC_ZCAL_INTERVAL @0x4
594 .word TEGRA_EMC_BASE + EMC_AUTO_CAL_INTERVAL @0x8
595 .word TEGRA_EMC_BASE + EMC_XM2VTTGENPADCTRL @0xc
596 .word TEGRA_EMC_BASE + EMC_XM2VTTGENPADCTRL2 @0x10
597 .word TEGRA_PMC_BASE + PMC_IO_DPD_STATUS @0x14
598 .word TEGRA_CLK_RESET_BASE + CLK_RESET_CLK_SOURCE_MSELECT @0x18
599 .word TEGRA_CLK_RESET_BASE + CLK_RESET_SCLK_BURST @0x1c
603 .word TEGRA_EMC0_BASE + EMC_CFG @0x0
604 .word TEGRA_EMC0_BASE + EMC_ZCAL_INTERVAL @0x4
[all …]
/openbmc/linux/Documentation/locking/
H A Drobust-futex-ABI.rst43 consisting of three words. Each word is 32 bits on 32 bit arch's, or 64
55 The first word in the memory structure at 'head' contains a
60 The second word, called 'offset', specifies the offset from the
62 be called the 'lock word', from that 'lock entry'. The 'lock word'
63 is always a 32 bit word, unlike the other words above. The 'lock
64 word' holds 2 flag bits in the upper 2 bits, and the thread id (TID)
68 The third word, called 'list_op_pending', contains transient copy of
74 of just a single word, pointing to the next 'lock entry', or back to
77 word, is one 'lock word'.
79 The 'lock word' is always 32 bits, and is intended to be the same 32 bit
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Dvectors.S86 .word CONFIG_SYS_DV_NOR_BOOT_CFG
111 _reset: .word reset
113 _undefined_instruction: .word undefined_instruction
114 _software_interrupt: .word software_interrupt
115 _prefetch_abort: .word prefetch_abort
116 _data_abort: .word data_abort
117 _not_used: .word not_used
118 _irq: .word irq
119 _fiq: .word fiq
152 .word IRAM_BASE_ADDR + 0x20
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Desb2rom.c156 u16 word; in esb2rom_init_one() local
188 pci_read_config_word(pdev, FWH_DEC_EN1, &word); in esb2rom_init_one()
189 printk(KERN_DEBUG "pci_read_config_word : %x\n", word); in esb2rom_init_one()
191 if ((word & FWH_8MiB) == FWH_8MiB) in esb2rom_init_one()
193 else if ((word & FWH_7MiB) == FWH_7MiB) in esb2rom_init_one()
195 else if ((word & FWH_6MiB) == FWH_6MiB) in esb2rom_init_one()
197 else if ((word & FWH_5MiB) == FWH_5MiB) in esb2rom_init_one()
199 else if ((word & FWH_4MiB) == FWH_4MiB) in esb2rom_init_one()
201 else if ((word & FWH_3_5MiB) == FWH_3_5MiB) in esb2rom_init_one()
203 else if ((word & FWH_3MiB) == FWH_3MiB) in esb2rom_init_one()
[all …]
/openbmc/qemu/disas/
H A Dhppa.c1820 extract_3 (unsigned word) in extract_3() argument
1822 return GET_FIELD (word, 18, 18) << 2 | GET_FIELD (word, 16, 17); in extract_3()
1826 extract_5_load (unsigned word) in extract_5_load() argument
1828 return low_sign_extend (word >> 16 & MASK_5, 5); in extract_5_load()
1834 extract_5_store (unsigned word) in extract_5_store() argument
1836 return low_sign_extend (word & MASK_5, 5); in extract_5_store()
1842 extract_5r_store (unsigned word) in extract_5r_store() argument
1844 return (word & MASK_5); in extract_5r_store()
1850 extract_5R_store (unsigned word) in extract_5R_store() argument
1852 return (word >> 16 & MASK_5); in extract_5R_store()
[all …]
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dcar.S224 .word 0x250, 0x258, 0x259
225 .word 0x268, 0x269, 0x26A
226 .word 0x26B, 0x26C, 0x26D
227 .word 0x26E, 0x26F
229 .word 0x200, 0x201, 0x202, 0x203
230 .word 0x204, 0x205, 0x206, 0x207
231 .word 0x208, 0x209, 0x20A, 0x20B
232 .word 0x20C, 0x20D, 0x20E, 0x20F
233 .word 0x210, 0x211, 0x212, 0x213
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot_avp.c61 osc_ctrl.word = readl(&clkrst->crc_osc_ctrl); in wb_start()
64 writel(osc_ctrl.word, &clkrst->crc_osc_ctrl); in wb_start()
144 pllx_base.word = 0; in wb_start()
145 pllx_misc.word = 0; in wb_start()
146 scratch3.word = readl(&pmc->pmc_scratch3); in wb_start()
187 writel(pllx_misc.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_misc); in wb_start()
188 writel(pllx_base.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in wb_start()
191 writel(pllx_base.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in wb_start()
193 writel(pllx_base.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in wb_start()
/openbmc/linux/arch/sparc/kernel/
H A Dhead_32.S78 .word LINUX_VERSION_CODE
87 .word 0
89 .word 0
90 .word reboot_command
91 .word 0, 0, 0
92 .word _end
706 .word 0, sun4u_1, 0, 1, 0, 1, 0, sun4u_2, 0
708 .word 0
710 .word 0, sun4u_3, 0, 4, 0, 1, 0
712 .word 0, 0, sun4u_4, 0, sun4u_1, 0, 8, 0
[all …]
/openbmc/u-boot/arch/arc/include/asm/
H A Darc-bcr.h26 unsigned int word; member
37 unsigned int word; member
48 unsigned int word; member
59 unsigned int word; member
73 unsigned int word; member

12345678910>>...50